Connecting the dots…

Thoughts on Web Development, Scalability and Application Architecture

Tag: CSS

Tab Menu Using CSS and A Single Sprited Image

I had to recently do a tabbed interface and I looked up for various implementations for tabbed interface mostly including one big image with a space in the middle or two different images one for the left section of the tab and one for the right tab. The solution that I eventually used was implementing [...]

Making footer stick to the bottom of the page

Problem for today, had a background which was applied on body which meant that the background titled all the way to the length of the document. The page had a footer which would appear where the content would end, which would make the background appear below the footer and make it look like something had [...]