Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am trying to have a repeating bac

Status
Not open for further replies.

rissac

Technical User
May 9, 2003
79
IN
I am trying to have a repeating back ground that is horizontal only. I tried using CSS but it does not seem to work. The page that the CSS is on is associated with a database, so that particular page will change with different content depending on the user. Does CSS even work with ASP?

Code used below but doesn't seem to work. (Works with HTML)

<style>
<!--
body { background-repeat: no-repeat }
-->
</style>
<STYLE type=&quot;text/css&quot;>
<!--
BODY { background-image:url(/Images/BG.jpg);
background-repeat:repeat-x }
-->
</STYLE>
 
I tried that also, but couldn't get it to work, so i just streched my imaged to a set point.

<DIV class=logobg><IMG src=&quot;menu/wpcbg.gif&quot; height=&quot;78&quot; width=&quot;773&quot;></DIV>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top