NameSilo

What's Easier?

Spacemail by SpaceshipSpacemail by Spaceship
Watch

dubLeE

Established Member
Impact
0
when working with a CSS layout and using <div> and etc. it is easier to make 1 CSS sheet for FireFox and then another one for IE? or is it easier to just troubleshoot the issues until everything works perfectly in both?

i'm not sure what the right approach to take towards this would be considering i'd to keep everything validated and up to 2.0 standards.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
You make one stylesheet for all browsers. If you have to change something in IE you use the holy hack.

E.g.

Say you have the id test like this:

#test

{

min-width: 500px;

}

if the width looks wrong in IE you use this line for IE just below in the css:

* #test

{

width: 400px;

}

The * says that only IE is supposed to "read" the line.
 
0
•••
what are 2.0 standards
 
0
•••
Appraise.net

We're social

Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back