Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by Aethon …s written dynamically to the page. I've used lytebox successfully before, even from within an iframe. This …site also uses lytebox in a calendar iframe that works properly. But somehow,…fileman/Uploads/galleries/test1/ecole_bully.jpg" class="lytebox" data-lyte-options="group:gallery" data… Re: Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by Aethon In the nouvelles pages, the first record contains a video followed by a collection of photos and I wanted to have them popup in a lytebox window. In the calendar on the home page, you can click and bring up an event in the same box. Both are in iframes but in the calendar it works properly. Lytebox adding a link on the overlay Programming Web Development by ggeoff Hi I am using Lytebox v3.22 and I am trying to find a way … Re: Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by pixelsoul It really shouldn't matter whether you write the html for this, or if it is generated by PHP. PHP doesn't manipulate the DOM after the page has been rendered. Do you have a live page somewhere that we might be able to see it in action? Re: Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by Aethon yes..it's at ecolehorizonsoleil.com/nouvelles/ at the main page, if you click on a date in the calendar, it works fine. But at the NOUVELLES page, it won't pop up in the top window. Re: Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by Aethon OK...the client removed the photos... :( I'll try to set it up on a hidden page. Re: Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by Aethon I've set up a hidden page : http://www.ecolehorizonsoleil.com/news.php Re: Lytebox issue : can't escape when iframe output from db record / tinymce Programming Web Development by Aethon No ideas? did you check the page? Re: Lytebox adding a link on the overlay Programming Web Development by ggeoff I have solved this problem. It appears that the way I worded the problem was misleading. What I wanted to do was return to the thumbs view from the photos view I didn't want to use the supplied buttons but my own "button". What I did was replace the "Close" button graphic with a new button graphic "thumbnails". I … Pull images from another server Programming Web Development by quint …/dealerservices/images/auto/".$images[$i]."\" rel=\"lytebox[thumbnails]\"><img src=\"http://xx.xx… Re: Pull images from another server Programming Web Development by cwarn23 …/dealerservices/images/auto/".$images[$i]."\" rel=\"lytebox[thumbnails]\"><img src=\"http://xx.xx… cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff … be a bottom border on an image. I am using Lytebox. Adding a bottom border resulted in the existing "border… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff Thanks Dandello I have rechecked the CSS for both lytebox and thumbs and found two errors an uneccessary comma and … Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff … underscores as far as i can gather. In this situation Lytebox and the sotware I use to prepare the images uses… Re: need to send browser window size to php Programming Web Development by Ice-Babe …=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"…=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"… Re: need to send browser window size to php Programming Web Development by Ice-Babe …=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"…=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"… Re: need to send browser window size to php Programming Web Development by Ice-Babe …=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"…=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"… Re: need to send browser window size to php Programming Web Development by Ice-Babe …=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"…=\"./".$cat."/".$val."\" rel=\"lytebox[".$cat."]\"><IMG SRC=\"./"… Re: bullets missing in UL Digital Media UI / UX Design by ggeoff … inspection a lot seemed to be wrong! I also use Lytebox but that is not relevant to the page where the… Re: bullets missing in UL Digital Media UI / UX Design by ggeoff … as the bullets that are visible only in IE9 disappeared. Lytebox.css lists dozens of errors that are not of my… Re: Pull images from another server Programming Web Development by humbug Did you actually use "http://xx.xx.xxx.xxx/..." as $fullpath? Because I've got a feeling that wouldn't work. [icode]if (file_exists($fullpath))[/icode] is being used remember, and by the look of it is returning FALSE. Also, [icode]http%3A%2F%2F69.80.208.156/birkeys/phpThumb.php[/icode] is a bad href. As php will see all the characters … Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello In Firefox, there are borders around all four sides of the images except the one with the bottom margin set to -4px. (And there's a hint of a top gray border on that one) Make sure [B]all[/B] the 'a' attributes are set to 'text-decoration:none'. My gut is telling me the issue is related to an 'a' attribute as that is a container for the image and … Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff Hi Dandello Thanks. I have checked all occurrencies of text-decoration and find that only the footer has underline. I am not sure why you think that an undrline setting would have this effect. what would normally appear in the space under each thumbnail image would be the filename. I have diabled this option for the thumbs but perhaps a space is… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello Duh, never code without sleep. Something is adding a border that's the color of your links. It's probably a 'border: medium none' which I see in the css when using Firebug. It's supposed to give a medium border on top and bottom and none on left and right - but in Firefox it also looks like there are 1px borders on the left and right which is what… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello You can have two borders is one of them belongs to a container holding an element that has a border - which puts us back to an issue with links as that is the container holding the images. I didn't see any css for your links that would add either a margin or padding to show a background-color through. But the fact that a negative margin made it … Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello Update - I just downloaded the page onto my test server so I could play with it and I've come to an interesting conclusion - it's not in the code. I think it's in the thumbnail itself. The one where the border disappeared with the negative margin - take away the negative margin and the border's still gone. When I enlarge the first thumbnail with a … Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff [QUOTE=Dandello;1677464]Update - I just downloaded the page onto my test server so I could play with it and I've come to an interesting conclusion - it's not in the code. I think it's in the thumbnail itself. The one where the border disappeared with the negative margin - take away the negative margin and the border's still gone. When I enlarge the… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello What I'm seeing on the image is a lighter band of color that would look gray against the dark background. I'm not seeing a black border at all - in Chrome or in Firefox. But I do see a gray bottom border in MSIE8 on the one with the red bottom border and the rows beneath the first row. FOUND IT: it's in the css for A:link in stylesheet2.css - … Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff Hi Dandello Thanks :) Great thats fixed it! I'll need to learn how to use MSIE Developer Tools best regards Geoff