HighDots Forums  

CSS Pseudoclass

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS Pseudoclass in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ken Binney
 
Posts: n/a

Default CSS Pseudoclass - 06-03-2008 , 03:21 PM






Hi all -

I am using a small third party DIV with the ID fadebox which is styled with
the top portion of the CSS pasted below.
I added all the link styling but I still get default link colors. I've
tried with a dot in front as well as a dor in front and after "fadebox" and
still no joy.
All guidance appreciated.

<style type="text/css">
<!--
#fadeinbox{
position:absolute;
width: 200px;
left: 0;
top: -400px;
border: 1px solid black;
background-color: #DDDDDD;
padding: 4px;
z-index: 100;
visibility:hidden;
font-family: Arial, Helvetica, sans-serif;
}
fadeinbox a:link {
text-decoration: underline;
color: #990000;
font-size: 12px;
}
fadeinbox a:visited {
text-decoration: underline;
color: #990000;
font-size: 12px;
}
fadeinbox.hover {
text-decoration: none;
color: #990000;
font-size: 12px;
}
fadeinbox a:active {
text-decoration: underline;
color: #990000;
font-size: 12px;
}
-->
</style>



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.