
January 28th, 2004, 04:55 AM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
resize browser
I am really sorry if this is the wrong area but i dunno where else to put it!
Ok i am a total noob to this form and a noob to webdesign i know HTML, Flash and Postnuke. Now i am building a DHTML website and i need to know a code to resize my portions for a 15 " browser then a 17" because when i run my site in 800x600 all the DHTML munes are out of proportion to the background images! Could some one help me fix this problem?
P.S.
i have looked in google under quite a bit of search topics and i cant come with a tutorial.
ALSO the code i use to place my DHTML menu is.
Code:
<div style="position: absolute; left: 30px; top: 100px;">{Menu}</div>
i heard this code might help
Code:
<div style="position: relative; left: 30px; top: 100px;">{IMAGE HERE}</div>
dose the later code solve the problem?
Last edited by clazmate.com : January 28th, 2004 at 04:57 AM.
|