Scroll inside a table?
- Started
- Last post
- 14 Responses
- ibye
I want to be able to set up a table to my size specifications that I can place images that I can scroll through. I am using Dreamweaver and I know my way around HTML, just not the advanced stuff. Can any body help me with this. Thanks in advance.
for example
http://www.morganstudio.co.uk/20…
- ibye0
Please Help the coding challenged
- neverblink0
add a div to the table-cell and set the following css for it:
!! the height should be the desired height of the cell
overflow:auto;
height: 300px;
- ibye0
Thanks, but I'm still not sure what to do. I don't know CSS. I guess I can figure out the div tag, but I'm not sure where to put the "following css"
- TheBlueOne0
Oh my...
- ibye0
Oh my...
TheBlueOne
(Aug 1 07, 09:08)Thanks TheBlueOne, that helped alot. I'm not looking for someone to teach me CSS, I just was wondering if I could get more of an explanation from the first person who was nice enough to offer help on this thread. If you already know something that i don't, then good for you. But do me a favor and keep your "Oh my..." to yourself.
- bulletfactory0
this may be kind of what you're after.....
http://www.bulletfactory.com/nt/…
view source, if you "know your way around html" you should be fine.
- ibye0
Thanks bulletfactory, I actually figured it out already using neverblink's code.
I'm glad I clicked on your link anyway, funny, I dig the "dummy"
text:)
- k0na_an0k0
ibye.
for future reference.
http://www.domedia.org/oveklykke…
and here is a nice guide for learning the basics of css.
http://www.w3schools.com/css/def…
for a start you can build using tables and css together. then slowly move into css.
:)
- bulletfactory0
ha - i didn't mean anything by it - it was just faster than typing in lipsum.com and generating text
- ibye0
Hey k0na_an0k thanks for those references.
- neverblink0
I'm glad you got it working :)
- studderine0
newstoday helps another person out.
- welded0
Hip hip, hoorah!