Thanks Jay - it's not my code (I'm not a CSS guy at all) - but the author
greatly appreciates your insight.

-----Original Message-----
From: Jason Miller [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 12:06 PM
To: CF-Talk
Subject: Re: OT: css, dhtml question


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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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

Reply via email to