Jump to content
xisto Community
Sign in to follow this  
htdefiant

Css Resolution Optimization

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.