CMS MADE SIMPLE FORGE

Album

 

[#3511] cross browser issue (incl. solution)

avatar
Created By: manuel (manuel)
Date Submitted: Thu Jun 04 10:57:19 -0400 2009

Assigned To:
Version: None
CMSMS Version: None
Severity: Minor
Resolution: Awaiting Response
State: Open
Summary:
cross browser issue (incl. solution)
Detailed Description:
Module: Album 0.9.3
Album Template: lyteshow
Issue: scrollbars appear next to "stop", "play" & "pauze" buttons when visitor
opens image full screen in Internet Explorer

Solution:
modification to /modules/Album/templates/db/lytebox/lytebox.css

-----------REPLACE-----------
#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin:
0 auto; }
-----------WITH-----------
#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto;
overflow-x:hidden; overflow-y:hidden; margin: 0 auto; }

-----------REPLACE-----------
#lbDetails { width: 60%; float: left; text-align: left; }
-----------WITH-----------
#lbDetails { width: 100%; clear:both; float: left; text-align: left; }

-----------REPLACE-----------
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
-----------WITH-----------
#lbNumberDisplay { width: 100%; float: left; clear:both; text-align:left;
padding-bottom: 1.0em; }


History

Comments
avatar
Date: 2009-06-12 04:56
Posted By: manuel (manuel)

ps: it's possble the scroll bars only appear when the full screen image is very
small (didn't test this, just fixed it :) )
      
Updates

Updated: 2009-06-12 04:56
resolution_id: => 10