help with ie6 problems

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 1st, 2008, 18:50
New Member
Join Date: Jul 2008
Location: cape towm
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 1st, 2008, 20:51
AnsUK's Avatar
Director of AnsUK IT

SuperMember
Join Date: Jun 2008
Location: Farnborough, UK
Posts: 208
Blog Entries: 2
Thanks: 8
Thanked 17 Times in 17 Posts
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:
<!--[if IE]>
<link href="menu/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
You can start making all the changes you need without them affecting any other browser than IE6.

Hope that helps
Last Blog Entry: Essential Guide To Choosing a Hosting Provider (Jul 25th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 1st, 2008, 22:30
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 160
Thanks: 1
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 2nd, 2008, 16:41
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 2nd, 2008, 22:31
AnsUK's Avatar
Director of AnsUK IT

SuperMember
Join Date: Jun 2008
Location: Farnborough, UK
Posts: 208
Blog Entries: 2
Thanks: 8
Thanked 17 Times in 17 Posts
Re: help with ie6 problems

Quote:
Originally Posted by moojoo View Post
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]-->
Your absolutely right and that was my intention with the code provided, i just missed out the "6" part
__________________
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jul 3rd, 2008, 09:51
New Member
Join Date: Jul 2008
Location: cape towm
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jul 3rd, 2008, 14:34
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 01:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved