Alladaskill17 Posted October 10, 2010 Share Posted October 10, 2010 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. Link to comment Share on other sites More sharing options...
0 Melinko Posted October 10, 2010 Share Posted October 10, 2010 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 More sharing options...
0 Alladaskill17 Posted October 10, 2010 Author Share Posted October 10, 2010 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. <div id="apDiv3"><img src="../../Pictures/Screenshots/Screen shot 2010-10-09 at 8.53.57 PM.png" width="236" height="644"></div> Link to comment Share on other sites More sharing options...
0 Melinko Posted October 10, 2010 Share Posted October 10, 2010 Without seeing more of the code I can't tell you where it needs to go. The image needs to be able to repeat vertically aswell. Link to comment Share on other sites More sharing options...
0 Alladaskill17 Posted October 10, 2010 Author Share Posted October 10, 2010 May I PM it or post it here? Its only 97 lines, very basic code. Link to comment Share on other sites More sharing options...
0 Melinko Posted October 10, 2010 Share Posted October 10, 2010 Either is fine, I'll try my best to help I'm not completely proficient. Link to comment Share on other sites More sharing options...
0 Alladaskill17 Posted October 10, 2010 Author Share Posted October 10, 2010 BUMP Link to comment Share on other sites More sharing options...
Question
Alladaskill17
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.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts