This is a discussion on "help with ie6 problems" within the Web Page Design section. This forum, and the thread "help with ie6 problems are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
help with ie6 problems
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
help with ie6 problems
hi there,
please can someone help with the css for a website i am designing. it looks and works fien in ff and ie7 but as far as ie6 goes, im pulling my hair out. ive fixed the png transparency probs with a hack but cant get the menu to display properly aligned and it messes the rest of the website alignment up! please help me you can see the website here: www.thepixelhouse.com/ferdi thanks alot, Ben |
|
|
|
#2
|
||||
|
||||
|
Re: help with ie6 problems
You've got the foundations of a great design there, well done
With IE6 its best to have a seperate stylesheet with a conditional statement in your html page so that the changes made only effect IE6. Create a new stylesheet called ie6.css and copy the contents of the classes you need to modify over to it. Then add a conditional statement to your html page such as: Quote:
Hope that helps
Last Blog Entry: Essential Guide To Choosing a Hosting Provider (Jul 25th, 2008)
|
|
#3
|
|||
|
|||
|
Re: help with ie6 problems
just to note, the conditional statements will not show in stand alone versions on IE6 if you have them.
thought i'd add my 2 cent |
|
#4
|
|||
|
|||
|
Re: help with ie6 problems
I would target IE 6 specifically in this case. While IE 6 and 7 will share many common fixes, there are also plenty they won't.
karloff: conditional comments work fine in IE 6/7 Standalones and IE 5.x standalones as well. Get the Multiple IE Installer <!--[if IE 6]> <link href="menu/ie6.css" rel="stylesheet" type="text/css" /> <![endif]-->
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#5
|
||||
|
||||
|
Re: help with ie6 problems
Quote:
__________________
Hampshire Web Design -UK Hosting & Web Design - 0208 144 5083 CubeCartSkins.net - Templates & Mods for CubeCart
Last Blog Entry: Essential Guide To Choosing a Hosting Provider (Jul 25th, 2008)
|
|
#6
|
|||
|
|||
|
Re: help with ie6 problems
Thanks a lot for your comments.
i just need to try and sort out why the last menu item goes onto the next line now... |
|
#7
|
|||
|
|||
|
Re: help with ie6 problems
I would bet because the margins, padding or widths = an amount greater than the width of the parent.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE Problems | AndrewChip | Web Page Design | 9 | Dec 29th, 2007 15:35 |
| IE7 problems... | Gooner | Starting Out | 17 | Aug 21st, 2007 14:02 |
| Problems with IE | etoare | Web Page Design | 5 | Jun 14th, 2007 21:40 |
| Having some problems, with IE and FF | Powderhound | Web Page Design | 10 | Oct 25th, 2006 23:12 |
| IE/FF Problems | adamas85 | Web Page Design | 3 | Apr 21st, 2006 02:51 |