This is a discussion on "Browser issues with css" within the Web Page Design section. This forum, and the thread "Browser issues with css are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Browser issues with css
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Browser issues with css
Dear all,
I have made a site using css, which displays fine in all browsers apart from old versions of IE. I have an image floated on the right hand side, which has a navigation menu over the top of the image. When I view this in IE however, it goes everywhere... please help. You can see the problem at www.tidworthrpc.co.uk |
|
|
|
|||
|
Re: Browser issues with css
I tried that and it went skewiff. I have just spent hours correcting it from that point.
|
|
||||
|
Re: Browser issues with css
position: fixed; doesn't work in IE6.
Just use float left instead? Or do you absolutely need the thing to scroll with the page?! |
|
|||
|
Re: Browser issues with css
I dont need it to be fixed. I just need it to look ok!!
|
|
||||
|
Re: Browser issues with css
Then ... remove the position: absolute on the #content and put float: left instead. Same thing to the #nav2.
You might want to have a look at this 2 colmn layout example by moojoo ... |
|
|||
|
Re: Browser issues with css
Hi again,
I was just wondering if there was an if statement i could put into the html saying: if IE 5 or below-show absolutely positioned nav bar, if firefox/ie7, show fixed nav bar. I got it showing ok in IE, but inly by completely ditching the fixed thing. Thanks. |
|
||||
|
Re: Browser issues with css
|
|
||||
|
Re: Browser issues with css
Conditional comments are the pwn.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| browser, css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Browser compatibility issues | Craigj1303 | Web Page Design | 3 | Feb 4th, 2008 09:28 |
| browser issues with my menu | danny322 | Web Page Design | 9 | Nov 6th, 2007 17:46 |
| height: 100% Browser issues - okay in IE not in FF or Opera | mmgrad | Web Page Design | 3 | Oct 27th, 2007 11:24 |
| cross browser issues | planescape | Web Page Design | 4 | Aug 29th, 2007 21:16 |
| Cross Browser issues. | Destx | Web Page Design | 5 | Mar 26th, 2007 18:56 |