Auburn
Not New Member
Posts: 34
Auburn said 0 great things
|
Post by Auburn on Oct 7, 2010 19:17:34 GMT -8
|
|
|
Post by Wormopolis on Oct 7, 2010 21:44:13 GMT -8
totally possible. hold on...
|
|
|
Post by Wormopolis on Oct 7, 2010 21:58:11 GMT -8
|
|
|
Post by Wormopolis on Oct 7, 2010 22:01:17 GMT -8
like that?
|
|
|
Post by Wormopolis on Oct 7, 2010 22:02:26 GMT -8
maybe rather then a link, we could use a font tag... then it wouldnt take on the colors of a link, and you can use CSS to style it to make it stand out.
|
|
Auburn
Not New Member
Posts: 34
Auburn said 0 great things
|
Post by Auburn on Oct 8, 2010 13:27:56 GMT -8
maybe rather then a link, we could use a font tag... then it wouldnt take on the colors of a link, and you can use CSS to style it to make it stand out. yus! great idea! ^^
|
|
|
Post by Wormopolis on Oct 8, 2010 17:47:54 GMT -8
try this:
<style type="text/css"> .tangentlink {color: 0033FF; border: #999999 1px solid;} </style>
<script type="text/javascript"> <!-- // Tangent Tag UBBC v1.0 // concept by Auburn // coding by Wormopolis - www.wormocodes.com // do not repost - keep header intact
for (tds=document.getElementsByTagName('td'), t=0; t<tds.length; t++) { if (tds[t].width=='80%' && tds[t].vAlign=='top' && tds[t].className.match(/windowbg/)) { var postCell = tds[t].getElementsByTagName('table')[0].rows[1].cells[0]; if (postCell.innerHTML.match(/\[tangent=(.*?)\](.*?)\[\/tangent\]/i)) { postCell.innerHTML=postCell.innerHTML.replace(/\[tangent=(.*?)\](.*?)\[\/tangent\]/gi,'<font class="tangentlink" title="'+RegExp.$1+'">'+RegExp.$2+'</font>'); } } }
// --> </script>
|
|
|
Post by Wormopolis on Oct 9, 2010 0:48:10 GMT -8
if you have a button image idea I can write that into the posting page as well.
|
|
Auburn
Not New Member
Posts: 34
Auburn said 0 great things
|
Post by Auburn on Oct 9, 2010 7:11:35 GMT -8
So far it's looking really good! ^^ I wonder though, on certain sites I notice that the title text goes into a "..." after a certain length, I should probably [tangent=START filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text END]test[/tangent] how long/far it can span.
Oh, okay, that's pretty long. (unless title length is browser specific?)
As for the styling, I think what I'd like to go for is a moving gif background (sorta how you used to have your worm behind the links on this forum) sorta like a loading bar but just a white line that keeps going across the text maybe? *goes to look* ^^
|
|
|
Post by Wormopolis on Oct 9, 2010 12:12:05 GMT -8
you are right. I guess I never tested a REALLY long title before. FF shows it going to the end, but IE cut it off on the "text" right before END
so maybe using title wont work. Im going to have to rewrite to use the pagedrop function I love so much (ever hover someone's name on this site?) then I can make it as long as I want and not let it hide unless they leave the box.
|
|
Auburn
Not New Member
Posts: 34
Auburn said 0 great things
|
Post by Auburn on Oct 9, 2010 12:20:01 GMT -8
*mouthdrops* 0.0 you are genius.. (that would be perfect)
|
|
|
Post by Wormopolis on Oct 12, 2010 23:21:46 GMT -8
ok.. try that now...
|
|
Auburn
Not New Member
Posts: 34
Auburn said 0 great things
|
Post by Auburn on Oct 13, 2010 18:06:18 GMT -8
alrighty [tangent=zomg! it works!]then[/tangent]. yay! ^^ I like how it actually stays there after I move my mouse. Now I can actually highlight the tangent text! Though just curious, is it possible to shorten the time period that the box stays there? maybe about half as much, i think.. now.. what happens if I do [tangent=add a link link into the equation.]this[/tangent]. hmm... odd. I have the above written like this: now.. what happens if I do {tangent=add a link{url=http://www.google.com/}link{/url} into the equation.}this{/tangent}.
|
|
|
Post by Wormopolis on Oct 13, 2010 22:46:10 GMT -8
yeah.. hadnt got to the multiple tag test yet... working on fixing that
|
|
|
Post by Wormopolis on Oct 13, 2010 23:38:38 GMT -8
Im not sure if I can get this to work with nested UBBC.
|
|