Jump to content

whole structure


Xtazy

Recommended Posts

Because most hosts let you use FTP, instead of online editing (which is really bad...my opinion)But you might edit online, though.But if you want to add a banner on top, you could just do it like this:

XHTML:<div id="top"><img src="image.gif" alt="" /></div>CSS:#top {width: Xpx; // change X with for example 800.height: Xpx; // change X with for example 100.

This is what you mean, or is it something else?Edit: I noticed not moving the other content longer down.You might need to like use the height and width you already have on the top banner, and then use:overflow: yes; // or auto. I don't remember which one that validates, if not both does it.

Edited by andersmoen
Link to comment
Share on other sites

i decided to move manually the whole structure. And i couldn't have used CSS or XHTML with div i="top" because most of site elements are positioned absolute. And anyway, it wouldn't look better only with that banner on top...i decided to improve it a little bit and modify some things...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...