![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Calling all CSS gurus, I have a form & script that uses this line of code in it's CSS. * { font-family:verdana; font-size:14px; line-height:150%} Am I to assume the asterisk is some sort of CSS wildcard? I haven't seen this used before, but it sure messed up my page. When I commented it out, page reverted back to normal. --Nancy O. Alt-Web Design & Publishing www.alt-web.com A child of five would understand this. Send someone to fetch a child of five. -- Groucho Marx (1890 - 1977) |
#3
| |||
| |||
|
|
Calling all CSS gurus, I have a form & script that uses this line of code in it's CSS. * { font-family:verdana; font-size:14px; line-height:150%} Am I to assume the asterisk is some sort of CSS wildcard? I haven't seen this used before, but it sure messed up my page. When I commented it out, page reverted back to normal. --Nancy O. Alt-Web Design & Publishing www.alt-web.com A child of five would understand this. Send someone to fetch a child of five. -- Groucho Marx (1890 - 1977) |
#4
| |||
| |||
|
|
Yes... the asterisk is a wildcard. It's very much use to zero out all margins and padding like this * {marhin:0;padding:0;} Nancy O skrev: Calling all CSS gurus, I have a form & script that uses this line of code in it's CSS. * { font-family:verdana; font-size:14px; line-height:150%} Am I to assume the asterisk is some sort of CSS wildcard? I haven't seen this used before, but it sure messed up my page. When I commented it out, page reverted back to normal. --Nancy O. Alt-Web Design & Publishing www.alt-web.com A child of five would understand this. Send someone to fetch a child of five. -- Groucho Marx (1890 - 1977) -- Kim --------------------------- http://www.geekministry.com |
#5
| |||
| |||
|
|
Yes... the asterisk is a wildcard. It's very much use to zero out all margins and padding like this * {marhin:0;padding:0;} Nancy O skrev: Calling all CSS gurus, I have a form & script that uses this line of code in it's CSS. * { font-family:verdana; font-size:14px; line-height:150%} Am I to assume the asterisk is some sort of CSS wildcard? I haven't seen this used before, but it sure messed up my page. When I commented it out, page reverted back to normal. --Nancy O. Alt-Web Design & Publishing www.alt-web.com A child of five would understand this. Send someone to fetch a child of five. -- Groucho Marx (1890 - 1977) -- Kim --------------------------- http://www.geekministry.com |
#6
| |||
| |||
|
|
Calling all CSS gurus, I have a form & script that uses this line of code in it's CSS. * { font-family:verdana; font-size:14px; line-height:150%} Am I to assume the asterisk is some sort of CSS wildcard? I haven't seen this used before, but it sure messed up my page. When I commented it out, page reverted back to normal. |
#7
| |||
| |||
|
|
Calling all CSS gurus, I have a form & script that uses this line of code in it's CSS. * { font-family:verdana; font-size:14px; line-height:150%} Am I to assume the asterisk is some sort of CSS wildcard? I haven't seen this used before, but it sure messed up my page. When I commented it out, page reverted back to normal. |
![]() |
| Thread Tools | |
| Display Modes | |
| |