This is a discussion on "Cross Browser issues." within the Web Page Design section. This forum, and the thread "Cross Browser issues. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Cross Browser issues.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Cross Browser issues.
I coded http://mooresvillewd.com/arp in CSS, the site works perfectly in IE6 but in IE7 and FF it is messed up. I checked the code and it was valid with 0 errors. I am not sure why it is different, you would figure newer browsers wouldn't have the errors. Any help would be greatly appreciated.
|
|
|
|
||||
|
Re: Cross Browser issues.
Change your doctype to either HTML Strict or an XHTML Transitional doctype.
Reduce the width of your navigation class to 130 and then everything below it. The .navigation li a { and.navigation li a:hover { should be 120px or around that. You need to take borders, padding and margins into account. That the box-model hack. IE7 got some of it right and FF has been doing it right all along but Ie6 ... well ... it's IE6 :P You should code your site according to Firefox and not IE. Firefox will display your code as you write it not as it is intended like IE. There's alot of unnecessary code in that CSS too. Stuff like this
|
|
||||
|
Re: Cross Browser issues.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Cross Browser issues.
I tried doing what you said and I still can't get it. I also got some other advice on another site and it didn't effect it at all.
|
|
|||
|
Re: Cross Browser issues.
I just check it in IE 7 and FF and the site looks exactly the same. I don't see anything messed up in FF. Are you sure you don't need to clear your cache/refresh?
|
![]() |
| Tags |
| broswer, css, help, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cross Browser Problems - Need Help | dramaticr21 | Starting Out | 3 | May 4th, 2008 09:59 |
| cross browser issues | planescape | Web Page Design | 4 | Aug 29th, 2007 21:16 |
| Cross Browser/Platform Issues with drop downs | Maverick25r | Web Page Design | 2 | Oct 4th, 2006 13:27 |
| New Cross-Browser Low | masonbarge | JavaScript Forum | 2 | May 11th, 2006 17:18 |
| Cross Browser | jwalker80 | Web Page Design | 10 | Dec 22nd, 2005 14:38 |