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!

Dreamweaver Background Resolution

Status
Not open for further replies.

LoOnMaGiC

Programmer
Joined
Jul 13, 2001
Messages
4
Location
US
I'm trying to make a site in 800x600 resolution. I have a background in a frame and it looks fine in the 800x600 resolution but when it's in larger resolutions such as 1024x768 or 1280x1024 the background repeats and I've tried bgproperties="fixed" but it doesn't matter. What do I do?
 
if the browser is Netscape, it won't recognize the "fixed" tag...try using CSS styles...
something like this:

<style type=&quot;text/css&quot;>
<!--
.bckground{background: no-repeat fixed}
-->
</style>
I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top