Margin Bug in IE 6
If you have a floated element such as a div and you place margin-right or margin-left on that element, Internet Explorer 6.0 will double that margin value, causing errors in your html layout. To fix this simply add display:inline; to your floating element.? That should fix the issue.
...
Read More/p>
Filed under: Browsers, CSS, HTML, Web Design | No Comments »
30 Great Website Designs
Need inspiration for design? Visit this page and you will get plenty of great ideas on designs using CSS and graphics.
Some sites are even using Web 2.0. Click here to access this page.
...
Read More/p>
Filed under: CSS, Web Design | No Comments »
Check Broswer Compatiblity with BrowserShots.org

So you’ve designed a website and now you want to put it online. But wait a minute, your website looks great in Internet Explorer but how does it look in web browsers such as Firefox, Opera, Safari etc..? What do you do now? Do you install all browsers known to man kind? No, there is a awesome solution which is online and free.
We use browsershots.org to get our screen shots of our work. It is easy and free to use. All you have to do is enter your website address in the url “Enter URL Here:” section and select all the browsers you want to use to test your website. Within a few minutes, after you submit your site for testing, you should start to see some images of your site. It’s a great site for web developers and we recommend you use it.
...
Read More/p>
Filed under: CSS, HTML, Web Design | No Comments »