Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
poserman #1
CSS Table and Scroll Problems
Hello
First thanks for your help.
What I would like to do is as follow
1. I would like to create a 5 px all around padding inside certain cells only.
Also, in those same cells I would like to have a thin white border.
I would like to create a scroll bar in the middle of the page with news
stories from my content manager something similar to
[url]http://ugo.com/channels/music/[/url]
I believe that they use overide CSS that forces a scroll.
Thanks
Steve
T
poserman Guest
-
Horizontal Scroll appears after 2nd Table inserted
Hello there, I'm new to Dreamweaver, yet alone programming HTML, so please bare with me... I'm designing a website for a 1024 x 768... -
Scroll inside a table
Okay this might be a simple question but I'm just simple web designer or what not. So I have a site layout made with a table. Say I have a cell... -
Scroll of the table seperatly without the head
Hello, A part of the page is a tabel. When I scorl the page you wil mis all the heads of the table. I hope it is possible to scroll only the... -
Scroll Row in Table into View?
Check out this articles, this might help you. http://aspalliance.com/aldotnet/examples/dgautoscroll.aspx... -
IFrames - Horiz Scroll problems
Hi everyone, I created an IFrame based galley that allows the visitor to click on a thumbnail to get a larger image view.... -
Murray *TMM* #2
Re: CSS Table and Scroll Problems
> 1. I would like to create a 5 px all around padding inside certain cells
This CSS style rule -> only.
> Also, in those same cells I would like to have a thin white border.
td.special { padding:5px; border:1px solid white; }
will do that for any cell like this -
<td class="special">text here</td>
I hate these. But use a div with overflow set to "auto" and a fixed height,> I would like to create a scroll bar in the middle of the page with news
> stories from my content manager something similar to
> [url]http://ugo.com/channels/music/[/url]
e.g.,
<div style="overflow:auto; height: 250px;">the text that will scroll</div>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"poserman" <webforumsuser@macromedia.com> wrote in message
news:dmdn2o$sgo$1@forums.macromedia.com...> Hello
>
> First thanks for your help.
>
> What I would like to do is as follow
>
> 1. I would like to create a 5 px all around padding inside certain cells
> only.
> Also, in those same cells I would like to have a thin white border.
>
> I would like to create a scroll bar in the middle of the page with news
> stories from my content manager something similar to
> [url]http://ugo.com/channels/music/[/url]
>
> I believe that they use overide CSS that forces a scroll.
>
> Thanks
>
> Steve
>
> T
>
Murray *TMM* Guest



Reply With Quote

