Posted by Beauregard T. Shagnasty on 10/04/06 17:52
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.
There are several errors in the css. I used this one:
http://www.htmlhelp.com/tools/csscheck/
because the W3 CSS validator chokes on the invalid HTML.
Example:
width:303
Error: Unit identifier required.
Then, please see this page:
http://k75s.home.att.net/fontsize.html
I don't see a particular reason to use a scrolling div for this form.
Oh, new documents should be using a Strict doctype.
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|