Bryan wrote: <snip> I must have missed some details specific to my issue...but with what you both posted a made a hybrid that works for me (IE 6, Opera 7.54, NS 7). I'm obviously still learning CSS beyond basic text styles ;-) </snip>
Good to see you were able to work it out...oh, and it's pretty obvious based on some of the questions I've already asked on this list I'm still learning coldfusion. One day I will invest some serious time in the docs, I promise! Two quick things: 1. I would alter the margin-right: 2% on the fieldset div. I used this in my post because I was also using percentages to define the width, but when you start mixing pixels and percentages that good ole browser sometimes starts to do flaky things (more often than not with relative positioning). A pixel or em value to suit should be fine. 2. It probably wont ruin your design (that's dependent on the surrounding code and the doctype you're using) but just be aware you have a 100% width set inline on the fieldset, and in your styles you also give it a padding-left and padding-right of 5px. That's a total of 100% + 10px for all the standards compliant browsers (only 100% for IE5/IE5.5 because of it's box model), which is probably not what you're really after. I didn't test but it's possible you could just remove the width entirely. Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224279 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

