Skip to main content
Inspiring
May 5, 2008
Question

Div CSS ?

  • May 5, 2008
  • 2 replies
  • 310 views
http://www.amep.com/searchresultsdetail.asp?cid=4738

If you go to the above link, you will see a pic of a frog. The pic is
"walking" over the "noticebox"

I know my page has other issues but is there a simple solution to make
the notice box appear on the right side instead of crossing under the
image? Well, I know there is a way, the question is just how to do it,
right?


This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Inspiring
May 12, 2008
imaaxa wrote:
> .xboarder .noticebox {
> float: right;
> }
>
> Try adding this style to this class. You can also try adding a width to the
> box to make it small enough to squeeze in after the frog.
>
> You can also try adding a: overflow: hidden; to the style/class of the frog
> tag.
>
> Hope that helps.
>
Thanks,

The float right just bumps it down below the pic so I think the solution
is to, perhaps float the items on both left and right?
Inspiring
May 10, 2008
.xboarder .noticebox {
float: right;
}

Try adding this style to this class. You can also try adding a width to the box to make it small enough to squeeze in after the frog.

You can also try adding a: overflow: hidden; to the style/class of the frog tag.

Hope that helps.