PDA

View Full Version : text moves when minimized HELP



citrusgirl
08-08-2008, 01:02 PM
I'm very new to formating with div tags and I was wondering if anyone knew how to change the coding so that when the window is minimized the text doesn't alter.

the site is http://www.piergeorgeaudio.com/

any assistance would be greatly appreciated.:)

deathshadow
08-10-2008, 06:22 AM
I don't think you mean to say minimized - since you cannot SEE the page when 'minimized' since the window isn't open then.

I do notice that when you make the browser 'narrower' it does seem to make the text go to multiple lines - I'm assuming that's what you mean.

Your problem is because you are declaring margin:400px; - when the screen is narrower, there is less room for your content. In general you have assigned widths and margins that are nonsensical in terms of differing screen sizes and resolutions.

For now, change where it says "margin:400px" to "margin:400px auto 0;" in #white - though in general you are declaring and re-declaring properties over and over in your CSS for no fathomable reason.