agallia
Mar-30-2008, 04:43 PM
I have customized my agallia.smugmug.com (http://agallia.smugmug.com) homepage Bio to show a slideshow (works well) and some bio text. Firefox shows it the way I want it with slideshow container on left side and justified text on right side. However, IE shows the justified text below the slideshow container? I would like to have IE display the same as Firefox. Here is my code (asterisks replace script tags).
Please help with any suggestions on correcting code. Can CSS be used to do the job? Thanks.
<html>
********>
var oParams = new Object;
oParams.AlbumID = "4262657";
oParams.newWindow = 'false';
oParams.transparent = "true";
oParams.splash = "http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png";
oParams.showLogo = "false";
oParams.showThumbs = "false";
oParams.showButtons = 'true';
oParams.crossFadeSpeed = '800';
oParams.borderThickness = '20';
oParams.borderColor = '000000';
createSWF(360,360, oParams, "transparent");
</********
<div align="justify">
<i>Welcome to my PhotoJournal gallery. My wife, Bobbie, and I have a great love… landscape, nature and wildlife photography. In pursuit of this passion, we have chosen digital photography and digital art photopainting as our art media, striving to capture in some small way the essence, beauty and spirituality of the wonderful God given natural world around us.
<br>
<br>
I sincerely hope that these photographic interpretations of our visual experiences will offer spiritual and artistic elements to truly enhance your viewing enjoyment....Al Gallia</i>
</div>
</html>
Please help with any suggestions on correcting code. Can CSS be used to do the job? Thanks.
<html>
********>
var oParams = new Object;
oParams.AlbumID = "4262657";
oParams.newWindow = 'false';
oParams.transparent = "true";
oParams.splash = "http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png";
oParams.showLogo = "false";
oParams.showThumbs = "false";
oParams.showButtons = 'true';
oParams.crossFadeSpeed = '800';
oParams.borderThickness = '20';
oParams.borderColor = '000000';
createSWF(360,360, oParams, "transparent");
</********
<div align="justify">
<i>Welcome to my PhotoJournal gallery. My wife, Bobbie, and I have a great love… landscape, nature and wildlife photography. In pursuit of this passion, we have chosen digital photography and digital art photopainting as our art media, striving to capture in some small way the essence, beauty and spirituality of the wonderful God given natural world around us.
<br>
<br>
I sincerely hope that these photographic interpretations of our visual experiences will offer spiritual and artistic elements to truly enhance your viewing enjoyment....Al Gallia</i>
</div>
</html>