View Single Post
07-16-2012, 12:05 AM
#1
BoyWonder is offline BoyWonder
Status: Member
Join date: Mar 2012
Location: Brooklyn, United States
Expertise: Programming
Software: Notepad++
 
Posts: 102
iTrader: 0 / 0%
 

BoyWonder is on a distinguished road

  Old  Stupid Question......

I am really embarrassed for asking this, but the links in the div don't work when clicked.

Html:

<div id="Text"> <p> <a href="http://www.w3schools.com" class="text"> Home</a> <a href="http://www.w3schools.com" class="text">About</a> <a href="http://www.w3schools.com" class="text">Services</a> <a href="http://www.w3schools.com" class="text">Portfolio</a> <a href="http://www.w3schools.com" class="text">Pricing</a> <a href="http://www.w3schools.com" class="text">Contact</a> <a href="http://www.w3schools.com" class="text">Blog </a></p></div>


CSS:

#Text {
position: fixed;
z-index:500;
font-family:"Microsoft Sans Serif";
font-size:20px;
line-height:120%;

color:rgb(153,153,153);
text-align:left;
word-spacing: 50px;
margin-left: 631px;
margin-top: 80px;



}
.text{
color:rgb(153,153,153);
text-decoration: none;