• 0

[HELP] Webpage side images scale


Question

I want images on the left and right to scale with the height, width of the browser. I made a diagram to help explain. Basically blue is the image, showing how I want it to scale on different size windows, crossed out is what it currently does.

xQrqW.jpg

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

What I would do if your using CSS is put divs for the sidebars around the main content div like this:

<div id=sidebar-left><div id=sidebar-right>
   <div id=content>
   </div>
</div></div>

That will make the sidebars extend down to the height of the main content creating 3 equal columns.

Link to comment
Share on other sites

  • 0

What I would do if your using CSS is put divs for the sidebars around the main content div like this:

<div id=sidebar-left><div id=sidebar-right>
   <div id=content>
   </div>
</div></div>

That will make the sidebars extend down to the height of the main content creating 3 equal columns.

Where would I put that? Also, don't believe I'm using CSS, just HTML Sorry I'm not sure just using Dad's Dreamweaver suite?!? =/ It says "<style type="text/css">

Current code for left sidebar. Can you show me where to add the code you're talking about.

&lt;div id="apDiv3"&gt;&lt;img src="../../Pictures/Screenshots/Screen shot 2010-10-09 at 8.53.57 PM.png" width="236" height="644"&gt;&lt;/div&gt;

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.