June 17, 200818 yr Wjallo, Can anyone tell me how to fix my website www.scandinavia-id.com ? When viewed on a high-res monitor and you adjust the browser window size, alle the elements on my site seems to move around automatically fitting the browser window, and that f***s up my design!!!! I want to lock my logo, my links and my test within a 1024x768 resolution frame or something like that. Does anyone know how to do that Thx 4 all the help! Nicklas!
June 17, 200818 yr Author is there like a standart command for that? :] I'm new to this webdesign stuff. Nicklas!
June 17, 200818 yr Yup. Something like: <body> <div id=container> now comes all your page contents </div> </body> Then, somewhere near the top of your stylesheet, put the next bit: #container { width: 1000px; }
Create an account or sign in to comment