Wrox Programmer Forums
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 4th, 2007, 08:28 AM
Registered User
 
Join Date: Nov 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to m_norouzi
Default CSS3 Selectors

Hi,

I've used CSS 3 Selectors in css file as below:

INPUT[type="button"], INPUT[type="submit"], INPUT[type="reset"]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:#990000;
    background-color:#FFFFFF;
    border: solid 1px #990000;
    padding: 3px 4px 3px 4px;
}

But, it only works in IE7, how should I change it to work in IE6?

 
Old November 4th, 2007, 10:58 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

By using simpler selectors. IE6 understands CSS 2 selectors only partly, so forget CSS 3.

--
http://yupapa.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Record Selectors Teqlump Access 2 December 28th, 2004 09:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.