I am just learning CSS and Dreamweaver at the same time. I have created a site with CSS and have created the site in Dreamweaver.
My problem (which I have tried to fix on my own for two days) is the blue rectangle at the bottom of the page.
This is my site:
Can anyone help?
Thanks in advance.
Lorri
what do you need help with?
what do you need help with? just checked your site but there can be more than 1 thing.
for instance do you want the blue rectangle stretched out automaticaly? Or maybe want it to show below the other element or in front of it.
Let me know happy to help
Without knowing what you
Without knowing what you want, I'm going to assume you want it stretching horizontally, therefore change this CSS...
background:url("images/container.jpg") no-repeat scroll center bottom transparent;
to this...
background:url("images/container.jpg") repeat-x scroll center bottom transparent;
lplatzeck, it seems to me you
lplatzeck, it seems to me you dont want that blue req. there at all. If you want that req. to go away, simply take out the background on .outer-container