Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-28-2007, 06:28 PM   #1
pussyserver - BANNED FOR LIFE
So Fucking Banned
 
Join Date: Oct 2005
Location: I convert perverts like catholic church!
Posts: 5,133
epass $$ to tell me how to create a transparent SPRY menu

epass $$ to tell me how to create a transparent SPRY menu

Just like the title says I will epass you cash to tell me how to do this.

I want to create a SPRY menu and make it completely transparent

name your price / after it is verified that your method works I will pay you
pussyserver - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 07:16 PM   #2
pussyserver - BANNED FOR LIFE
So Fucking Banned
 
Join Date: Oct 2005
Location: I convert perverts like catholic church!
Posts: 5,133
you mean to tell me none of you fuckers wanna make any money
pussyserver - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 09:42 PM   #3
woj
<&(©¿©)&>
 
woj's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: Chicago
Posts: 47,882
what's a SPRY menu?
__________________
Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager
woj is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 10:18 PM   #4
pussyserver - BANNED FOR LIFE
So Fucking Banned
 
Join Date: Oct 2005
Location: I convert perverts like catholic church!
Posts: 5,133
http://www.hkvstore.com/aspxmlmaker/...enusample.html
pussyserver - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 10:24 PM   #5
tolik
Confirmed User
 
Join Date: Jun 2001
Location: inside my brain
Posts: 2,035
This XML file does not appear to have any style information associated with it. The document tree is shown below.


<xsl:stylesheet version="1.0">
<xsl:output method="html" version="1.0" indent="yes"/>

<xsl:template match="root">

<ul id="MenuBar" name="MenuBar" class="MenuBarHorizontal">
<xsl:apply-templates select="row[parent=0]"/>
</ul>
</xsl:template>

<xsl:template match="row">

<li>

<a href="{url}">

<xsl:if test="count(row)>0">
<xsl:attribute name="class">MenuBarItemSubmenu</xsl:attribute>
</xsl:if>

<xsl:if test="cssid!=''">

<span id="{cssid}">

<xsl:if test="icon!=''">

<xsl:attribute name="style">
background-image: url(
<xsl:value-of select="icon"/>
)
</xsl:attribute>
</xsl:if>
<xsl:value-of select="caption"/>
</span>
</xsl:if>

<xsl:if test="cssid=''">
<xsl:value-of select="caption"/>
</xsl:if>
</a>

<xsl:if test="count(row)>0">

<ul>
<xsl:apply-templates select="row"/>
</ul>
</xsl:if>
</li>
</xsl:template>
</xsl:stylesheet>


This XML file does not appear to have any style information associated with it. The document tree is shown below.


<root>

<row>
<id>1</id>
<caption>Item 1</caption>
<url>#</url>
<parent>0</parent>
<cssid>item1</cssid>
<icon>images/numberedList.gif</icon>

<row>
<id>2</id>
<caption>Item 1.1</caption>
<url>#</url>
<parent>1</parent>
<cssid>item1-1</cssid>
<icon>images/italic.gif</icon>
</row>

<row>
<id>3</id>
<caption>Item 1.2</caption>
<url>#</url>
<parent>1</parent>
<cssid>item1-2</cssid>
<icon/>
</row>

<row>
<id>4</id>
<caption>Item 1.3</caption>
<url>#</url>
<parent>1</parent>
<cssid>item1-3</cssid>
<icon/>
</row>
</row>

<row>
<id>2</id>
<caption>Item 1.1</caption>
<url>#</url>
<parent>1</parent>
<cssid>item1-1</cssid>
<icon>images/italic.gif</icon>
</row>

<row>
<id>3</id>
<caption>Item 1.2</caption>
<url>#</url>
<parent>1</parent>
<cssid>item1-2</cssid>
<icon/>
</row>

<row>
<id>4</id>
<caption>Item 1.3</caption>
<url>#</url>
<parent>1</parent>
<cssid>item1-3</cssid>
<icon/>
</row>

<row>
<id>5</id>
<caption>Item 2</caption>
<url>#</url>
<parent>0</parent>
<cssid>item2</cssid>
<icon/>
</row>

<row>
<id>6</id>
<caption>Item 3</caption>
<url>#</url>
<parent>0</parent>
<cssid>item3</cssid>
<icon>images/home.gif</icon>

<row>
<id>7</id>
<caption>Item 3.1</caption>
<url>#</url>
<parent>6</parent>
<cssid>item3-1</cssid>
<icon>images/forward.gif</icon>

<row>
<id>8</id>
<caption>Item 3.1.1</caption>
<url>#</url>
<parent>7</parent>
<cssid>item3-1-1</cssid>
<icon>images/new.gif</icon>
</row>

<row>
<id>9</id>
<caption>Item 3.1.2</caption>
<url>#</url>
<parent>7</parent>
<cssid>item3-1-2</cssid>
<icon/>
</row>
</row>

<row>
<id>10</id>
<caption>Item 3.2</caption>
<url>#</url>
<parent>6</parent>
<cssid>item3-2</cssid>
<icon/>
</row>

<row>
<id>11</id>
<caption>Item 3.3</caption>
<url>#</url>
<parent>6</parent>
<cssid>item3-3</cssid>
<icon>images/justifyAlign.gif</icon>
</row>
</row>

<row>
<id>7</id>
<caption>Item 3.1</caption>
<url>#</url>
<parent>6</parent>
<cssid>item3-1</cssid>
<icon>images/forward.gif</icon>

<row>
<id>8</id>
<caption>Item 3.1.1</caption>
<url>#</url>
<parent>7</parent>
<cssid>item3-1-1</cssid>
<icon>images/new.gif</icon>
</row>

<row>
<id>9</id>
<caption>Item 3.1.2</caption>
<url>#</url>
<parent>7</parent>
<cssid>item3-1-2</cssid>
<icon/>
</row>
</row>

<row>
<id>8</id>
<caption>Item 3.1.1</caption>
<url>#</url>
<parent>7</parent>
<cssid>item3-1-1</cssid>
<icon>images/new.gif</icon>
</row>

<row>
<id>9</id>
<caption>Item 3.1.2</caption>
<url>#</url>
<parent>7</parent>
<cssid>item3-1-2</cssid>
<icon/>
</row>

<row>
<id>10</id>
<caption>Item 3.2</caption>
<url>#</url>
<parent>6</parent>
<cssid>item3-2</cssid>
<icon/>
</row>

<row>
<id>11</id>
<caption>Item 3.3</caption>
<url>#</url>
<parent>6</parent>
<cssid>item3-3</cssid>
<icon>images/justifyAlign.gif</icon>
</row>

<row>
<id>12</id>
<caption>Item 4</caption>
<url>#</url>
<parent>0</parent>
<cssid>item3-4</cssid>
<icon/>
</row>
</root>

something like this?
__________________
LONGBUCKS-Teen, Mature, Reality, Gay sites.
Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


Webmaster friendly high recommended programs to promote (personal experience):
RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting
tolik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 10:27 PM   #6
pussyserver - BANNED FOR LIFE
So Fucking Banned
 
Join Date: Oct 2005
Location: I convert perverts like catholic church!
Posts: 5,133
yeah but o n a spry supported by a .js included with dream weaver it still gives a white background image of some type
pussyserver - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 10:27 PM   #7
tolik
Confirmed User
 
Join Date: Jun 2001
Location: inside my brain
Posts: 2,035
ASP XMLMaker v3.0
http://www.filebuzz.com/fileinfo/170..._XMLMaker.html

check this software
__________________
LONGBUCKS-Teen, Mature, Reality, Gay sites.
Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


Webmaster friendly high recommended programs to promote (personal experience):
RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting

Last edited by tolik; 06-28-2007 at 10:28 PM..
tolik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 10:30 PM   #8
tolik
Confirmed User
 
Join Date: Jun 2001
Location: inside my brain
Posts: 2,035
Quote:
Originally Posted by pussyserver View Post
yeah but o n a spry supported by a .js included with dream weaver it still gives a white background image of some type
use transparent gif as background
__________________
LONGBUCKS-Teen, Mature, Reality, Gay sites.
Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


Webmaster friendly high recommended programs to promote (personal experience):
RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting
tolik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 10:33 PM   #9
pussyserver - BANNED FOR LIFE
So Fucking Banned
 
Join Date: Oct 2005
Location: I convert perverts like catholic church!
Posts: 5,133
Quote:
Originally Posted by tolik View Post
use transparent gif as background
I tried that too and even trolled , searched and posted in the adobe forums no luck

Guess I will have to do a .js from scratch


thanks anyway guys
pussyserver - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.