All
It's better to use this tag in css
input[type=file] {
}
then you can style only the input type file
You can also use this to style
It also works with all the other input types.
Regards
Sander
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of French, Angela K
(MHTG)
Sent: dinsdag 15 juli 2008 18:16
To: [EMAIL PROTECTED]
Cc: [email protected]
Subject: Re: [css-d] customized browse/file-input button
I am familiar with the deprecated <b> tag, but not with this use of it -
as an element of no contextual meaning used soley as a means of applying
styles to.
-----Original Message-----
From: Bill Brown [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2008 9:13 AM
To: French, Angela K (MHTG)
Cc: [email protected]
Subject: Re: [css-d] customized browse/file-input button
French, Angela K (MHTG) wrote:
> Hello,
> I am new to this list and this thread caught my interest. Theirry, I
> looked at your source code and I am not familiar with this: <p
> class="buttons"><a class="tjk-button"><b class="tl"></b><b
> class="tr"></b><b class="bl"></b><b class="br"></b><b
> class="wrapper">......</p> .
> Can you please tell me what <b></b> is/does?
Angela,
It's the <b>old tag, generally replaced with <strong> when semantic
meaning is important, but often used in rounded corners (as in Thierry's
case), shadowing and other such implementations when CSS Trickery is
required. In these cases, it often bears no real semantic meaning, but
is used because of its relative brevity.
You can read more about it here:
http://www.w3schools.com/tags/tag_font_style.asp
Hope it helps.
--Bill
--
/**
* Bill Brown
* TheHolierGrail.com & MacNimble.com
* From dot concept...to dot com...since 1999.
***********************************************/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/