Hi all,
I have a page that can change his width through a Javascript event...
When the width of page exceed the screen size, it appears the x-
scrollbar as expected.
But in the same page there is a “div footer” and “div header” with a
different colour from the background colour .
So the problem is this:
when the width of page exceed the screen size
the width of “div footer” and “div header”
don’t change (so the background colour of these div don't extend to
the full width of the page) like the width of page,
I’d like to have the width of “div footer” and “div header” changeable
like the width of page.
I suppose that I have to fix something in footer and header css that
currently is this:
#footer {
font-size: 1em;
clear:both;
margin:0;
padding: 0.5em;
background: #333;
color: #aaa;
}
I hope I made myself clear,
Thanks
Loredana
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---