HTML Help

piscesdream

New Member
Hello everyone! I have built my site in HTML/CSS and I am very new at all of this. I am wondering what I need to do (in terms of coding) in order to allow my containers to expand lengthwise. Right now, all of my HTML text goes past the bottom of my boxes. Any help would be appreciated!

Also, my site www.dailey-design.com is not compatible with IE. Is there a hack that would help me out in order to make my site look as it should in IE?

Thanks!
 

CT-Matt

New Member
I believe you want to use % for your width properties instead of px.
More details here:

http://www.w3schools.com/CSS/pr_dim_width.asp

As far as being compatible in IE; there is really no "shortcut" method to making it work in a certain browser. You should make a habit of testing your sites in multiple browsers as you build them, so you aren't stuck with a dysfunctional site at the end.
 
Top