Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-22-2005, 06:57 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
CSS Issues...

CSS Code:
Code:
.nvg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F4A79;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.nvg:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F4A79;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #AAAAAA;
}
This is the HTML code that I want (when moused-over) the bg of the cell to change... but its not... and I cant figure out why...
Code:
<table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td class="nvg"><strong>&raquo;</strong> <a href="#">Home</a></td>
          </tr>
          <tr>
            <td class="nvg"><strong>&raquo;</strong> <a href="#">Home</a></td>
          </tr>
        </table>
FIXED:

The document I was originally working with was outputted from Photoshop and was missing this at the top of the page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head> etc....
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Css JonM Gaming Talk 1 08-18-2007 05:06 PM
Css Jason Gaming Talk 17 09-07-2005 09:27 AM
new t css skin VooDoo- Gaming Talk 5 06-28-2005 10:20 AM
css help VooDoo- Gaming Talk 10 02-02-2005 10:33 PM
.css zabb phphq.Net Forums 2 12-11-2004 04:09 PM


All times are GMT -5. The time now is 06:32 AM.




Powered by vBulletin®