Click to See Complete Forum and Search --> : Need Help!
JiNkAzAmA
08-22-2003, 03:09 AM
i made a layout with html and some images. now i am having a problems when i open the window in small mode it gets distorded adn when its maxed it works. so i was wondering if somebody could help me.
this is the link to my layout
http://majinrivals.t35.com/web/index.html
sciguyryan
08-22-2003, 03:56 AM
hi,
i'm afraid what that is inevitable:(
but, perhaps the people on the javascript forum can help by introducind a functoion that decreases the size of the pictures when the page is minamized.
i don't think that i can help with that though because i am not very good with javascript events...
hope that helped.
Vladdy
08-22-2003, 05:45 AM
Originally posted by JiNkAzAmA
i made a layout with html
There is your problem. HTML should be used for content, presentation should be done with CSS. Then you can achieve layouts that scale gracefully with browsers and screen sizes.