问问题
186 次
1 回答
1
You are getting confuse about the use of fancybox.
First, you need to set the class="fancybox"
to the anchor <a>
, not to the <div>
parent container of both, the anchor and the target (select
).
Second, the target should be a different element, not the root (this href="/"
doesn't make sense in your case), which contains the launcher and the target.
Third, it would be a good idea to set the proper html structure to the select
element, which is inside of a form
tag.
See this forked fiddle for a working sample.
于 2012-10-22T04:57:42.100 回答