PDA

Click to See Complete Forum and Search --> : Why is my site R-Tarded? especially in ie on mac?


brah
12-03-2006, 12:44 AM
total n00b here...hopefully someone can help. if even a little bit.

on ie on mac its totally thrown all kinds of off. on pc its all lined up correct except for the main nav which should be all horizontal.

then on firefox (mac and pc) and safari, the space between the content boxes and the footer is double what it should be.

any help would be appreciated.

site (http://www.digitalantelope.com)

tZ
12-03-2006, 01:30 PM
I assume this is floated correct?

If so set your floats display property to inline.

Also, if you have absolutly positioned elements in a relative container IE positions items relative to the viewport- not the box which it resides like it is suppose to be.

I'm not going to go into the thoery but, you use this bit of code to fix the positioning promblem.


/* hide *\/
* html .box {
height: 1%;
}
/* end hide */

brah
12-03-2006, 06:39 PM
the parts that are way out of line arent floated. I dont know.