Relative width - Problem with background and front picture/logo (Partly solved)
Posted: Mon Feb 26, 2007 12:40 pm
On my site: http://ffohedmark.no I have adapted the Andreas 1 theme to relative width.
Most of it works fine, but I have two problems:
1. My front picture needs to have relative size without distortion, which does not work in IE.
This will be worked around by repeating the bacground picture, and placing logo and text on top.
My problem is:
I can't figure out how to repeat my front image, and get rid of the "white box" to the right.
Template:
2. On pages where there is more text in the center coloumn than in the left coloumn, the margin in the center coloumn moves left as seen here: http://www.ffohedmark.no/index.php/news/17/13/ Is there a fix?
Most of it works fine, but I have two problems:
1. My front picture needs to have relative size without distortion, which does not work in IE.
This will be worked around by repeating the bacground picture, and placing logo and text on top.
My problem is:
I can't figure out how to repeat my front image, and get rid of the "white box" to the right.
Template:
Stylesheet:
Screen layout: */
body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(uploads/FFO/bg.gif) top center repeat-y;
background-image:url(uploads/FFO/logobak.jpg);
background-repeat:repeat-x;
}
#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 90%;
}
(etc.)
2. On pages where there is more text in the center coloumn than in the left coloumn, the margin in the center coloumn moves left as seen here: http://www.ffohedmark.no/index.php/news/17/13/ Is there a fix?