Click to See Complete Forum and Search --> : Scrollbar in cell issue
cydodimead
07-07-2006, 09:02 AM
Coming to the end of building a site but have an issue. When I put a scroll bar in the "info" page the whole table is a few pixels large than the other pages. Why is this and how can I solve it?
Test site is at www.cydodimead.plus.com/rafe2006/index2.htm
Thanks in advance
coothead
07-07-2006, 11:36 AM
Hi there cydodimead,
and a warm welcome to these forums. :)
Remove width: 528px; and change height: 528px; to height: 522px; in this line...
<td align="left" valign="top" class="darktext"><div style="width: 528px; height: 528px; overflow: auto;">
coothead
cydodimead
07-07-2006, 11:40 AM
Thanks for the welcome coothead
Did that and still doesn't want to play.....
any other ideas?
coothead
07-07-2006, 11:49 AM
Hi there cydodimead,
sorry I initially only saw the width problem. :o
I have gone back and edited the original post. :)
coothead
cydodimead
07-07-2006, 11:56 AM
Thank you very much that worked. (have put new version live on test site)What happened to the missing 6 pixels then? Is that taking into account the up and down arrow?
Now that little problem is solved......
How do I link the headings at the top to take the user to a certain position in the scrolled page. Have done a good search on google but not come up with anything.
coothead
07-07-2006, 12:05 PM
Hi there cydodimead,
I could have suggested that you set the table cellpadding="0" but thought that it may have been needed hence the other option of reducing the div height by '6px'. :)
coothead
cydodimead
07-07-2006, 12:10 PM
thanks again
Just figured out my other problem "named anchors"
Keep up the good work
coothead
07-07-2006, 12:24 PM
Hi there cydodimead,
Just figured out my other problem "named anchors"
And are you happy with their implementation?
coothead
cydodimead
07-07-2006, 12:27 PM
all done thanks!
Just working on some flash for the front page now