| 
 Posted by Jonathan N. Little on 05/08/07 20:25 
Desmond wrote: 
> Can anyone help on this last remaining problem? I have tried to make 
> my site w3c compliant. And it works and has passed the tests. However 
> it just doesn't look right in Firefox 1.5.0.11. But is ok in IE7. 
> since moving everything into <div>s the image border around the menu 
> has a border. Has to be something simple. Any quick solution to this 
> please. Everything else about the site is OK. 
 
#side-menu  a img 
 
{ 
 
    // border: 0; 
 
} 
 
 
 
Remove the // in stylesheet and BTW // is not valid way of commenting in  
CSS,  /* ... */ the old C style comment is used in CSS 
 
http://www.w3.org/TR/CSS21/syndata.html#comments 
 
 
--  
Take care, 
 
Jonathan 
------------------- 
LITTLE WORKS STUDIO 
http://www.LittleWorksStudio.com
 
  
Navigation:
[Reply to this message] 
 |