Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

resizing screen resolution using javascript

Status
Not open for further replies.

geniedon

Programmer
Dec 24, 2003
11
GB
geniedon,
thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css
how could i encorperate this to be resize to any resolution :

<HTML>
<HEAD>
<TITLE>Café Recordings: The Website </TITLE>

<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; name=&quot;style1&quot; href=&quot;cafe.css&quot;>

</HEAD>
<BODY>
<DIV CLASS=&quot;largelogo&quot;>
<IMG SRC=&quot;images/largelogo.gif&quot; WIDTH=218 HEIGHT=247 ALT=&quot;&quot;></DIV>
<DIV CLASS=&quot;curve&quot;>
<IMG SRC=&quot;images/curve.gif&quot; WIDTH=402 HEIGHT=137 ALT=&quot;&quot;></DIV>
<DIV CLASS=&quot;smalllogotop&quot;>
<IMG SRC=&quot;images/smalllogotop.gif&quot; WIDTH=235 HEIGHT=88 ALT=&quot;&quot;></DIV>
<DIV CLASS=&quot;jaesaudio&quot;>
<IMG SRC=&quot;images/jaesaudio.gif&quot; WIDTH=73 HEIGHT=33 ALT=&quot;jaesaudio&quot;></DIV>
<DIV CLASS=&quot;afb&quot;>
<IMG SRC=&quot;images/afb.gif&quot; WIDTH=49 HEIGHT=33 ALT=&quot;frostbittenuk.co.uk&quot;></DIV>
<DIV CLASS=&quot;broadcite&quot;>
<IMG SRC=&quot;images/broadcite.gif&quot; WIDTH=38 HEIGHT=33 ALT=&quot;broadcite.com&quot;></DIV>
<DIV CLASS=&quot;smalllogobottom&quot;>
<IMG SRC=&quot;images/smalllogobottom.gif&quot; WIDTH=75 HEIGHT=33 ALT=&quot;&quot;></DIV>

</BODY>
</HTML>

any help would be useful
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top