|
| |
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
Need some ideas for Pizzazz? - 6/4/2004 20:21:31
I'm redesigning the Intranet where I work. This is the template page. The managers like this because its clean and easy to find what you need. They say don't change it but add some "Pizzazz". I'd appreciate any ideas to liven it up a bit. No blinking text. LOL Thanks! Rich
< Message edited by mar0364 -- 6/18/2004 17:34:35 >
|
|
|
|
dpf
Posts: 7121 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Need some ideas for Pizzazz? - 6/4/2004 22:02:38
quote:
No blinking text. LOL i share that! lol....but for a work template, it does look clear and functional.... hey graphics..photos can always perk up a site. photos of people in your company? products?
_____________________________
Dan
|
|
|
|
d a v e
Posts: 4087 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Need some ideas for Pizzazz? - 6/5/2004 2:48:50
ditto. orange instead of green for the link hovers. haven't you got a logo?
_____________________________
David Prescott Gekko web design
|
|
|
|
dpf
Posts: 7121 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Need some ideas for Pizzazz? - 6/5/2004 8:18:07
maybe he could usurp your marching marianettee, jaybee
_____________________________
Dan
|
|
|
|
alansmith
Posts: 105 Joined: 2/22/2004 Status: offline
|
RE: Need some ideas for Pizzazz? - 6/8/2004 12:05:19
With an intranet you normally have a 100mbps connection to the server so speed isnt an issue as it is on the web. I have created several web automation systems running on intranet & extranets. Basically I would add a very heavy artistic header, something in the 400-500k region. The search button on the left hand side, could this not be a search box where you could type directly then have it submit to your current search results page. This will speed up searching. The bottom bar dosent fit on my screen, if you want to have the links to the standards websites I suggest you place them on the left below the menus, there is space there. Perhaps you ould do something subtle with the white background, maybe a slight gradient or faded out picture just to make it look less dull.
_____________________________
Website Design in Devon.:.Web Design Portfolio.:.Seaton Website
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/8/2004 13:33:45
quote:
Basically I would add a very heavy artistic header, something in the 400-500k region. The search button on the left hand side, could this not be a search box where you could type directly then have it submit to your current search results page. This will speed up searching. The bottom bar dosent fit on my screen, if you want to have the links to the standards websites I suggest you place them on the left below the menus, there is space there. Very good suggestions. I'm definitely going with the search box. Thanks! Rich
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/8/2004 14:59:26
Take a look at the site and youll see space between the two table data cells in the header include. I must be having a brain fart I can't get it out of there. here is the code. <table width="100%" align="center"><tr><td colspan="1" bgcolor="#8DAED3"> <p class="header">Division of Whatever and Something</p></td>
<td bgcolor="#8DAED3" valign="center">
<form>
<input type="text" name="Search">
<input type="button" name="search" value="Search">
</form>
</td>
</tr>
<tr>
<td colspan="2">
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">DFS Internet</a></li>
<li><a href="#">DFS Intranet</a></li>
<li><a href="#">HR Vantage</a></li>
<li><a href="#">Rehabilitation and Liquidation Internet</a></li>
</ul>
</div>
</td></tr>
</table> Thanks! Rich
< Message edited by mar0364 -- 6/18/2004 17:35:02 >
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/8/2004 18:29:47
No I haven't. I didn't see that as an option. Would you please tell me about it. Thanks! Rich
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/8/2004 19:56:52
Well I did the border-collapse and still have a small space. Would using a background image for that whole row be a good alternative? Thanks! Rich
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/10/2004 8:45:59
Thanks! Sorry I didn't get back to you yesterday. The little one had her adenoids taken out and tubes put in. So I was playing nurse maid all day. <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="../fp_mariner.css"/>
<style>
</style>
</head>
<body>
<!--begin content -->
<table style="border-collapse: collapse;" width="100%" align="center"><tr><td colspan="1" bgcolor="#8DAED3">
<p class="header">Division of Whatever and Something</p></td>
<td bgcolor="#8DAED3" valign="center">
<form>
<input type="text" name="Search">
<input type="button" name="search" value="Search">
</form>
</td>
</tr>
<tr>
<td colspan="2">
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">DFS Internet</a></li>
<li><a href="#">DFS Intranet</a></li>
<li><a href="#">HR Vantage</a></li>
<li><a href="#">Rehabilitation and Liquidation Internet</a></li>
</ul>
</div>
</td></tr>
</table>
</body>
</html> Thanks! Rich
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/14/2004 11:56:34
No dice on that one. These are the things that drive me nuts. I know it is just one little tweek I'm missing. Thanks! Rich
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/14/2004 14:00:10
I think its something in the style sheet. I'll take a look at it.
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/14/2004 17:30:05
Thanks! Let me bang the code against my forehead for a while. If I need to I'll send it to you.
|
|
|
|
dpf
Posts: 7121 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Need some ideas for Pizzazz? - 6/14/2004 17:35:25
quote:
Let me bang the code against my forehead for a while does that work????? i use a hammer which doesnt tho it feels great when i stop!!!!
_____________________________
Dan
|
|
|
|
mar0364
Posts: 3092 Joined: 4/5/2002 From: Florida, US Status: offline
|
RE: Need some ideas for Pizzazz? - 6/15/2004 8:53:56
You ever take a stick and put it in your eye? I hate it when that happens.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|