Moving X To top right in 3.0

4 messages Options
Embed this post
Permalink
DouglasFir

Moving X To top right in 3.0

Reply Threaded More More options
Print post
Permalink
So I moved the x to the top right of display, this displays fine in both Firefox 3+ and Ie7, but is only functional in IE7 - clicking the x in fireFox selects the title text on the left -

Anyone know how I should tweek the following to get this to work (or maybe a css change is needed as well):
/*
         markup: '<div id="sb-container">' +
                    '<div id="sb-overlay"></div>' +
                    '<div id="sb-wrapper">' +
                        '<div id="sb-title">' +
                                                '<div id="sb-nav">' +
                                    '' +
                                                                        '</div>'+
                            '<div id="sb-title-inner">' +
                                                             
                                                                        '</div>'+
                        '</div>' +
                        '<div id="sb-body">' +
                            '<div id="sb-body-inner"></div>' +
                            '<div id="sb-loading">' +
                                '{cancel}' +
                            '</div>' +
                        '</div>' +
                        '<div id="sb-info">' +
                            '<div id="sb-info-inner">' +
                                '<div id="sb-counter"></div>' +
                           
                                '</div>' +
                                '<div style="clear:both"></div>' +
                            '</div>' +
                        '</div>' +
                    '</div>' +
                '</div>', //end sb-container
*/

Thank you :)
DouglasFir

Re: Moving X To top right in 3.0

Reply Threaded More More options
Print post
Permalink
Bump
DouglasFir

Re: Moving X To top right in 3.0

Reply Threaded More More options
Print post
Permalink
Looks like the issue was caused by a css property I accidentally deleted...  overflow: hidden; needs be in the #sb-title. Why FireFox needs this and IE doesnt remains a mystery to me.

SmokeyDan

Re: Moving X To top right in 3.0

Reply Threaded More More options
Print post
Permalink
I have a page with 10+ slideshows - where did you place the code? In the html, I assume.

Would I need to add it just once or once for each slideshow?

The test page:

http://www.dwhoffmann.com/test/taos_architect_aia.htm

Thanks!