T O P I C R E V I E W |
Martin1 |
Posted - 28 Jan 2010 : 15:11:50 Hello all,
I am so stuck at the moment. I created the following page: http://www.albruna.nl/testing/index.html to which I have added the following css (at line 32 in the index.html):
body { background-image:url(images/main-bg.jpg); background-repeat:repeat-x; background-position: bottom; height:100%; }
but still it doesn't align at the bottom in Firefox and Opera. I have looked for a solution but didn't find any. Can anyone here help me out?
Martin |
3 L A T E S T R E P L I E S (Newest First) |
joneq |
Posted - 31 Jan 2010 : 04:30:50 why not try a css forum--for a css problem
http://css-tricks.com/forums/viewforum.php?f=2&sid=a4ce234616e44333cfe4394211476521 |
Martin1 |
Posted - 30 Jan 2010 : 22:51:40 You are right but the styles used by DHE for the body are only these:
margin: 0px; padding: 0px; text-align: center; background-color: #758c28;
which can't be of influence. It should be somehow possible to align and repeat the main-bg.jpg image at the bottom of the page but for the life of me I can't figure it out.
I have done as you said and nothing changed.
I need more help[2 0:-7]. |
s.dav |
Posted - 29 Jan 2010 : 09:10:30 D.H.W.E. adds its own "body" style section on your .css file; try to delete it manually from the generated file then retry. If it doesn't work probably FF and Opera don't support that style. |