Topic: Overlapping In IE Window |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Stuck inside a Pixar short film |
posted 05-11-2004 17:37
I have a blog whereby you can edit the HTML to change the appearance of your blog template. This was all fine and well with thanks to Skaarjj, but what he didnt do is put in whatever it is into the code to prevent everything from overlapping when the IE window is made narrower or reduced in size. |
Maniac (V) Inmate From: under the bed |
posted 05-11-2004 17:42
That's about as vague as could possibly be. |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 05-12-2004 08:06
~Cough~Link???~cough~ |
Maniac (V) Inmate From: Stuck inside a Pixar short film |
posted 05-12-2004 13:12 |
Maniac (V) Inmate From: Stuck inside a Pixar short film |
posted 05-16-2004 06:42
I guess no one knows or does and havent bothered to reply. Ah well, Ill just leave it as it is. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-16-2004 07:02
The major problem here is the horizontal lines which you've made by using underscores ( _____ ). They're stretching the width of the central div. You should replace those with some sort of border-top or border-bottom of a div or h1/h2/h3/etc. Alternatively, you can specify a width for the central div and apply some sort of overflow property to it (width:100%; with overflow:hidden; works in IE, but I think that may behave differently on other browsers). |
Maniac (V) Inmate From: under the bed |
posted 05-16-2004 16:01
Yep, slime nailed it there. things like this code: <br /><br /><br /><br /><br /><br /> ...
|