This is a discussion on "Browser compatibility issue" within the Web Page Design section. This forum, and the thread "Browser compatibility issue are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Browser compatibility issue
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Browser compatibility issue
Hi all,
I am having a spot of bother with a design that I've created it works fine in Firefox but is all screwed in IE6. It can be viewed here. The problem that I have is that the left hand div (the grey one) extends as I want it to in firefox but stays underneath the left div in IE. I like to think that I am fairly okay with CSS but this issue has obviously proved that I'm not, so any help would be greatly appreciated. Thanks in advance... Womble |
|
|
|
#2
|
||||
|
||||
|
Re: Browser compatibility issue
Right. I've seen this behaviour before! I'm not 100% sure on what to do to solve it but hopefully I can point you in the right direction.
The problem is with your various Floats. Sometimes I find IE goes bat-sh*t when you ask it to handle two divs side by side. It pushes one below. I have a similar problem on my own site where I have little floating images in a block of text. FF handles them beautifully but IE acts a damn fool! I'll watch this thread to see if a solution arrises.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Browser compatibility issue
Cool thanks. I have a feeling it was float related, it's reassuring to know that I am not a complete dumb ass and missed something obvious.
|
|
#4
|
|||
|
|||
|
Re: Browser compatibility issue
Not sure but I would remove clear:right; from the left column and give the right column a left margin equal to or greater than the width of the left column. Also you could try floating the right column right and placing its HTML above the left columns html.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Sep 1st, 2006 at 14:31. |
|
#5
|
|||
|
|||
|
Re: Browser compatibility issue
There are a number of issues that you need to address in your css and your html structure. First, re-sequence these divs into the sequence given: #div_rightborder #div_right #div_menu #div_left Float the first two right. Remove the float from #div_menu and the clear: right from #div_left. If you have set their widths correctly, they should pfloat up into the space left on the left hand side. Do these first and then lets see what you have. |
|
#6
|
|||
|
|||
|
Re: Browser compatibility issue
Okay, thanks for all your help, I have made these changes and it's almost there. The page now renders fine in IE but the right columun appears to far to the right in FF. It appears to be aligning to the right of the content div in FF and butt up to the right border div in IE!!!
If I make the right margin of the right div equal to the width of the right border div then it looks fine in FF but wrong in IE as it leaves a gap at the right hand side. heres the url again http://www.angel-cakes.net/designs/ I am begining to wonder whether I would have been better not using floats... Any suggestions? Cheers |
|
#7
|
|||
|
|||
|
Re: Browser compatibility issue
Maybe this will help you towards a solution. Just whipped it up and it works in FF and IE. The CSS is in the HTML and everything is commented so you can see where it is. Not quite the same as your layout but the same basic principles.
Sample Link
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Sep 6th, 2006 at 14:03. |
![]() |
| Tags |
| browser, compatibility, issue |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Browser Compatibility Problem (Major) | Hyroz | Web Page Design | 3 | Feb 29th, 2008 11:27 |
| Browser compatibility issues | Craigj1303 | Web Page Design | 3 | Feb 4th, 2008 09:28 |
| PC browser compatibility | aaronh | Starting Out | 2 | Sep 21st, 2007 01:10 |
| AOL Browser Compatibility | hortondr | Web Page Design | 6 | Apr 4th, 2007 22:25 |
| Browser compatibility | Alsilver | Web Page Design | 11 | Oct 19th, 2006 20:18 |