Ask a Question related to Dreamweaver AppDev, Design and Development.
-
kimber13 #1
Why doesn't this work??
Can anyone help me figure out why this doesn't work? I just want my CSS link to
change color, so the page you are on is highlighted. Here is all of my code:
Top of each page: <% section = 'team' page = 'hct_aa' %> Code for menu
item: <div class='siteNavText'><a href='hct_aa.asp' class='siteNav<% If page =
'hct_aa' Then Response.Write('ON') End If%>'>Al-A</a></div> CSS (from Ext
Stylesheet) .siteNavText { font-weight: normal; font-family: Arial,
Helvetica, sans-serif; font-size: 9px;} a.siteNav:link { COLOR: #084887;
text-decoration: none;} a.siteNav:active { COLOR: #084887;
text-decoration: none;} a.siteNav:visited { COLOR: #084887;
text-decoration: none;} a.siteNav:hover { COLOR: #F26400; text-decoration:
underline;} a.siteNavON:link { COLOR: #F26400; text-decoration: none;}
a.siteNavON:active { COLOR: #F26400; text-decoration: none;}
a.siteNavON:hover { COLOR: #F26400; text-decoration: none;} Any help would
be Awesome!
kimber13 Guest
-
Can't get <img> to work in XML
I'm using PHP to grab info from a database and then spit out an XML file. I'm loading the XML file into my fla and having no problems getting the... -
Links don't work in Shockwave movie but work in p
Hi, everyone: I encountered a strange problem. I downloaded a sample movie from Macromedia site and noticed that the same problem occurs what I had... -
F12 doesn't quite work
I press F12, and the page displays locally, but the included files (PHP) don't get included. I could've sworn it was working, once upon a time. Now,... -
Still trying to get a Mac to work with GPS
I am still trying to get a Mac to work with GPS. All of the leads so far suggested have not pointed me towards a soltion, allowing the use of a Mac... -
Net work set up
1)i have 2 computers both with a network card connected by cable. 2) when running main (internet)computer XP home o/s 2nd computer 98 o/s the 2...



Reply With Quote

