Re: [css-d] Layout troubles

2007-09-24 Thread Gunlaug Sørtun
Deprived One wrote: > On the page found at http://www.wildlifecalendar.com I have an image > of a bear holding a price sign on the right side of the page. What I > want to manage is to have the bear move down so that the bottom edge > of the bear is directly against the top edge of the bar at th

Re: [css-d] Layout troubles

2007-09-24 Thread E Michael Brandt
This will take several edits of your css. And let me preface this by saying a real css guru will probably give us a far better solution, but here's mine: Remove img {float... Add to #main {position:relative;} Change #main {margin:3px 3px 0 3px} Remove #pricebear {float... Add to #pricebear {pos

[css-d] Layout troubles

2007-09-24 Thread Deprived One
I've tried for a bit to get the effect that I want and I fear that the tools I am trying to use to do so are inadequate and I'd really appreciate some help. On the page found at http://www.wildlifecalendar.com I have an image of a bear holding a price sign on the right side of the page. What I

Re: [css-d] Layout Troubles

2006-04-28 Thread Zoe M. Gillenwater
Ryan Mayer wrote: > Hello all, > > I'm having a hell of a time over here trying to get this (seemingly simple) > layout work cross browser and was wondering if anyone could point me into > the right direction. > > Basically it's a centered three column layout (51px wide/410px wide/445px > wide),

[css-d] Layout Troubles

2006-04-27 Thread Ryan Mayer
Hello all, I'm having a hell of a time over here trying to get this (seemingly simple) layout work cross browser and was wondering if anyone could point me into the right direction. Basically it's a centered three column layout (51px wide/410px wide/445px wide), without a footer or header. Can