IE Looks Fine, Firefox not OK, Layers?

liunx

Guest
When I view my page with IE everything looks as expected. When I look at the same page with Firefox it does not look as expected.

Problem:
In firefox the layer (pagecell1) seems to extend well beyond the siteinfo layer. I tried messing around with the height attributes in the CSS but I still have the same problem.

I want the white box to include the siteinfo layer and not go beyond it.

Webpage with problem:
<!-- m --><a class="postlink" href="http://www.bebesplendore.com/index.htm">http://www.bebesplendore.com/index.htm</a><!-- m -->
Heres a quick link to my CSS: <!-- m --><a class="postlink" href="http://www.bebesplendore.com/emx_nav_left.css">http://www.bebesplendore.com/emx_nav_left.css</a><!-- m -->

Thanks for your help,
JTry changing this height: 1158px;I did play with that value before I posted my question. However, I didn't try removing "height: 1158px;" all together... I tried it and it works in IE/Firefox..
ThxGlad to be of assistence.I have noticed the mouseover effect is activated when you move the mouse over the text in the menu rather than the entire button.

I didn't look at you CSS, but the usual cause is that you defined the width at the "li" element rather than at the "li a". perhaps you will consider changing your code.
 
Back
Top