HighDots Forums  

Re: CSS Buttons

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: CSS Buttons in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Plato-vs-Derrida webforumsuser@macromedia.com
 
Posts: n/a

Default Re: CSS Buttons - 07-14-2003 , 03:33 AM






Al,

I'm still missing something. Somthing obvious I'm sure. In Explorer the button highlights only when I mouse over the text, or to the right of the text, not the left? I'm sure I've loused it up, but I don't see where.

Here is the CSS:

#RightMenu a:link, #RightMenu a:visited {
position: relative;
display: block;
font-size: 10px;
font-family: arial;
color: #999;
text-align: center;
background-color: #FFFFFF;
text-decoration: none;
border: 1px dashed #0099FF;
}
#RightMenu a:hover {
font-size: 10px;
font-family: arial;
text-align: center;
color: #FFF;
background-color: #0099FF;
text-decoration: none;
border: 1px dashed #CCC;
}

Thanks,




Reply With Quote
  #2  
Old   
Al Sparber- PVII
 
Posts: n/a

Default Re: CSS Buttons - 07-14-2003 , 04:39 PM






You still didn't apply it to the right class. Please read my last post that
gives you the actual class in which to add the position property.

--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Extensions - DesignPacks - Tutorials - Books
---------------------------------------------------------------------
The PVII Newsgroup | news://forums.projectseven.com/pviiwebdev
The CSS Newsgroup | news://forums.projectseven.com/css
---------------------------------------------------------------------



"Plato-vs-Derrida" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Al,

I'm still missing something. Somthing obvious I'm sure. In Explorer the
button highlights only when I mouse over the text, or to the right of the
text, not the left? I'm sure I've loused it up, but I don't see where.
Quote:
Here is the CSS:

#RightMenu a:link, #RightMenu a:visited {
position: relative;
display: block;
font-size: 10px;
font-family: arial;
color: #999;
text-align: center;
background-color: #FFFFFF;
text-decoration: none;
border: 1px dashed #0099FF;
}
#RightMenu a:hover {
font-size: 10px;
font-family: arial;
text-align: center;
color: #FFF;
background-color: #0099FF;
text-decoration: none;
border: 1px dashed #CCC;
}

Thanks,





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 - 2009, Jelsoft Enterprises Ltd.