| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#21 (permalink) |
|
Sir digby chicken caesar
Join Date: Sep 2004
Posts: 4,833
|
I've found Meyers doesn't actually reset everything in IE - I use the Yahoo one, with Meyers onfocus bit tacked on the end. I keep it as a seperate reset.css and don't modify it at all - just override it with a second stylesheet. unconsolidated isoparms
|
|
|
|
|
|
#22 (permalink) | |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,128
|
Quote:
HTML Code:
Then, within the above stylesheet (screen-main.css), I import the reset stylesheet on the very top line, like so: HTML Code:
|
|
|
|
|
#27 (permalink) | |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,128
|
Quote:
Unless there's a third alternative I don't know about... ? |
|
|
|
|
#29 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,531
|
two <link>'s will be served much quicker than an import from within a stylesheet will. Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison
prem ghinde |
|
|
|
#31 (permalink) | |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,128
|
Quote:
|
|
|
|
|
#32 (permalink) |
|
Sir digby chicken caesar
Join Date: Sep 2004
Posts: 4,833
|
I think any time issue here is going to be in the milliseconds. Unless you happen to be working on a really high traffic site, I can't see this being an issue worth worrying about. Either method is functional and compliant. Splitting hairs now methinks unconsolidated isoparms
|
|
|
|
#33 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Well, the way I work, I need to do imports. I link to a master stylesheet and then import the real stylesheets from that. HTML Code:
Code:
Sure, that alone results in no less than 3 separate HTTP requests, but whatever. I'm currently reworking my employer's site and now have the following in the <head>: HTML Code:
Last edited by pgo : 31-01-2008 at 14:43. |
|
|
|
#34 (permalink) | |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,531
|
Quote:
Smalls sites, I agree, probably won't be affected to much. I just put this forward as something to consider. Herk, a lot of what I know is based on this Best Practices for Speeding Up Your Web Site Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison
prem ghinde |
|
|
|
|
#35 (permalink) | |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,128
|
Quote:
|
|
|
![]() |