English 中文(简体)
2. ancy子流行底层的差异
原标题:Div on the bottom of fancybox popup

我正在使用Fancy Box (fancyapps.com)来利用Ajax窗口。 我需要把四分五裂放在人口右边,但我不知道如何做。

我尝试了以下立场:固定下来,但后半衰期与不上下游的屏幕的底线一致。 我正在使用Ajax,而不是一刀子来显示人口内容。

感谢所有投入!

最佳回答

First you need to place the div inside the outer popup div. Assuming the div has id="lower-right-corner". Then the css would be:

#lower-right-corner{

position: absolute;
right: 0;
bottom:0;

}

That is assuming that the popup outer div has a position other than static. You can find more info about css positioning here:

问题回答

暂无回答




相关问题
css footer position stick to bottom of browser?

I m having a problem with my site http://artygirl.co.uk/pixie/about/ I can t seem to get the footer to automatically stick to the bottom of the browser, and show the rest of my background. Is there a ...

PHP send plain text mail and force fixed-width charset

I want to force the reader s email client to display my php-generated plain text emails with a fixed width charset. Thunderbird displays the email with a fixed width charset. However, Gmail and ...

How to make a fixed div?

I am trying to make box to be fixed in the lower right border of the page and doesn t move with the page scrolls down. But it s not working for me dunno why. Here is my code: <html> <head&...

Chrome and fixed width on a div (or other tags)

I have some html which looks like this: <div style="{ display:inline; width: 80px}">fig</div>vitamin c<br> <div style="{ display:inline; width: 80px}">apple</div>...

Unsafe code and fixed statements with StringBuilder

I was wondering about how passing a String or a StringBuilder to a C function which output a string by parameter. I ve found a great answer in Calling unmanaged function from C#: should I pass ...

热门标签