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 06 January 2006, 08:59 PM
  #1  
chump
Scooby Regular
Thread Starter
 
chump's Avatar
 
Join Date: Feb 2004
Posts: 266
Likes: 0
Received 0 Likes on 0 Posts
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>
Old 06 January 2006, 09:35 PM
  #2  
chump
Scooby Regular
Thread Starter
 
chump's Avatar
 
Join Date: Feb 2004
Posts: 266
Likes: 0
Received 0 Likes on 0 Posts
Default

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



Quick Reply: CSS Problems



All times are GMT +1. The time now is 01:30 PM.