Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Div CSS ?

LEGEND ,
May 05, 2008 May 05, 2008
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?


TOPICS
Server side applications
291
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 10, 2008 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 12, 2008 May 12, 2008
LATEST
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?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines