View Single Post
12-28-2006, 06:57 PM
#3
Alex Eyre is offline Alex Eyre
Alex Eyre's Avatar
Status: Designer
Join date: Aug 2006
Location: Manchester
Expertise:
Software:
 
Posts: 1,132
iTrader: 5 / 100%
 

Alex Eyre is on a distinguished road

Send a message via MSN to Alex Eyre

  Old

Oh, adam,

@the image header make sure you define the height of the header image.


@ the rollovers just get rid off all the whitespace, it causes this, so instead of:

Code:
<li> ... </li>
<li> ... </li>
Do this:
Code:
<li> ... </li><li>  ,,, </li> etc.etc.

Dont ask me why, but it works.
Alex.