> I am trying to create what should be a relatively straight forward 3
> column fixed width layout with the first column on the right.
> 
> I use some of the technique from "In search of the Holy Grail", in that
> I float each of the columns left, use the padding to hold the first
> column where I want it, and then pull the other divs in position with a
> negative left margin.
> 
> I am presuming that this technique is pulling the second and third
> columns to the left relative to the right edge of the first column

It appears that what you want is to display the 3 DIVs in a reverse order,
so why not simply floating all of them to the right?
You usually get better results across browsers by keeping things *simple*. 


--
Regards,
Thierry 
www.tjkdesign.com | articles and tutorials
www.ez-css.org | ultra light CSS framework




______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to