__________________
public string ConjunctionJunction(string words, string phrases, string clauses)
{
return (String)(words + phrases + clauses);
}
<--- Was I Helpfull? Let me know ---<
Note,
the corner correction is just a lighter version of the fill colour layered in behind the regular colour with 1.1x larger max width and height.
Also note, i have removed the top line - it was ugly.
__________________
public string ConjunctionJunction(string words, string phrases, string clauses)
{
return (String)(words + phrases + clauses);
}
<--- Was I Helpfull? Let me know ---<
Its printing out the new line feed on your demo page. I didn't see any \n in the code above so maybe somewhere else in your code its not encapsulated by double quotes.
Also, check your javascript code. It is throwing out 2 errors so the mouseover & mouseout effects do not work. I think its in the link .js not sure tho.
Other than that--pretty cool.
__________________
Most of my questions/posts are fairly straightforward and simple. I post long verbose messages in an attempt to be thorough.
Last edited by StupidRalph; 03-13-2006 at 03:36 AM..
yea i've been playing around, if you can't tell by the url it's my upgrade page - so expect it to be changing. however the tabs are the ones generated by the code above.
the code above simply creates the image, and is called as an image would be
i.e. <img src="....">
or
<div style="background-image: url('...');">
__________________
public string ConjunctionJunction(string words, string phrases, string clauses)
{
return (String)(words + phrases + clauses);
}
<--- Was I Helpfull? Let me know ---<
__________________
public string ConjunctionJunction(string words, string phrases, string clauses)
{
return (String)(words + phrases + clauses);
}
<--- Was I Helpfull? Let me know ---<
Server is down. Sorry... Code should work. what is your problem?>
__________________
public string ConjunctionJunction(string words, string phrases, string clauses)
{
return (String)(words + phrases + clauses);
}
<--- Was I Helpfull? Let me know ---<