View Single Post
05-05-2005, 08:48 PM
#18
Koobi is offline Koobi
Koobi's Avatar
Status: Member
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 312
iTrader: 0 / 0%
 

Koobi is on a distinguished road

  Old

Originally Posted by flez
Even though it's semantics, what's the need of using the XHTML doctype when you don't follow it's rules.
Because it's a markup validator and not a semantics-tidy-upper thingy







Originally Posted by flez
I use
Code:
<!--[if IE]>
<link rel="stylesheet" href="css/iefixes.css" />
<![endif]-->
and it works quite well and is simple.
Is that a method via DOM? or an Apache module that handles this?
Sorry, I'm new to anything other than PHP, MySQL, XHTML and CSS