OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Div BGcolor Rollovers can't be *that* hard....
This page's ID:
10833
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
....right? Still, I can't find the way to change the div background-color when the link is mouseOver-ed... What am I doing wrong? --------------------------------------------------------------------------------------------- <HTML> <HEAD> <TITLE>CSS Navigation, Scene 1</TITLE> <STYLE type="text/css"> BODY{background-color:#000000;color:#FFFFFF;} #spacer{height:100px;} #key{background-color:#000000;width:200px;height:150px;font-family:verdana;font-size:9px;} #menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8{ height:15px; background-color:#333333; color:#CCCCCC; border-style:solid; border-width:1px; border-color:#000000 #333333 #333333 #333333; text-indent:6px; } #menu1 a,#menu2 a,#menu3 a,#menu4 a,#menu5 a,#menu6 a,#menu7 a,#menu8 a{background-color:#333333;color:#CCCCCC;text-decoration:none;} #menu1 a:hover,#menu2 a:hover,#menu3 a:hover,#menu4 a:hover,#menu5 a:hover,#menu6 a:hover,#menu7 a:hover,#menu8 a:hover{background-color:#666666;color:#CCCCCC;text-decoration:none;} </STYLE> </HEAD> <BODY> <DIV ID="spacer"></DIV> <DIV ID="key"> <DIV ID="menu1"><A HREF="blah">Menu Number 1</A></DIV> <DIV ID="menu2"><A HREF="blah">Menu Number 2</A></DIV> <DIV ID="menu3"><A HREF="blah">Menu Number 3</A></DIV> <DIV ID="menu4"><A HREF="blah">Menu Number 4</A></DIV> <DIV ID="menu5"><A HREF="blah">Menu Number 5</A></DIV> <DIV ID="menu6"><A HREF="blah">Menu Number 6</A></DIV> <DIV ID="menu7"><A HREF="blah">Menu Number 7</A></DIV> <DIV ID="menu8"><A HREF="blah">Menu Number 8</A></DIV> </DIV> </BODY> </HTML> [url=http://www.twistedport.com/profiles/petskull.html] [img]http://www.twistedport.com/misc/petsig13.gif[/img] [/url] [url=http://www.twistedport.com]Code[/url] - [url=http://www.twistedport.com]CGI[/url] - [url=http://www.twistedport.com]links[/url] - [url=http://www.twistedport.com]DHTML[/url] - [url=http://www.twistedport.com]Javascript[/url] - [url=http://www.twistedport.com]Perl[/url] - [url=http://www.twistedport.com"]programming[/url] - [url=http://www.twistedport.com]Magic[/url] - [url=http://www.twistedport.com]http://www.twistedport.com[/url] [i]ICQ: 67751342[/i] [This message has been edited by Petskull (edited 10-25-2002).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »