I understand CSS pretty good now... but for some reason I'm having a hard time calling my classes/divs...
example
XHTML code:
<div id="nav">
<ul>
<li><a href="http:/www.marlonhibbert.com">About Us</a></li>
<li><a href="http:/www.marlonhibbert.com">Tega Jobs</a></li>
<li><a href="http:/www.marlonhibbert.com">Contact</a></li>
</ul>
</div>
my CSS code:
#nav { list-style-type:none;
text-decoration: none;
display: inline;}
and nothing happens
am I doin' something wrong???
why am I havin' so much trouble calling my classes/divs and styling my classes/divs??
any advice and tips would be great
thanks
example
XHTML code:
<div id="nav">
<ul>
<li><a href="http:/www.marlonhibbert.com">About Us</a></li>
<li><a href="http:/www.marlonhibbert.com">Tega Jobs</a></li>
<li><a href="http:/www.marlonhibbert.com">Contact</a></li>
</ul>
</div>
my CSS code:
#nav { list-style-type:none;
text-decoration: none;
display: inline;}
and nothing happens
am I doin' something wrong???
why am I havin' so much trouble calling my classes/divs and styling my classes/divs??
any advice and tips would be great
thanks

...
Comment