Mine
I guess I should actually build a site before I redo it, but I'm going for the simple look I guess. Low maintenance. All I have is a header with links that work, but nothing on the pages. :)
I'm trying to get this one going....anyway:
www.vividillusions.net
ROzbeans
21 years ago
HAHA, tac plug for the win! I saw your previous banner, meant to tell you that don. KICK ASS, get to work! The new banner is pretty cool as well. Can't wait till you fill her up! :thumbsup
Mai
21 years ago
Lookin good! I like the logo :D
Guest
21 years ago
Sweet! Now finish it!
Rikr
21 years ago
I yam I yam workin'. :)
Does anyone know if there is a way to make a table cell scroll?
Does anyone know if there is a way to make a table cell scroll?
Eve
21 years ago
Like the look of the banner image. :) I don't think there's a way for a cell to scroll, but... you could throw an iframe in there which is what I would do. Actually, it's what I did on my own, in a few places. I think it would work easily with what you have going there. :whip Now git ta work!
Rikr
21 years ago
OMW to Google iframes. :) Thx!
ROzbeans
21 years ago
And how's YOUR site coming along, Miss Missing Pants? /snort
Ryala
Sweet! Now finish it!
And how's YOUR site coming along, Miss Missing Pants? /snort
Guest
21 years ago
We do not speak of such things.
Maelarya
RyalaSweet! Now finish it!
And how's YOUR site coming along, Miss Missing Pants? /snort
We do not speak of such things.
Rikr
21 years ago
YEAH! Thank you Roz!
Humph!
Maelarya
RyalaSweet! Now finish it!
And how's YOUR site coming along, Miss Missing Pants? /snort
YEAH! Thank you Roz!
Humph!
Rae
21 years ago
It is looking good Rikr. I am with Ryala though, finish it. :P
There are actually a few ways to do what you want. The code for iframes is:
You can then send the content of your links to the frame by using the 'name' as the target.
You can also scroll within a cell using css. You would surround your content with div tags. You can the set everything, including what the scrollbar looks like, in you stylesheet. Be sure to set the overflow for your content div to auto.
I believe there is a way to do it by setting the cell parameters too, but i would have to look into that for you. I hope this is usful. If you have questions or if I can help, just let me know. :grin:
There are actually a few ways to do what you want. The code for iframes is:
<iframe src="http://www.the page you want to start with.com" name="Rikr" width="535" height="410" scrolling="auto"></iframe>
You can then send the content of your links to the frame by using the 'name' as the target.
You can also scroll within a cell using css. You would surround your content with div tags. You can the set everything, including what the scrollbar looks like, in you stylesheet. Be sure to set the overflow for your content div to auto.
content {
overflow:scroll;
}
I believe there is a way to do it by setting the cell parameters too, but i would have to look into that for you. I hope this is usful. If you have questions or if I can help, just let me know. :grin:
Rikr
21 years ago
Thank you very much for that info!!! I have a spread due this week, and I forgot about it, otherwise I would have done this today.. =/ I will try to work on this tomorrow though. :) Thank you again!