Hello everyone. I had what I hope to be is a simple issue. I have a site
that uses the "margin:auto" method for centering but For a few elements on
the site I have things positioned absolutely and centered using the
"margin:-1/2 width" method. This works great until the page is resized
lower than t
What's the most efficient way of doing image based tabs?
First thing that comes to my mind are CSS sprites:
http://alistapart.com/articles/sprites
However, there are two approaches and I am not sure which one is best:
1. using one image for all the tab states
2. using one image per tab that co
I would like to know if it's possible to create two rows using the following
markup (without clearing divs) and have them centered (both rows)within a div.
First Row
First Row
First Row
Second Row
Second Row
Second Row
I use Suckerfish menu (single drop down) technique on one of my sites. On IE7
when I click the first LI (menu root) and drag my cursor down the menu appears
but it doesn't disappear when I move the cursor outside the div that holds the
list. I noticed the same problem on the original example:
h