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
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
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
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),
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