Nothing obvious from your excerpt. Could you provide a full testpage?

Jörn

On Mon, Jan 11, 2010 at 7:28 PM, Teun Lassche <teun.lass...@gmail.com>wrote:

> I use this code to create a dialog:
>
> <div id = 'login_error' title = 'Melding'>
>   <p>
>       <span class = 'ui-icon ui-icon-info' style = 'float:left;
> margin:0 7px 50px 0;'></span>
>       Verkeerde gebruikersnaam/wachtwoord
>   </p>
> </div>
> <script type = 'text/javascript'>
>   $(function() {
>      $('#login_error').dialog({
>         modal: true,
>         bgiframe: true,
>         buttons: {
>            Ok: function() {
>               $(this).dialog('close');
>            }
>         }
>      });
>   });
> </script>
>
> When using this code, the lay out breaks in IE 7. Some screenshots:
> Lay out as it should be:
> http://brizzly.com/pic/11MW
> Broken lay out:
> http://brizzly.com/pic/11MV
>
> How can I fix/bypass this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
> To post to this group, send email to jquery...@googlegroups.com.
> To unsubscribe from this group, send email to
> jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.

Reply via email to