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 |
|
||||
|
[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. |
|
|
|
|||
|
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. |
|
|||
|
Re: IE6 is not rendering my columns correctly
You can install multiple IE's. Follow this link!
|
|
||||
|
Re: IE6 is not rendering my columns correctly
True gold dust!
|
|
||||
|
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. |
|
||||
|
Re: IE6 is not rendering my columns correctly
Try adding:
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
Last edited by Jack Franklin; Jan 13th, 2008 at 15:57. |
|
||||
|
Re: IE6 is not rendering my columns correctly
No, that did not work.
|
|
||||
|
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] |
|
|||
|
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. |
|
||||
|
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. |
|
||||
|
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 ? |
|
||||
|
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!
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
||||
|
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. |
|
||||
|
Re: IE6 is not rendering my columns correctly
Wrong both times!
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
||||
|
Re: IE6 is not rendering my columns correctly
Well I already did try that, but neither FF or IE6 read it.
|
|
||||
|
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?
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
|||
|
Re: IE6 is not rendering my columns correctly
This is the code I place in between the head tags
Classes is spelled wrong. |
|
||||
|
Re: IE6 is not rendering my columns correctly
Excuse the spelling, it is the same though!
The code is inside the head tags. IE6 is still not using the new CSS file. |
|
||||
|
Re: IE6 is not rendering my columns correctly
Can I see your entire <head> code please?
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Insert new row without knowing number of columns?? | nate2099 | Databases | 2 | Dec 27th, 2007 03:51 |
| [SOLVED] 3 columns? | PicoDeath | Web Page Design | 31 | Dec 8th, 2007 20:33 |
| [SOLVED] MSIE doesn't show my design correctly (what a surprise) | delusion | Web Page Design | 6 | Oct 26th, 2007 20:16 |
| [SOLVED] List games diplay in columns | Maska | PHP Forum | 3 | Oct 2nd, 2007 11:31 |
| Menu not rendering correctly in I.E | maxz | Starting Out | 10 | Jun 11th, 2007 17:32 |