IE workarounds

This is a discussion on "IE workarounds" within the Web Page Design section. This forum, and the thread "IE workarounds are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 10th, 2006, 18:35
Up'n'Coming Member
Join Date: Mar 2006
Location: UK
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
IE workarounds

Can anyone point me in the direction of a resource that gives the most common issues with IE and the workarounds for them in a ie.only stylesheet?

A simple thing for a simple mind perhaps?
Reply With Quote

  #2 (permalink)  
Old Oct 10th, 2006, 19:19
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: IE workarounds

Suggest you have a look on Google and pick and chooses as required.

Also, don't always assume that a hack/workaround is the only answer. SOmetines you just have to find a different solution.

The thing to do rather than using 'css hacks' for IE is to place alternative css atibut values in a seperate stylesheet and link it in to your pages after your normal style sheet. That way values in the IE only file will override those in the normal file.

This is the method to use:
Code: Select all
<!--[if lte IE 6]>
<link rel="StyleSheet" type="text/css" href="ieonly.css" />
<![endif]-->
Note that this is also the Microsoft recommended method as it will stop you suddenly running in to trouble when IE 7 comes on stream, where, hopefully most of the common problems have been sorted out.
Reply With Quote
Reply

Tags
css, hacks

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


All times are GMT. The time now is 16:25.


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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43