Click to See Complete Forum and Search --> : Newbie Here


fcho218
11-22-2009, 08:49 PM
So I'm new to web programming and am wondering what the following code means.
* html #container
{
width: 744px;
w\idth: 724px;
}

Could I just do without this when I type in <div id = "container"> in my html code? Thanks!

Regards,

Franklin

Fang
11-23-2009, 01:41 AM
The Star hack (http://www.positioniseverything.net/articles/poll/star-html.php) and the Tan hack (http://www.mezzoblue.com/archives/2005/10/13/bye_bye_tan_/)
Neither should be used, if necessary use Conditional comments (http://msdn.microsoft.com/en-us/library/ms537512%28VS.85%29.aspx) to target IE.