notes, references

February 2, 2009

CSS/HTML – spacing between images

Filed under: Uncategorized — Tags: , — karthik @ 11:16 pm

When images are put next to each other there is always a spacing between the images and when put into a container there is a 1px overflow of the container background at the bottom (especially in IE7)

solutions:
– try floating the images to avoid horizontal space
– vertical-align: bottom for space below the images

One of the links where I found this information http://csscreator.com/node/31723

October 2, 2007

CSS – browser page border missing

Filed under: HTML/CSS/Javascrip/AJAX... — Tags: — karthik @ 8:58 pm

this will never be problem for people who use CSS everyday.

The scroll bar on the browsers stopped showing up on the pages I was developing and then I realized my stupid mistake:
overflow:hidden;
for the body tag which I had forgotten to remove after some testing I had done earlier.

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.