|
Post by tunescool on Oct 18, 2010 17:34:59 GMT -8
while trying to figure out my new code wildgoose made me, i had to take out Change Position Of Posting Buttons which makes them stacked i told you once before. so if i take out the code you made down below it throws my whole forum off(including its purpose), dude just figure this out please, modify, quote, and delete are screwed up all around my forum; search and whatever, calender above the hr line on top doesnt work at all, its height of the cell expansion you did celebnook.proboards.com/index.cgi?board=celebsam&action=display&thread=5928&page=1<script type="text/javascript"> // post title cell expand for (tds=document.getElementsByTagName('td'), t=0; t<tds.length; t++) { if (tds[t].width=='55%' && tds[t].vAlign=='middle' && tds[t].align=='left') { if (tds[t].nextSibling.width=='40%') { tds[t].width='90%'; tds[t].nextSibling.width='5%'; //these 2 must add to 95% } } } </script>
|
|
|
Post by Wormopolis on Oct 18, 2010 21:51:17 GMT -8
that didnt make any sense... if you want the post title expanded, why take it out?
|
|
|
Post by tunescool on Oct 19, 2010 4:09:45 GMT -8
it puts quote modify delete on top of each other like this
|
|
|
Post by Wormopolis on Oct 19, 2010 6:32:16 GMT -8
did you try changing the percentage numbers?
|
|
|
Post by tunescool on Oct 19, 2010 6:53:14 GMT -8
i changed it and it did put it back to the way the code you made me, i didnt think to change it
|
|
|
Post by Wormopolis on Oct 19, 2010 19:31:51 GMT -8
so its working now?
|
|
|
Post by tunescool on Oct 20, 2010 2:51:18 GMT -8
it seems to be working now
|
|