Hello Everyone i a new to web design and css, html and i am have a problem position things on the page every time i position thing on the page i get it to look right when the browser is at full size but when i make the browser smaller all the things i have positioned moves with the browser CAN ANYONE TELL ME WERE I AM GOING WRONG !!!!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
Are using percentages on your elements? if you are using percentages it will conform to % of the browser window (liquid design) . If you are the alternative would be to set a specific pixel width (ice design) such style="width:100px" instead of style="width:50%"
If you post your code it would be easier to help you.