|
Ok.. what is the problem with it ? Where is it supposed to be ?
For one thing, you've got several things set to position:relative where there may not be a reason to do so.
When you are positioning, the element is positioned relative to it's NEAREST POSITIONED ANCESTOR. If there is no positioned ancestor, then the element is positioned relative to the BODY.
Based on what you've got there, you'd be better off floating that menu to the right, and leave off the position:relative on the logo and just use the normal document flow.
I have one other comment - the contrast of the brown/gray of your headings against the tan background is very bad, you need to darken them up, a lot. The white on the tan is also not great contrast, people with some visual impairments won't even be able to see what's there.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 05-22-2007 at 02:47 PM..
|