vid
05-23-2009, 04:54 PM
Am wondering how to add text to a background button image that I have set on my webpage. When I try to add the text thru DW the button background moves off the page. It is actually a set of 6 subheading buttons.jpg in various sizes. Thanks for your help
<div class="button" style="background:url(images/b3.jpg); width:203px;"><img src="b3.jpg" />
</div>
<div class="button" style="background:url(images/b2.jpg); width:221px;"> <img src="b2.jpg" alt="text" width="221" height="40" />
</div>
<div class="button" style="background:url(images/b1.jpg); width:135px;"><span class="button2"><img src="b1.jpg" name="Home" id="Home" /></span></div>
<div class="clean"></div>
</div>
<div id="left">
here is the code
how would I make one of the buttons really background buttons not the little gray boxes that you see sometimes. say Home.....and when someone clicks they are taken there
2 about us
3 why choose us
for example.......................
<div class="button" style="background:url(images/b3.jpg); width:203px;"><img src="b3.jpg" />
</div>
<div class="button" style="background:url(images/b2.jpg); width:221px;"> <img src="b2.jpg" alt="text" width="221" height="40" />
</div>
<div class="button" style="background:url(images/b1.jpg); width:135px;"><span class="button2"><img src="b1.jpg" name="Home" id="Home" /></span></div>
<div class="clean"></div>
</div>
<div id="left">
here is the code
how would I make one of the buttons really background buttons not the little gray boxes that you see sometimes. say Home.....and when someone clicks they are taken there
2 about us
3 why choose us
for example.......................