Saved Bookmarks
| 1. |
Solve : moving objects? |
|
Answer» I have this problem where I'm praticing making web pages and everything LOOKS neat on the screen but then I resize the brower and everthing moves all over the place words scrunch up. I dont know I had this problem with HTML now I'm teaching myself CSS and I cant seem to stop OBJECTS from moving all over my page when I resize it. I'd like to know how to stop this from HAPPENING in CSS and HTML any help would be APPRECIATED. Thanks.Placing your object in a table should fix this problem.You're probably using absolute positioning in your CSS. Placing your object in a table should fix this problem. And when you're finished and have the site "online", look at Browser Shots. |
|