![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Link Visited Hover Active -- James M. Shook http://www.jshook.com |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
link, visited, hover, and active do not have to be in any specific order. I have a site with the following, and it behaves correctly: (see the Main, Photo Albums, and Real Estate buttongs here: http://www.rileyfamily.ca/mxsnowfall/default.asp) a.btmainweb:visited { color : #FFFFFF; background-image: url(_images/grad1.gif); border : none ; border-width : 1px; margin : 0; text-decoration : none; font-size : 3mm; text-align: center; } a.btmainweb:link { color : #FFFFFF; background-image: url(_images/grad1.gif); border : none ; border-width : 1px; margin : 0; text-decoration : none; font-size : 3mm; text-align: center; } a.btmainweb:hover { color : #FFFFFF; background-image: url(_images/grad1.gif); border : outset ; border-width : 1px; margin : 0; text-decoration : none; font-size : 3mm; text-align: center; } a.btmainweb:active { color : red; background-image: url(_images/grad1.gif); border : outset ; border-width : 1px; margin : 0; text-decoration : none; font-size : 3mm; text-align: center; } |
#6
| |||
| |||
|
|
link, visited, hover, and active do not have to be in any specific order. |
#7
| |||
| |||
|
|
link, visited, hover, and active do not have to be in any specific order. |
|
I have a site with the following, and it behaves correctly |
#8
| |||
| |||
|
|
link, visited, hover, and active do not have to be in any specific order. |
#9
| |||
| |||
|
And further, be aware that border utset doesn't appear to be in theCSS specifications. Perhaps it is an IE only style? |
|
Are you sure? Because it reverses the logical flow of conversation. Why is top-posting so annoying? |
#10
| |||
| |||
|
|
In article <cd0l4t$9fb$1 (AT) forums (DOT) macromedia.com>, "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote: And further, be aware that border utset doesn't appear to be in theCSS specifications. Perhaps it is an IE only style? No, that's valid CSS; see http://www.w3.org/TR/CSS21/box.html#propdef-border> and http://www.w3.org/TR/CSS21/box.html#value-def-border-style>. Since neither width nor color were specified for the 'border' property in the given example, they will both revert to their defaults. That would mean a border width of 'medium' and a color equal to the foreground color of the elements selected (white, in this case, given the rule before it). -- Eric A. Meyer | http://www.meyerweb.com/eric/ | CSS and standards guy Yes. Are you sure? Because it reverses the logical flow of conversation. Why is top-posting so annoying? |
![]() |
| Thread Tools | |
| Display Modes | |
| |