Jump to content

[solved] resizing background image disproportionate


Recommended Posts

Hi!

I have a problem, I have a background image (black background and a white box in the middle). The problem is that my browser full screen nothing happens. BUT when resized my browser window the background image is disproportionate.

 

What should I do to make the background image automatically resize without causing these problems?

 

Thanks for everything!

 

Greetings!

Link to comment
Share on other sites

i just though that you want white bg only for center block, ok, now it's all clear for me

 

what you have to do is:

 

global.css add background:#FFF to: #page line ~41

 

#page {
background: #FFF;
}

Link to comment
Share on other sites

no, I just want from the top horizontal menu for below. The top I want without white. Only the modules below and the center

 

so, you have to use additional modification :P

 

here it is:

 

global.css line ~547

add background:#000;

 

#header {
position: relative;
background:#000;
}

Link to comment
Share on other sites

×
×
  • Create New...