since i don't have to much time - I glanced at browser view only - no 
source - And you have text all collapsing on each other - most often 
that is the result of a display property.
display: none
display: block
display: inline
etc....
OR position:asbolute vs position:relative.

It looks as if you need a display:block so the elements on the right 
don't overlap the space set aside for the elements on the left.

Also - if your not using float: left - the items from right can overlap 
left.

Also - it is possible you need clear:right - depending on how you have 
your div's and such set up.

Or - if your using some positioning attributes in . style properties 
which really should be # class .

It looks like it may even be a combination of each of those. I recommend 
going to alistapart.com - reading some of their 2 column tutorials.
hope that helps
jay miller



Mark A. Kruger - CFG wrote:
> Can someone give me the quick and dirty answer on why this page doesn't
> render correctly in IE?
> 
> http://www.thelifegate.net/Pages/ClassReg.asp
> 
> thanks!
> 
> -mk
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to