Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

I do not see any browser screen output

<!DOCTYPE html>
<html>
<head>
<script src="nine.js" type="text/javascript">
</script> 
<meta charset = "utf-8"/>  
<title>JavaScript for Absolute Beginners</title> 
 
<link rel="stylesheet" type="text/css" href="nine.css" />   
<link rel="stylesheet" type="text/css" href="blue.css" id="skin" />  
</head>  
<body>   
<div id="running">   
  <h4 class="drag">Running</h4>   
  <ul>   
    <li><a class="sprite" id="adidas" href="http://www.adidas.com">adidas</a></li>   
    <li><a class="sprite" id="asics" href="http://www.asics.com">ASICS</a></li>   
    <li><a class="sprite" id="brooks" href="http://www.brooksrunning.com">Brooks</a></li>   
    <li><a class="sprite" id="newBalance" href="http://www.newbalance.com">New Balance</a></li>   
    <li><a class="sprite" id="nike" href="http://www.nike.com">Nike</a></li>   
    <li><a class="sprite" id="saucony" href="http://www.saucony.com">Saucony</a></li>   
  </ul>   
</div>     
</body>   
</html>

Open in new window



When i run with firefox firebug; there is placeholders but I can not see any output
SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

I included CSS as well as the .js file. I think it's some issue with the JS.
Blue.css/green.css/fuchsia.css each only have 1 line of CSS in each for a background image.

Also included a photo of what I see when I run output (blank white screen basically).
nine.css
nine.js
blue.css
htmloutput.png
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks