htdefiant 0 Report post Posted March 25, 2007 Hey,I've got a CSS sheet that was for some reason optimized for 1171x721. How can I scale that down to 1024x768? Or make it so it has no optimization and is just scrollable? Thanks :lol:Harrison Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 25, 2007 Download Irfanview. It will resize and/or optimise the Image. freeware. Excellent tool to have in your arsenal. Share this post Link to post Share on other sites
htdefiant 0 Report post Posted March 25, 2007 That just changes the graphics - they are not the problem. I think it's the actual css file that is the problem. Should I be changing any code in there?Thanks Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 25, 2007 Use percentages, but I don't know if it will work for sure unless you supply a link and let us review the page. Post just the link to the html page. We can snag the css from that. Share this post Link to post Share on other sites
htdefiant 0 Report post Posted March 25, 2007 I am currently in a redesign phase - I am moving from Wordpress to this. My active pages using that design are:http://www.windowsonthemac.com/http://forums.xisto.com/no_longer_exists/http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 25, 2007 Just a quick suggestion.Instead of adding an image as a divider for the horizontal Links, add a border to the { li a }elements. Saves the bandwidth, although the image is small, and the borders won't "drop" when you resize the window. #topmenu li { background: url(../images/sep.gif) no-repeat top right }Drop that code and replace it by adding a:border: 1px solid #000000 to the ( li a } element should work. Share this post Link to post Share on other sites
htdefiant 0 Report post Posted March 25, 2007 Thanks, that seems to have pretty much solved the problem. Share this post Link to post Share on other sites