If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Adv. Poll transparency?  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello,

On my site, I have a layout changer. The navigations are diffrent colors, and I am using Advanced Poll. Could someone direct me on how to make the bg of the poll transparent?


Thanks
Auron
Expert
[Avatar]

Joined: 23/06/2003 22:02:17
Messages: 1053
Offline

admin section -> templates

modify them how u wish, make sure u leave the php in them intact.

Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)
[Email] [WWW]
Streetwise
Newbie

Joined: 28/08/2005 03:35:08
Messages: 3
Offline

To change your background colors to transparent, change this code in your default template display_head:

from this:
bgcolor="$pollvars[bgcolor_fr]"

to this:
allowTransparency="true"

That makes the bar at the top transparent

This makes the main cell transparent:

from this:
bgcolor="$pollvars[bgcolor_tab]"

to this:
allowTransparency="true"

If you're using one of the other templates, just replace the code that already has a hex number attached with allowTransparency="true"

for example, change this:

bgcolor="#F3F3F3"

to this:

allowTransparency="true"

Good Luck!

Dave
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum