cvekiboy
Not New Member
Posts: 8
cvekiboy said 0 great things
|
Post by cvekiboy on Nov 1, 2011 16:42:06 GMT -8
Need to put in DIV (or what) right to the post text form - here is the expanded view! 1. possible? 2. how much time if it? Me in no rush! Login out... END
|
|
|
Post by Wormopolis on Nov 1, 2011 16:53:35 GMT -8
Wouldnt be too difficult.
|
|
|
Post by Wormopolis on Nov 1, 2011 19:08:09 GMT -8
firefox test
|
|
|
Post by Wormopolis on Nov 1, 2011 19:08:22 GMT -8
chrome test
|
|
|
Post by Wormopolis on Nov 1, 2011 19:09:25 GMT -8
IE test
|
|
|
Post by Wormopolis on Nov 1, 2011 19:11:40 GMT -8
this should probably go at the bottom of board/global footer so it doesnt mess up any codes that look for the postfrom message area since it moves it into a table.
<span id="nexttopostarea" style="display:none; height:100%; text-align: center; vertical-align: top;"> Please put a link to a board if you want me to look at something in particular. </span>
<script type="text/javascript"> <!-- // special content next to posting area // by Wormo
if (document.postForm && document.getElementById('nexttopostarea')) { var pstarea=document.postForm.message.parentNode; var nwtbl=document.createElement('table'); nwtbl.insertRow(0); nwtbl.rows[0].insertCell(0); nwtbl.rows[0].insertCell(0); nwtbl.rows[0].cells[1].appendChild(document.getElementById('nexttopostarea')); nwtbl.rows[0].cells[1].style.verticalAlign='top'; pstarea.insertBefore(nwtbl, document.postForm.message); nwtbl.rows[0].cells[0].appendChild(document.postForm.message); document.getElementById('nexttopostarea').style.display=''; }
//--> </script>
|
|
cvekiboy
Not New Member
Posts: 8
cvekiboy said 0 great things
|
Post by cvekiboy on Nov 5, 2011 11:17:50 GMT -8
Magnificent! ;D Told u Im not in rush but seems for u there is no limits of possibilities! Thanks Wormo, hope if I find another spot can bother u again. Login out... END
|
|
|
Post by Wormopolis on Nov 5, 2011 12:57:30 GMT -8
be well soon
I dont think I ever had anyone make a video of a code working before...
|
|
cvekiboy
Not New Member
Posts: 8
cvekiboy said 0 great things
|
Post by cvekiboy on Nov 7, 2011 17:49:45 GMT -8
Yea, I needed to show like that - no guest posting! While Im here, may I ask for expert opinion? One code suppress other! - Flash script by THE BEAST - Peekaboo Side Tables (Right Side) CSS by SubDevo First code puts flash as board logo, and with SubDevos side tables, that flash logo is level up. Need to cover it with sliding table. If the screen is wider - resize browser to see a glitch. Can be solved? What u think? Well with this Im lil in rush (it not works best) but take ur time for an answer! Login out... END
|
|
|
Post by Wormopolis on Nov 7, 2011 22:34:59 GMT -8
your best bet concerning the peekaboo side tables is to go to the source himself. His coding for that is way over my head.
|
|
cvekiboy
Not New Member
Posts: 8
cvekiboy said 0 great things
|
Post by cvekiboy on Nov 8, 2011 0:11:58 GMT -8
Thanks! I'l be back Login out... END
|
|