Reply
Vertical scroll bars in Dreamweaver MX
Old 04-21-2004, 03:26 AM Vertical scroll bars in Dreamweaver MX
Junior Talker

Posts: 1
Hey,

Well well, my first post on this forum!

To the point...

I'm relatively new at using Dreamweaver MX... previously I used a dodgy wysiwyg editor called Trellix... which then sort of merged with Cute... which then disappeared, I believe.

Anyway, with Dreamweaver MX I have made a left frame which has more text than will fit the screen. Poor screen design, I know, but it's semi-temporary.

I can't seem to get it to have a scroll bar that works. I managed to get a vertical scroll bar to appear in the frame but it is... inactive... or something. Either way you can't actually use it to scroll. You can't even click on it. Rediculous!

What am I doing wrong? How can I fix it?

Thanks for your help!
specimensample is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-21-2004, 10:39 PM
steveharro's Avatar
Extreme Talker

Posts: 172
My first bit of advice is don't use frames unless you have to for some reason they get very confusing.And if your just learning I would avoid them.Beside that the search engines don't like them. Layout your page in tables.But if you must this may help.

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="144,*" frameborder="YES" border="0" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="NO" noresize src="/sample2.htm">
<frame name="mainFrame" src="/samlpe.htm">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">

</body></noframes>
</html>

Regards Steveharro Best Download Sites
steveharro is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Vertical scroll bars in Dreamweaver MX
 

Thread Tools

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

vB 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.08259 seconds with 12 queries