Posted by Jonathan N. Little on 10/05/06 18:34
Beauregard T. Shagnasty wrote:
> Depika wrote:
>
>> I would appreciate your help in a problem I am facing only in firefox
>> 1.5.0.6
>>
>> I have created a div that has overflow:scroll but when I scroll down
>> I see the div underneath (which has background color black) multiple
>> times. In IE6 this is not happening. I have tried everything but
>> cannot understand what is wrong with the css design.
>>
>> Here is the page:
>> http://depika.biz/alex/index.php?option=com_dfcontact&Itemid=73
>
> May I suggest you start here:
> <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdepika.biz%2Falex%2Findex.php%3Foption%3Dcom_dfcontact%26Itemid%3D73>
> The problem could be how the different browsers handle errors. It seems
> to work as you expect in Opera 9.
One quick look shows a malformed DIV tag...
<div id="footer" ><div id="test"
style="float:right;width:350px;text-align:right;position:relative;overflow:hidden;"
<table ...
(Where is the '>' ?)
Fix your errors first.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|