I am sorry to ask you. What kind of problem are you facing?
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,243
width:100%;
background:url(images/footer_bg.gif) 0 0 repeat-x; */ Footer picture*/
height:83px; (footer height )
position:absolute;
margin:0 auto;
border:0%;
Try it ......
Are you joking? What is in this code to try?
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,243
You can't put something at the bottom of the browser window and have it work on all computers.
There is no reliable way to address the bottom of the browser window, for the following reasons:
1. The Internet is not intended to work that way. A page always starts at the top of the screen, and expands down. It is not like programming an application. You can't have anything defined as "one screen".
2. Different computers have different screen resolutions, so you can't use a set size.
3. Users can do things that change the size and aspect ratio of the browser window, including adding toolbars to the head area (e.g. Google Toolbar), and restoring down the browser window.
4. Different resolutions have somewhat different aspect ratios. And don't forget the new widescreen monitors with 16:9 aspect ratio. The bottom of the screen is a lot higher on the page with those.
5. The IE and FF DOMs are different in what methods they provide to access the screen in JS. W3C does not provide a standard way to do it, and no other browsers provide any methods for this.
Anyone who tries to make a page exactly fill the browser window is wasting his time.
.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182