Topic: Overlapping In IE Window (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Stuck inside a Pixar short film |
![]() 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 |
![]() That's about as vague as could possibly be. |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
![]() ~Cough~Link???~cough~ |
Maniac (V) Inmate From: Stuck inside a Pixar short film |
![]() |
Maniac (V) Inmate From: Stuck inside a Pixar short film |
![]() 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 |
![]() 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 |
![]() Yep, slime nailed it there. things like this code: <br /><br /><br /><br /><br /><br /> ...
|