Tag: css

Making background image fit any screen resolution with CSS

The usual approach for placing a background image is by placing the background within the body using CSS. No modifications are needed to the HTML file for the background to be displayed. body { margin:0; padding-top:0; background:#777; color:#f3f3f3; font-size:13px; background:url(images/main-bg.gif) repeat fixed; } However, what if instead of a small repeating image, a much larger, single image is desired. In…

Read More »

How to get wp-print to display Nextgen nicely!

There are many great WordPress plugins that every site owner should consider using. Of the plugins, wp-print and Nextgen Gallery will greatly enhance any site. However, wp-print does not display the Nextgen Gallery the way that I would like it to. Instead of displaying the images in a row as displayed on the site, the printable version is a long…

Read More »