HighDots Forums  

CSS problem

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS problem in the Macromedia Dreamweaver forum.



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

Default CSS problem - 09-21-2006 , 08:56 AM






here is my CSS code:
a:link {
color: #0000FF;
}

a:visited {
color: #3366FF;
}

a:hover {
text-decoration: none;
}

a:active {
color: #FF0000;
}

a.hidden {
color: #000000;
}

a.hidden:visited {
color: #000000;
}

a.hidden:hover {
color: #0000CC;
}

a.hidden:active {
color: #000000;
}

a.nav:link {
color: #333333;
padding: 2px;}

a.nav:visited {
color: #cccccc;
padding: 2px;
}

a.nav:hover {
color: #FFFFFF;
background-color: #666666;
padding: 2px;
}

a.menu {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
}

a.menu:hover {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
letter-spacing: 1px;
}

a.box {
padding: 3px;
background-color: #FFFFFF;
text-decoration: none;
border: medium solid #CCCCCC;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
color: #000000;
padding: 3px;
text-decoration: none;
background-color: #666666;
border: medium solid #3366FF;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
it can be supported by the browser, can anyone tell me how to solve this?
thanks! i much appreciate it!


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: CSS problem - 09-21-2006 , 10:55 AM






Show me an example of code for link that is not following this scheme,
please.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"kangaroo1411" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
here is my CSS code:
a:link {
color: #0000FF;
}

a:visited {
color: #3366FF;
}

a:hover {
text-decoration: none;
}

a:active {
color: #FF0000;
}

a.hidden {
color: #000000;
}

a.hidden:visited {
color: #000000;
}

a.hidden:hover {
color: #0000CC;
}

a.hidden:active {
color: #000000;
}

a.nav:link {
color: #333333;
padding: 2px;}

a.nav:visited {
color: #cccccc;
padding: 2px;
}

a.nav:hover {
color: #FFFFFF;
background-color: #666666;
padding: 2px;
}

a.menu {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
}

a.menu:hover {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
letter-spacing: 1px;
}

a.box {
padding: 3px;
background-color: #FFFFFF;
text-decoration: none;
border: medium solid #CCCCCC;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
color: #000000;
padding: 3px;
text-decoration: none;
background-color: #666666;
border: medium solid #3366FF;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
it can be supported by the browser, can anyone tell me how to solve this?
thanks! i much appreciate it!




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.