0
Div CSS ?
LEGEND
,
/t5/dreamweaver-discussions/div-css/td-p/917166
May 05, 2008
May 05, 2008
Copy link to clipboard
Copied
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?
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/dreamweaver-discussions/div-css/m-p/917167#M183623
May 10, 2008
May 10, 2008
Copy link to clipboard
Copied
.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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
LATEST
/t5/dreamweaver-discussions/div-css/m-p/917168#M183624
May 12, 2008
May 12, 2008
Copy link to clipboard
Copied
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?
> .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?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

