attribute selectors
Posted: 05 May 2010 11:41 AM   [ Ignore ]
Newbie
Rank
Total Posts:  6
Joined  2010-04-27

my question is about attribute selectors for ie 6

i have used the following code to style the submit button using attribute selector instead of using a separate class for the submit button

#row1 input[type=submit]{
width: 70px;
}

<input type=“submit” value=“Submit” />

this work in all browsers including ie7 only ie6 is not creating the submit button as per the style, does this mean that ie6 does not support attribute selectors and as an alternative a class has to be created for the submit button

please advice

thanks


sports bra large
forex robots

Profile