View Full Version : <div> help needed
zerobuttons
Jan-19-2007, 04:58 AM
One of my HTML-only pages is acting strangely. I believe something is wrong with my use of <div> tags, but I have been staring too long at the problem now, I guess.
Please have a look at this page and tell me if you can spot the problem:
http://www.initio.dk/gallery/1700484
And yes, I have been stealing some formatting and text (translated, though) from the SmugMug help pages, but I have seen others doing that without any protests from the SmugMug people, so I gather thatīs all right?
Best regards,
David List
Allen
Jan-19-2007, 07:43 AM
One of my HTML-only pages is acting strangely. I believe something is wrong with my use of <div> tags, but I have been staring too long at the problem now, I guess.
Please have a look at this page and tell me if you can spot the problem:
http://www.initio.dk/gallery/1700484
And yes, I have been stealing some formatting and text (translated, though) from the SmugMug help pages, but I have seen others doing that without any protests from the SmugMug people, so I gather thatīs all right?
Best regards,
David List You have the div classed as boxBottom and that might interfere with an existing class.
Replace the red with the green in your header and add the green CSS to format it.
<div class="boxBottom">
<div style="width: 280px; display: inline; float: left;">
<div class="Text1">
<div style="width: 280px; display: inline; float: left;">
Add to CSS
.Text1 {
position:relative;
top:100px;
}
Hope this helps
Al
zerobuttons
Jan-23-2007, 08:09 AM
You have the div classed as boxBottom and that might interfere with an existing class.
Replace the red with the green in your header and add the green CSS to format it.....<snip>...
That seemed to help. The page doesnīt look messy anymore in IE7.
Thank you.
Best regards,
David List
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.