David Laakso wrote:
> re: <http://chelseacreekstudio.com/yl/>
> Unable to position thumbnail in left column flush right to an imaginary 
> right side drop-line from the navigation links above it.
> Relevant selectors at very top of style sheet:
> <http://chelseacreekstudio.com/yl/css/style.css>
> * html #f img { ... }
> * html body#k9 #f img { ... }
> Thanks.
> ~d


Hello David.

That is a very hacky style sheet. :-)


Replace this style

* html #f img{ float: none;  position:relative; top: 0; left: 50px; }


with this

* html #f img{ position:relative;right:-31%; }


and the image will be flush.



-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
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