Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Support

Status
Not open for further replies.

ggriffit

Programmer
Joined
Oct 25, 2002
Messages
1,578
Location
GB
Dear All,
On the Javascript side I can specify which version of Javascript needs to be available for the scripts to work - allowing me to use cutting edge functionality, while still providing a fall back for users in older browsers - but I have not seen an equiverlant for CSS, any ideas ?

something like an equiverlant to :

<script type="javascript1.2">

for CSS

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005
 
Nope, nothing. The good thing is that browsers will simply ignore the cutting edge css2/3 functionality if they don't support it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top