Aaron Gray wrote:
> Okay, I have spent several hours trying to get this to work, and still 
> cannot get the right floating div not to hang over on the next line.
>
> Here's what I have got :-
>
>         http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html
>
> The CSS is in the HTML.
>
> So I am stuck with the right floating div hanging down a line, in need of 
> solving.
> Aaron
Aaron,
As Zoe pointed out it is a box model problem-- the need to account for 
width issues in the various win/ie browsers. I would encourage you to 
follow Zoe's advice, and learn to cope with the box model.
As in any discipline, though, there alternative means and methods of 
solving problems. I prefer to put ie in quirksmode(the xml declaration 
above the doctype does that). It puts ie 5, 5.5, and 6.0 on a common 
playing field-- and, if you are careful, one can avoid dealing with the 
box model and related hacks-- not all the time, but at least some of the 
time. I am not necessarily saying this is a /better/ approach, but it is 
one that some of us employ on a fairly regular basis. This is an example 
of only one way your page might be set using that method: 
<http://www.chelseacreekstudio.com/ca/cssd/layout08.html> .
Regards,
~dL

-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to