I use CSS and images for my styling, but don't use the
background-image:url('backgroundimage.gif');
CSS styling rule.
Take the last link in my example. Looking at the code you will find markup like this
<img alt="" src="http://www.oopschool.com/styling/gblnav_left.gif" height="32" width="4" id="gnl">
My simple question:
Is there any reason that I should change to the first format and link to images in the CSS stylesheet?
Submit Your Article
Forum Rules

Reply With Quote
