Computing.Net > Forums > Web Development > Cell Scrollbars

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Cell Scrollbars

Reply to Message Icon

Name: HIT
Date: September 18, 2007 at 03:39:08 Pacific
OS: XP Pro/Vista Ultimate x64
CPU/Ram: AMD64 3800+ / 768DDR400
Product: Home Made
Comment:

Hi,

I'm using Dreamweaver 8 to create a website and want to know if it is possible to add vertical scrollbars to a cell?

I have created 3 boxes (cells) and want to be able to store text in them that i can scroll down. I've heard and read things about Div but I don't know what this is or how to use it.

Any idiot proof help most welcome.

Thanks.

H.I.T



Sponsored Link
Ads by Google

Response Number 1
Name: Laler
Date: September 18, 2007 at 04:47:22 Pacific
Reply:

I think it's something like this:


(<td> is the table cell)

<td><div style="overflow:auto; height: 100px;">Your content text goes here</div></td>

--

Of course it's better to put the css definitions in a separete place, once youre familiar with it.

View the source of this file.


---
Fubar


0

Response Number 2
Name: HIT
Date: September 18, 2007 at 05:55:42 Pacific
Reply:

hmmm....i found something similar but it's not placing where i want it to. I want it flush with the right edge like a normal window. I read somewhere that to lock a cell (so it would stop resizing) I need to code the cell in rather than manually draw it in, so i tried this and everything is just going wrong!!

I basically have 3 cells side by side and when i start messing around coding the cells sizes in, they are ignored OR they go completelt wrong.

Thanks anyway.

H.I.T


0

Response Number 3
Name: Laler
Date: September 18, 2007 at 08:08:31 Pacific
Reply:

There was a couple discussions in here about "using a GUI web authoring software" versus "learning HTML".

The general conclusion is: No matter how advanced the software is, you can't create professional-looking websites without knowing HTML.

If you have the time, learn HTML (and CSS). If you don't, use CMS' like joomla.

Websites created with Joomla

Both'll lead to a professional-looking websites. Learning HTML (and CSS, and serverside scripting) means that you'll be able to create something that's impossible to do with Joomla.

--

So back to your original problem, you do need to hand-code some of the HTML.

I also use Dreamweaver, but only use the design view for previews. Most of the times, the layout looked "ruined" in the design view, but not when I uploaded it to a live server.

--

Tables, in the current trends, are not supposed to be used for layout or positioning. Tables are for "tabular data".

For layout, W3C (and many more) encourages us to use divs.


---
Fubar


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Cell Scrollbars

Unwanted horizontal scrollbar www.computing.net/answers/webdevel/unwanted-horizontal-scrollbar/535.html

Embedding HTML In A Cell www.computing.net/answers/webdevel/embedding-html-in-a-cell/2184.html

Different kind of scrollbar www.computing.net/answers/webdevel/different-kind-of-scrollbar/1612.html