a question about tables with scrollbars within cells..

liunx

Guest
im not sure if i have put this the right section or not.. so if you are a mod and you know which section would be best suited for my question please could you move it.. thanks..<br />
<br />
ok to the point.. <!-- m --><a class="postlink" href="http://www.504hrs.com/newstest.htm">http://www.504hrs.com/newstest.htm</a><!-- m --> on this page there is a GIF containing the text 'tour diary' basically i want to stick that text button/link whatever you want to call it on the right of the scroll bar.. so i tried making a table with 2 cells so i could have the scroll in the left one and then have the button/link in the other cell but i have not yet managed to do this.. any help would be great..<br />
<br />
thanks<br />
<br />
Matt<br />
<br />
<!-- m --><a class="postlink" href="http://www.504hrs.com">http://www.504hrs.com</a><!-- m --><!--content-->the td that you wish to scroll add a div with overflow:auto;<br />
<br />
<div style="overflow:auto;">content</div><br />
<br />
<br />
then set the height width etc of that div :D<!--content-->hey sorry im not quite sure what your saying.. could you maybe tell me where i should put this in my source code.. thanks<!--content-->no need to apologise:<br />
<br />
<table cellpadding.......><br />
<tr><td><div style="overflow:auto;width:200px;height:200px;">content</div></td><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"yourbuttonimage.jpg" width......></td></tr></table><br />
<br />
<br />
put it in the table cell that you want the scroll bar to appear in. If you still have difficulty, either post your code or a url to it :)<br />
<br />
/added<br />
<br />
arggh, just saw you had already posted a url . doh :P<!--content-->i have a <div> thing in a table already but its not how i want it.. i mean i want it like it is but as i said i want the 'tour diary' bit to be on the right of the scroll bar so the stuff in the bit that scrolls scrolls but the 'tour diary' bit remains still on the right.. which is why i thought having 2 different cells would make it work.. but thats where my problem is i cant make 2 cells and have the left cell with a scrollbar..<!--content-->sorry ignore my reply above!!!<br />
<br />
thanks i didnt read what you said properly its fixed now :)<!--content-->
 
Back
Top