At 11:56 AM 25/08/2005, Al Sparber wrote:
From: "Vicki Stebbins (Skinner)" <[EMAIL PROTECTED]>
> The drop down navigation menu at
> http://www.rosellaorchids.com.au/about.php
> is quirky!
> CSS is at http://www.rosellaorchids.com.au/styles/rosella.css

Since your <a> is set to a width of 8em and also has 4px padding, you cannot set the LI to 8em (which is what you have done). You might want to change the padding method on the <a>. Top and bottom can remain in pixels, but left and right should be in ems so you can do the math accurately for the box.

Al Sparber
PVII
http://www.projectseven.com


Hi Al,

Many thanks. I changed the ems to pixels (I understand pixels better) and so now have:

width: 80px;
padding: 4px 2px 4px 2px;

But now FF is cutting off the word catalogues halfway through the E... any suggestions?

Regards
8-)
Vicki
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to