Re: CSS UL IE help

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: CSS UL IE help

by Peter Boughton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Using * works fine with IE6. (In standard mode; haven't bothered testing in Quirks mode - anyone who doesn't supply a DOCTYPE deserves any incompatibilities they get.)

And I frequently do * {margin: 0px; border-width: 0px; padding: 0px;},
and then set anything that I want edges on (ie: input {border-width: 1px;})
and it doesn't get over-written by the *.


--
Peter

>The problem with that is twofold
>
>1) Its universal. I'm not sure if it would overwrite other items
>2) IE6 and below doesnt support *
>
>-----Original Message-----
>From: Michael T. Tangorre [mailto:mtangorre@...]
>Sent: Friday, March 03, 2006 11:38 AM
>To: CSS
>Subject: RE: CSS UL IE help
>
>
>Just out of curiosity, does this work as well:
>
>* {
> margin: 0;
> padding: 0;
>}
>
>?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/CSS/message.cfm/messageid:3220
Subscription: http://www.houseoffusion.com/groups/CSS/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.41

Re: CSS UL IE help

by Peter Boughton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

(Ooops, sorry for raising the dead - I just noticed the date on this thread is six months old.)

> Using * works fine with IE6. (In standard mode; haven't bothered
> testing in Quirks mode - anyone who doesn't supply a DOCTYPE deserves
> any incompatibilities they get.)
>
> And I frequently do * {margin: 0px; border-width: 0px; padding: 0px;},
>
> and then set anything that I want edges on (ie: input {border-width:
> 1px;})
> and it doesn't get over-written by the *.
>
>
> --
> Peter
>
> >The problem with that is twofold
> >
> >1) Its universal. I'm not sure if it would overwrite other items
> >2) IE6 and below doesnt support *
> >
> >-----Original Message-----
> >From: Michael T. Tangorre [mailto:mtangorre@...]
> >Sent: Friday, March 03, 2006 11:38 AM
> >To: CSS
> >Subject: RE: CSS UL IE help
> >
> >
> >Just out of curiosity, does this work as well:
> >
> >* {
> > margin: 0;
> > padding: 0;
> >}
> >
>?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/CSS/message.cfm/messageid:3221
Subscription: http://www.houseoffusion.com/groups/CSS/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.41