Subscribe to RSS

Web Design Archive for the ‘CSS’ Category

CSS Trick: Getting content wrappers to wrap

You ever had that frustrating div that would stop just short of wrapping your content like it is supposed to? Usually this div will have a background image or color that you need to go all the way around the content. There are cases where this has come up for me and there are usually two things you can do one of them is to fix the problem as you have accidentally set a property to it that doesn’t need to be there in the CSS. The other is you can add something to it to help wrap the div around your content. I’ll talk about both of these methods a little more in depth but they are quick and easy solutions for the stubborn div. (more…)

Popularity: 7%

Test IE5 or IE6 on your PC with IE7 installed

I get this question quite a bit for people that need to test their web sites on IE6 mostly that already have IE7 installed. I have found a great piece of software from TredoSoft that does just this. It basically installed IE 3.0, IE 4.01, IE 5.01, IE 5.5 and IE 6 on your computer to let you test your web page on them. This is all assuming you have IE7 already installed. If for whatever reason you don’t want to replace your IE6 with IE7 they also have a stand alone IE7 that you can install to test your web pages on.

I mostly use this software for testing web pages on IE6 standalone. This is a very useful software for testing your web page. For those of you wishing to test Safari you may know that it has been released for PC, but it is still a little buggy.

Unfortunately I don’t have a good way right now to test other browsers on your Mac but I will keep an eye out for something that does. Hopefully the company will create IE6 stand alone for the Mac soon. Currently it does work for Windows XP and Vista though.

Popularity: 14%

Weekly CSS Trick: The IE underscore hack

This week it is a hack that I am providing for everyone to enjoy, it allows you to easily add a quick style within your existing style sheet to target internet explorer. This can help so you don’t have to check your ie CSS file if is just a simple margin adjustment. Which as we all know internet explorer has some issues with, especially internet explorer 6. The underscore hack is pretty basic but I will go over the various uses for it and touch on what browsers it affects and which browsers ignore it. (more…)

Popularity: 5%

CSS Trick: Target only IE with an if statement

This is part of a new segment I will be starting, there will be others but I figure this is a pretty good one to have. There are a lot of weird things about IE6 (and lower) and even IE7 browsers that make most web developers want to tear their eyes out and ignite them where they fall. For this reason there are a lot of CSS hacks that make Internet Explorer behave. This week I am going to discuss the most useful hack of them all, which really isn’t a hack it is more of a feature. (more…)

Popularity: 16%


Recent comments

I’ve been on a vacation, normality will happen next week

On August 28, 2008, holiday travel wrote:

well this is useful… (at least for me) very thanks ————&# 8212;———R 12;—–...

Top 10 search engine optimization techniques

On August 26, 2008, ибп wrote:

А что, неплохо!

Styling the first post of your Wordpress blog

On August 21, 2008, cheap website design wrote:

good point you have in there! thanks for sharing with us

CSS Hack:Getting Safari to behave

On August 21, 2008, Glass wrote:

You can also target Safari with the following: body:first-of-type .class {} That is: just prepend css the rule with body:first-of-type. Simple.

Styling the first post of your Wordpress blog

On August 20, 2008, jeeremie wrote:

Hi, This solution didn’t work for me. Instead, I use this one »