Hey, Now Firefox is being a bit of a lunatic, I would say.
Can anyone tell me why this all so ever great browser doesn´t wrap a border around the whole content when an object is set to overflow.
code example
thanks for replyingHTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <style type="text/css"> #list { margin:0px; width:200px; height:310px; overflow:auto;} #list div { width:170px; height:300px; border-width:1px; border-style:dashed; border-color:#000 } #list a {display:block} </style> </head> <body> <div id="list"> <div> <h4>~~ header1 ~~</h4> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <h4>~~ header2 ~~</h4> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> </div> </div> </body> </html>


Reply With Quote

Bookmarks