|
Post by Wormopolis on Aug 28, 2009 14:51:39 GMT -8
test
|
|
|
Post by Wormopolis on Aug 29, 2009 20:51:50 GMT -8
this CSS is working above
.pmbutton:link, .pmbutton:hover { margin: 2px; color: 000000; font-family:tahoma; font-weight: bold; font-size: 10pt; }
|
|
|
Post by tunescool on Aug 29, 2009 22:48:00 GMT -8
www.imagebam.com/image/d26f1447157622/thats what it looks like, and it looks the same on your site. it hovers the text the way its supposed to be .pmbutton:link, .pmbutton:hover { margin: 2px; color: 000000; font-family:tahoma; font-weight: bold; font-size: 10pt; } is all i have, it didnt work adding to what was there
|
|
|
Post by Wormopolis on Aug 29, 2009 23:18:31 GMT -8
wait.. so you see it as blue on this site too?
|
|
|
Post by tunescool on Aug 29, 2009 23:24:05 GMT -8
yea, firefox 3.0.1.1
in safari it shows up the convert text
|
|
|
Post by Wormopolis on Aug 29, 2009 23:26:00 GMT -8
well I'll be... you are right. I been looking at all this with IE...
lemme tinker...
|
|
|
Post by tunescool on Aug 29, 2009 23:33:49 GMT -8
text changed to convert but blue
|
|
|
Post by Wormopolis on Aug 29, 2009 23:42:37 GMT -8
found it
.menubg .pmbutton:link, .menubg .pmbutton { margin: 2px; color: 000000; font-family:tahoma; font-weight: bold; font-size: 10pt; }
|
|
|
Post by tunescool on Aug 30, 2009 0:19:59 GMT -8
that did it, thanks again you spend so much time working on my stuff. i have 2 other ones that should be easy, simple cell arrangement of the checkboxes in the posting page, i seen you just did one anyway, and a problem with a code someone wrote me on proboards but he doesnt go there and only has 14 posts should i start a new thread?
add poll disappeared but i dont want it there anyway
|
|
|
Post by Wormopolis on Aug 30, 2009 0:22:45 GMT -8
I would bump the one you started on PBS.. someone who knows him will probably let him know you still need help. I looked at his code and it looked like something I would have to sit down and figure out first. he is a WAY better coder than I am.
start a new request for the checkboxes thing so I dont get threads mixed up.
|
|
|
Post by Wormopolis on Aug 30, 2009 0:24:41 GMT -8
wait... add poll is gone? it shouldnt be.. I can see it in this thread. can you see it in the thread you started (the other thread with adding the new thread think between reply and add poll)
|
|
|
Post by tunescool on Aug 30, 2009 0:47:10 GMT -8
it isnt in this thread, it is in the other one, and i swear it wasnt there but it is now on my site, i would have wanted to keep it off cause i dont see a reason for someone else to start a poll in someone elses thread. but dont worry about it ill just keep it there
|
|
|
Post by Wormopolis on Aug 30, 2009 1:47:25 GMT -8
you can only add a poll in a thread you started anyways.
|
|
|
Post by tunescool on Aug 30, 2009 18:18:14 GMT -8
can you make the new pms italics and the color 00FF00, it still gonna be pretty hard to see with it black and the other buttons black
|
|
|
Post by Wormopolis on Aug 30, 2009 18:58:27 GMT -8
if(pmCell.match(/you have <.+?>, (\d+) /i)){ pmfont=document.createElement('font'); switch(RegExp.$1){ case "0" : pmImg = document.createTextNode(noPM); break; case "1" : pmfont.style.color="00FF00"; pmfont.style.fontStyle="italic"; pmImg = document.createTextNode(newPM); break; default : pmfont.style.color="00FF00"; pmfont.style.fontStyle="italic"; pmImg = document.createTextNode(newPM); } pmfont.appendChild(pmImg); pmLink.appendChild(pmfont); document.getElementsByTagName("td").item(5).appendChild(pmLink); }
|
|