>>> The easiest way to do it would be to have the header in a
separate container. Currently everything is in #page and #page
has a fixed width and it has auto margins. No way to fight with
that. If you moved the #header out of the #page div and put it on
top, by itself, it could have 100% width. Then you could put
another container right inside #header and give that the same
width as #page and the same auto margins and then you would have
a fixed width header inside a 100% width block, and you could
style that 100% width block however you want............ sounds
complicated huh?

I followed this concpetually - it makes sense (and thanks!). Is
that a handy-dandy tutorial somewhere that would teach me how to
lift this out of the #page? (see again: new to CSS, self-taught)
- do I need to delve into the php to do this, or is it a matter
of re-arranging elements in style.css (i.e. list the #header
above the #page)?

I'd prefer to do it this way because I'm leery of trying to line
up images, etc. in multiple browsers. Also, isn't it lighter on
bandwidth?

>>> Or you could do what wordpress.org does, which is a total
fake trick... make the text bigger and you will notice that the
text falls out of the lines... because the lines are not borders,
but rather a background image that is repeated on the body.
Here's the image:

Cheaters! ;)

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to