Re: CSS problem
If you mean that the menu is below the rest, just use a table to correct that. Just don't use any borders, so that it dynamiccaly adjusts. Use this:
<table>
<tr>
<td width="..."> ---put your code for your left side here (width on the dots in px or %)
</td>
<td width=*> put your code for your right side here
</td>
</tr>
</table>
hope I got your problem right, otherwise ignore it
btw - viewed with ie 6
__________________
To become smarter, you must play someone smarter - Rule 1, Chess book 1878 (Revolver)
|