Netscape 7.1 problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Netscape 7.1 problem

Post by Shendemiar »

I have a <table>, and a <div> in one cell.

The div overlaps the cell and continues over the table, and way on off the screen.

I dont use any measures for the div, since i dont want to get any fixed dimensions. Even giving a relative dimensions cause other problems in other browsers.

So should the <div> overlap his parent tag's measures or is it a netscape bug?
User avatar
wwwapu
Forum Contributor
Posts: 197
Joined: Wed Apr 07, 2004 11:57 am
Location: Turku, Finland

Post by wwwapu »

Have you tested it with other browsers? If it works fine with Firefox, Opera and IE, it probably is Netscape.
Also validators can give you useful hints...
And giving a link to problematic page could help also.

Hints:
http://www.w3.org/TR/CSS21/visuren.html ... ning-block
and
http://www.w3.org/TR/CSS21/visudet.html ... ck-details
Post Reply