Hey all, I use CSS to display the banners on my work site, and now i'd like to use the ALT attribute in the <style>, how can I do that with CSS?
This is my code:
____________________________________
Just Imagine.
This is my code:
Code:
<div id="PageBannerContainer">
<div id="PageBanner" style="height: 125px; background: transparent url(/images/page_banner_home_01.jpg) no-repeat; text-indent: 0px;">BLAH BLAH</div>
</div>
____________________________________
Just Imagine.