vandamar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom <body id=””> on multiple single.phpAnyone?
Forum: Themes and Templates
In reply to: Custom <body id=””> on multiple single.phpHow would this help me with single-news.php and single-contact.php when the <body> tag is in header.php
Forum: Plugins
In reply to: [Plugin: WP-SWFObject] Drop-down Menu IE BUG (Please help!)Having this problem in IE8 only. Anyone having the same problem?
Forum: Plugins
In reply to: [Plugin: WP-SWFObject] Drop-down Menu IE BUG (Please help!)Anyone?
Forum: Plugins
In reply to: [Plugin: WP-SWFObject] Drop-down Menu IE BUG (Please help!)Here’s a list of what I have tried so far:
• given my <div id=nav> z-index: 1000; position: relative;
• given my <div id=”swf-intro”> z-index: -100; position: relative;
• tried above steps with absolute positioning as well
• set wmode to transparentHad a look at the code wp generates and i noticed that there was no <script> related to swf-object plugin in the <head>
Also here is the code from my page source
<object width="950" height="350"> <param name="movie" value="http://www.myurl.com/testsite/wp-content/uploads/2010/04/intro.swf"></param> <param name="quality" value="best"></param> <param name="wmode" value="transparent"></param> <param name="menu" value="false"></param> <param name="bgcolor" value="#000000"></param> <embed type="application/x-shockwave-flash" width="950" height="350" src="http://www.myurl.com/testsite/wp-content/uploads/2010/04/intro.swf" quality="best" bgcolor="#000000" wmode="transparent" menu="false" ></embed> </object>Forum: Plugins
In reply to: [Plugin: WP-SWFObject] WMODE in template fileYou can set the wmode to transparent in the plugin settings (Window Mode: transparent)
Ach old topic. Sorry.
Anyone out there with an answer for this thread?
Is it possible to show alttext in the modal/effect view of an individual image in nextgen?
I’ve tried editing the view/ templates with no effect. Any suggestions?
Would appreciate an answer very much!
Forum: Themes and Templates
In reply to: Fixed footer position – get page name/id into css classalchymyth, min-height did it.
Thank you so much.
Forum: Themes and Templates
In reply to: Fixed footer position – get page name/id into css classHi esmi.
Problem is that I don’t want to hide the overflow! Basically say my ideal height is 600px and that my footer should start at 600px from the top.
Some pages have content that fits in 500px and some pages in 700px. in the case of 700px, client is willing to let it hang there. However for pages that are 500px, the client still wants the footer to sit at 600px, and since all pages vary i can’t use padding or margin or anything like that.
Any suggestions?