Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~557 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for tanoru

Hi I'm build a custom tab interface. When each tab is clicked a webpage is loaded into an iframe. There are multiple tabs so I've created multiple tab object that have a url parameter stored in them. However I want each tab to remember the last page that it was …

0
86
Member Avatar for azegurb

Line 43. <td width="531" align="left" style="background: eurl(img/vr.gif) repeat-y left"> Theres an extra e in there.

Member Avatar for Veneficae
0
132
Member Avatar for PhoenixArisen
Member Avatar for Venom Rush

Please include ALL relevant code. How can people provide a solution when the code you've given doesn't do anything?

Member Avatar for Venom Rush
0
137
Member Avatar for ryy705

Using that many <div> tags is a very amateur way of coding something like that. I would use <ul>, something like this : <ul id="whatever"> <li>stuff here</li> <li>stuff here</li> <li>stuff here</li> <li>stuff here</li> <li>stuff here</li> <li>stuff here</li> <li>stuff here</li> <li>stuff here</li> (x8 times) </ul> ...and for the styling something like …

Member Avatar for tanoru
0
117

The End.