Liz wrote:
>
> I added margin-bottom: 8px; to "#navcontainer a" to get the space I want
> between the background blocks.  The space is the way I want it on Safari and
> FireFox but way too spread out vertically on IE on the PC.  How can I get
> the space I want to work it least closely on all (modern) browsers?
>
> sample is http://www.liztestsite.com/kh/sample.html
> Liz
Liz,
Try adding 100% width to the a for an ie haslayout trigger [1]:
#navcontainer a { width: 100%; }
[1] <http://www.satzansatz.de/cssd/onhavinglayout.html>
Best,
~dL
PS Don't for get to give your final page a background-color (I default 
to fuchsia in Opera to catch myself)


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to