Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

CSS Problems

Thread Tools
 
Search this Thread
 
Old Jan 6, 2006 | 08:59 PM
  #1  
chump's Avatar
chump
Thread Starter
Scooby Regular
 
Joined: Feb 2004
Posts: 266
Likes: 0
Default CSS Problems

Ok so i've got a PHP document which links to a CSS document.

All of the CSS works fine offline (on my pc)

a:hover { color: #FA3605; text-decoration: none; }

However when i upload it to my webserver the hyper-links dont change colour when you hover over them.

Bizzarely all the other CSS on the page works fine - offline or online.

Pulling my hair out trying to figure out why.

My page code is this if anyone can diagnose:


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<head>
<title>my website</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" href="../style.css">

</head>



<body>

<table class="okvir" border="0" cellspacing="0" cellpadding="0" align="center">
<tr> 
<td> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablehead">
      <tr> 
      <td colspan="2"><div align="center"><img src="../images/logo.jpg" width="350" height="155"></div>          </td>
      <td align="right" width="6">&nbsp;</td>
      </tr>
      </table><br>
    
</td>
</tr>

<tr> 
<td class="bordercolor">
	
	
	 
      		  <table width="100%" border="0" cellspacing="0" cellpadding="50">
        	  <tr> 
          	  <td height="97" class="tablebgcolor" align="center">
            
              		<table width="500" border="0" align="center" cellspacing="5">
  					<tr>
    				<td height="76" align="center"><strong>Admin Control Panel </strong></td>
					</tr>
				</table>
					
							<table width="417" border="0" align="center" cellspacing="5">
                			<tr>
                  			<td width="313" height="25" bgcolor="#CCCCCC" align="center"><strong><a href="add_user.php">Create New Admin Account</a></strong></td>
                  			<td width="313" bgcolor="#CCCCCC">&nbsp;</td>
                			</tr>
                
							<tr>
                  			<td height="25" bgcolor="#CCCCCC" align="center">                     </td>
                  			<td bgcolor="#CCCCCC">&nbsp;</td>
                			</tr>
                
							<tr>
                  			<td height="25" bgcolor="#CCCCCC" align="center">						</td>
                  			<td bgcolor="#CCCCCC">&nbsp;</td>
                			</tr>
                
							<tr>
                  			<td height="25" bgcolor="#CCCCCC" align="center">                      </td>
                  			<td bgcolor="#CCCCCC">&nbsp;</td>
                			</tr>
   				</table>
            
          	</td>
        	</tr>
      		</table>
			
</td>
</tr>


<tr> 
<td>&nbsp;    </td>
</tr>
</table>
<br>


</body>
</html>
Reply
Old Jan 6, 2006 | 09:35 PM
  #2  
chump's Avatar
chump
Thread Starter
Scooby Regular
 
Joined: Feb 2004
Posts: 266
Likes: 0
Default

sorted it - was the 'visited link' colour causing problems
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Abx
Subaru
22
Jan 9, 2016 05:42 PM
PetrolHeadKid
Driving Dynamics
10
Oct 5, 2015 05:19 PM
T.K
General Technical
10
Oct 2, 2015 11:35 AM
the shreksta
Other Marques
26
Oct 1, 2015 02:30 PM
minguela
Wheels And Tyres For Sale
0
Sep 29, 2015 11:28 AM




All times are GMT +1. The time now is 10:27 AM.