My background image is supposed to stay in it's fixed dimensions and it does, when I'm working in dreamweaver or opening it from my desktop via various browsers (mozilla, ie, chrome). But once it's uploaded the background image stretches. Does someone know a solution for this issue?
|
|
Try setting this in your CSS...
Where the size in pixels is the same as the original image dimensions. |
|||||
|
|
This could just simply be a caching issue. If you've uploaded everything. Reload the page. When its fully loaded press ctrl + r &/or ctrl + F5. I tend to hit both alternatingly several times. This should clear the image and css from your cache. If this doesn't work then their is something weird going on. Its also worth noting that things like Dreamweaver will load the content as if it were a browser. Therefore something can look great in Dreamweaver but not respond as expected in a browser. Likewise (with Visual Studio) things can often look terribly broken in your software but great in a browser. |
|||||||||
|
|
You should also consider developing with FireFox and installing the Firebug add-on. This is an invaluable tool that lets you check &/or edit css etc on the fly. Using that on your site show you have your background image set to 100% & 770px. These two rules clash with each other. The first is saying make the image 100% of the screen width whilst the other is saying make the background just 770px. You need to consider your options better here. |
|||||||||
|
