ixessories Posted December 25, 2010 Share Posted December 25, 2010 trying to add a flash banner to the homepage...it's simple object/embed code and the flash banner shows up, but it's about HALF the size? also, has issues with different browsers...I tried the same code in separate html page and it works fine, so i'm guessing somewhere the size is being limited..can anyone help????????Site: www.ixessories.com <object id="editorial" width="835" height="400"> <embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="835" height="400" name="editorial" src="editorial.swf" bgcolor="#FFFFFF" quality="high" swLiveConnect="true" allowScriptAccess="samedomain" ></embed> </object> Link to comment Share on other sites More sharing options...
rocky Posted December 25, 2010 Share Posted December 25, 2010 Have you fixed this? It looks fine to me in IE, Firefox, Chrome and Opera. Link to comment Share on other sites More sharing options...
ixessories Posted December 26, 2010 Author Share Posted December 26, 2010 yes !! not a programmer, so not sure what this line in global.css is for, but changing the height did the trick. it was set to auto??? -->* {padding:0; margin:0; height:20; font: 11px Tahoma, Verdana, Geneva; color:#6A5D4A; list-style:none} Link to comment Share on other sites More sharing options...
rocky Posted December 26, 2010 Share Posted December 26, 2010 Great. Please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
ixessories Posted December 26, 2010 Author Share Posted December 26, 2010 will do ...any idea how this has an impact on the cneter column? the height numbers doesnt seem to be changing anything... ??* {padding:0; margin:0; height:1; font: 11px Tahoma, Verdana, Geneva; color:#6A5D4A; list-style:none} Link to comment Share on other sites More sharing options...
rocky Posted December 26, 2010 Share Posted December 26, 2010 I see you are using the Moon theme. It seems to have the centre column height fixed at 415px on line 78 of themes/moon/css/global.css: #main_center_column {width:878px; margin:0 auto 0 auto; height:415px;} So the height of the centre column will always be at least 415px. If the containing elements are larger than that, it should expand to fit them. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now