| Issue 12: | IE display with <HR> in modal | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Using: jquery.nyroModal-1.2.3.js
Example:
<a href="#test_me" class="nyroModal">Show Me!</a>
<div id="test_me">
<hr color="#808080" width="95%" size="1" align="left">
</div>
This creates a model with a HUGE width in IE7 (It displays properly in FF).
I wouldn't normally care but I do have some people who use IE.
Please let me know if you need any more detail.
-Greg
Apr 29, 2008
#1
gregarno...@gmail.com
Apr 30, 2008
Just set the width (CSS, inline style, div container, etc...) of your hr and it'll works. This "problem" should occurs in every browser. It occurs in FF for me. When using an inline content, the plugin try to create a modal to display the whole content of the div, using the width and height function. In your case, div#test_me is displaying in the whole width (default behavior for the div) and so, the hr takes also the whole width (width 95% to be accurate in your case) I hope I was enough clear. If you don't understand my answer, let me know and I'll explain more with some examples.
Status:
Fixed
Labels: -Type-Defect -Priority-Medium Type-Other Priority-Low |