This is a discussion on "[SOLVED] IE6 is not rendering my columns correctly" within the Web Page Design section. This forum, and the thread "[SOLVED] IE6 is not rendering my columns correctly are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] IE6 is not rendering my columns correctly
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
[SOLVED] IE6 is not rendering my columns correctly
IE6 is not rendering my columns correctly.
I had this problem before, it was solved by adding some code. It is now a problem again and the code aint fixing it? www.capoeiracanal.co.uk This is the reply to my last call for help: IE6 is not rendering the columns correctly, this is most likely due to the IE 6 float margin bug. Fix it by applying Code: display: inline; to the floated divs. If this still does not solve the problem, try tweaking the widths. Thanks People Last edited by Oak; Jan 12th, 2008 at 21:02. |
|
|
|
#2
|
|||
|
|||
|
Re: IE6 is not rendering my columns correctly
IE6 isn't liking your margin-left: 25px on the div called background-wrapper.
You could try reducing that amount of pixels to allow room for the other div to come up. Also on the #about, float that right and see if that helps. But I think you are going to have to reduce the margin-left. You simply do not have enough room for two columns. |
|
#3
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Hi
Thanks, will give it a go. Is the way of adding IE6 to my computer while I have IE7 running so I can do the test from home? I tried removing IE7 but it don't want to go.. other programmes will be affected. |
|
#4
|
|||
|
|||
|
Re: IE6 is not rendering my columns correctly
You can install multiple IE's. Follow this link!
|
|
#5
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
True gold dust!
|
|
#6
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Well getting IE6 set up on my computer from that link was about the easiest thing I have done all day!
Ok, I can get the columns to set up fine in IE6 now by reducing Margin- left, but then it's out of place in FF. #about { float: left; position: relative; margin-left: 5px; (was 25px) margin-right: 1px; top: 0px; width: 435px; text-align: left; overflow: visible; text-decoration: none; This is strange, the margin says 5px, clearly it is more than that when viewed in IE6. FF displays it as a true Margin-5px. Last edited by Oak; Jan 13th, 2008 at 17:28. |
|
#7
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Try adding:
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
Last edited by Jack Franklin; Jan 13th, 2008 at 15:57. |
|
#8
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
No, that did not work.
|
|
#9
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Quote:
Yes! this works, thought I am having trouble adding the conditional comment to my page. I cant seem to stop the first part of the comment ([if IE 6])appearing on the web page. Should I just sit the comment on the page as it is? [if IE 6]><link rel="stylesheet" type="text/css" href="IE6styles.css"/><![endif] |
|
#10
|
|||
|
|||
|
Re: IE6 is not rendering my columns correctly
Oak as a last resort try adding this to the beginning of your css
Another solution for you is to make a wrap div that is the same width as your header. INSIDE that div, you place the #about div and the #background-wrapper divs. Whatever padding you need in order to get the columns off of each border is added to the wrap div. Then you won't need any left-margin on the background-wrapper. Did I confuse you? If so, I can try to find the time to give you a working example. |
|
#11
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Lchad everything goes back to zero, does this mean I have to then reset all margins, paddings again?
I don't know the code for wrapping two divs inside another. I almost seem to have the problem solved with the conditional comment, just this code [if IE 6]) is visual on the webpage. |
|
#12
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Jack, adding to my last reply to your link.
FF is also reading the IE6 CSS file over the original ? |
|
#13
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Wow, that's weird. Double check you have the code correct. It really should not do that!
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#14
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Yes I do? should it sit in the page like so:
<link href=[if IE 6]><link rel="stylesheet" type="text/css" href="capoeira-canal-classses-IE6.css"/><![endif]/> or like this? [if IE 6]><link rel="stylesheet" type="text/css" href="capoeira-canal-classses-IE6.css"/><![endif] Last edited by Oak; Jan 13th, 2008 at 18:16. |
|
#15
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Wrong both times!
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#16
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Well I already did try that, but neither FF or IE6 read it.
|
|
#17
|
||||
|
||||
|
Re: IE6 is not rendering my columns correctly
Hmm. It might be something to do with using Multiple IE instead of the actual IE6? Anyone else got any ideas here?
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|