Reply
My scroll bar disappears
Old 11-21-2008, 09:34 AM My scroll bar disappears
Junior Talker

Posts: 4
Name: Tina Glenn
Trades: 0
I'm new to web design and am using Dreamweaver. On one site I designed, the scroll bar appears just fine, but in another it disappears when I go to my browser. I can't figure out what the difference is. Is there an html code I can put on my page to enable the scroll bar?
tinamglenn is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 11-21-2008, 09:36 AM Re: My scroll bar disappears
Experienced Talker

Posts: 32
Trades: 0
can you provide a link to the page?
__________________
xhtmlme.com Professional PSD to XHTML coding services
tsiger is offline
Reply With Quote
View Public Profile
 
Old 11-21-2008, 09:40 AM Re: My scroll bar disappears
Junior Talker

Posts: 4
Name: Tina Glenn
Trades: 0
outbacktrailers.com - (remember, this is a work in progress)
tinamglenn is offline
Reply With Quote
View Public Profile
 
Old 11-21-2008, 09:47 AM Re: My scroll bar disappears
Experienced Talker

Posts: 32
Trades: 0
alright. are we talking about the horizontal or the vertical scrolling bar? because the vertical works just find for me
__________________
xhtmlme.com Professional PSD to XHTML coding services
tsiger is offline
Reply With Quote
View Public Profile
 
Old 11-21-2008, 11:25 AM Re: My scroll bar disappears
Junior Talker

Posts: 4
Name: Tina Glenn
Trades: 0
It does? What browser are you using? I can't see it in Firefox, Safari, Navigator or Explorer.
tinamglenn is offline
Reply With Quote
View Public Profile
 
Old 11-22-2008, 03:22 PM Re: My scroll bar disappears
hartofalyon's Avatar
Extreme Talker

Posts: 166
Location: NYC
Trades: 0
the scrollbar disappears in your browser and not in dreamweaver probably because your browser viewing window is larger than dreamweaver's and can fit all the content on the screen so a scrollbar is not needed. you could add overflow: scroll to your css to force a scrollbar to show, however, then a horizontal scrollbar would show as well. to me, your site is fine the way it is. if you add more content that overflows the viewing window, then a scrollbar will appear to account for the extra content.
hartofalyon is offline
Reply With Quote
View Public Profile Visit hartofalyon's homepage!
 
Old 11-23-2008, 07:40 PM Re: My scroll bar disappears
Junior Talker

Posts: 4
Name: Tina Glenn
Trades: 0
The scrollbar disappears in my Dreamweaveer page also. This is driving me crazy. I've been through the tutorials, etc., and nothing answers this question. Even when duplicating an existing index file the scrollbar disappears when I add a new graphic. YIKES! HELP! By the way, thanks for taking the time to reply!
tinamglenn is offline
Reply With Quote
View Public Profile
 
Old 11-25-2008, 03:12 PM Re: My scroll bar disappears
Junior Talker

Posts: 3
Name: limon
Trades: 0
window is larger than dreamweaver's and can fit all the content on the screen so a scrollbar is not needed. you could add overflow: scroll to your css to force a scrollbar to show, however, then a horizontal scrollbar would show as well. to me, your site is fine the way it is.
Mamon003 is offline
Reply With Quote
View Public Profile
 
Old 11-25-2008, 03:34 PM Re: My scroll bar disappears
wayfarer07's Avatar
NYE-KEE

Posts: 3,136
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
Originally Posted by Mamon003 View Post
window is larger than dreamweaver's and can fit all the content on the screen so a scrollbar is not needed. you could add overflow: scroll to your css to force a scrollbar to show, however, then a horizontal scrollbar would show as well. to me, your site is fine the way it is.
To make a scrollbar appear in one or the other direction, you can use:
Code:
{
overflow-y: scroll; /*vertical*/
}
/*or*/
{
overflow-x: scroll; /*horizontal*/
}
__________________
Wayfarer | jQuery Tooltip Plugin
Freelance Jobs Available
If Google is the Coca-Cola of Web search, Bing is RC Cola
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to My scroll bar disappears
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.14406 seconds with 13 queries