css - Bootstrap IE7 modal close button alignment -
The bootstrap 2 model has a pass button, but it is not well placed in IE7. Since this is a very popular CSS library, I am thinking that anyone has a good solution for IE 7 so that it can be aligned properly. This is a problem with float, but I'm not sure how to fix this rendering problem.
I just put the modal together and i7 looked fine ... did you
cheers
& lt; Head & gt; Any CSS added? & lt; Link rel = "stylesheet" href = "http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div class = "modal-dialog" & gt; & Lt; Div class = "modal-content" & gt; & Lt; Div class = "modal-header" & gt; & Lt; Button type = "button" class = "off" data-rejected = "modal" Aria-hidden = "true" & gt; And;; & Lt; / Button & gt; & Lt; H4 class = "modal-title" & gt; Model title & lt; / H4 & gt; & Lt; / Div & gt; & Lt; Div class = "modal-body" & gt; ... & lt; / Div & gt; & Lt; Div class = "modal-footer" & gt; & Lt; Button type = "button" class = "btn btn-default" data-dismissed = "model" & gt; Close & lt; / Button & gt; & Lt; Button type = "button" class = "btn btn-primary" & gt; Save changes & lt; / Button & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Body & gt;
Comments
Post a Comment