From: "Gary Czychi" <[EMAIL PROTECTED]>

>This is an excerpt of my font.css file:

.bgstars            { height: 600px; width: 800px; background-image: 
url("../img/bgstars.jpg") }
.bgstars a          { /* display: block; float: left;  border: 1px dashed red; 
/* debug display */ }
.bgstars a span     { display: none; }
.bgstars a#lkhome   { height: 50px; width: 50px;  border: 1px dashed green; }
.bgstars a#link2    { height: 75px; width: 25px;  border: 1px dashed blue; }
.bgstars a#link3    { height: 10px; width: 10px;  border: 1px dashed purple; }

>=>          <div id="bgstars">
>=>              <a id="lkhome" href="http://home";><span>Link 1</span></a>

Gary, if this is an actual copy-and-paste job from your CSS and HTML files, 
then I think that the problem is probably that you have used class selectors in 
your CSS whereas you've tried to call that name (bgstars) with an ID attribute 
in the HTML.

If fixing this doesn't clear it up, perhaps, as Roger suggested, you can post 
the page for us to look at.

~holly
 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to