corsasport.co.uk
 

Corsa Sport » Message Board » General Chat » html help


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author html help
Drew
Banned

Registered: 24th Nov 01
Location: County Durham
User status: Offline
11th Apr 04 at 23:10   View User's Profile U2U Member Reply With Quote

got a page which is 2 frames - menu on left and main page

how do i get a scroll bar on the menu frame???
ed
Member

Registered: 10th Sep 03
User status: Offline
11th Apr 04 at 23:10   View User's Profile U2U Member Reply With Quote

Its will come up automatically when the page gets long enough to require a scrollbar, just like in any other HTML page
Joff
Member

Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
11th Apr 04 at 23:12   View User's Profile U2U Member Reply With Quote

In the <frame> opening tag, add the attribute scrolling="yes". It should be set to auto by default.
Nismo
Member

Registered: 12th Sep 02
User status: Offline
11th Apr 04 at 23:12   View User's Profile U2U Member Reply With Quote


code:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Drews Page</title>
</head>

<frameset cols="150,*">
<frame name="contents" target="main" src="new_page_2.htm">
<frame name="main" src="new_page_3.htm">
<noframes>
<body>

<p>get IE6 to see the damm frames.</p>

</body>
</noframes>
</frameset>

</html>

Drew
Banned

Registered: 24th Nov 01
Location: County Durham
User status: Offline
11th Apr 04 at 23:12   View User's Profile U2U Member Reply With Quote

it dont :S

shows ok on my re - just shown someone else and didnt have scrool bar

so i changed rez - and it dont show
Nismo
Member

Registered: 12th Sep 02
User status: Offline
11th Apr 04 at 23:15   View User's Profile U2U Member Reply With Quote

screen size is probally different
Drew
Banned

Registered: 24th Nov 01
Location: County Durham
User status: Offline
11th Apr 04 at 23:15   View User's Profile U2U Member Reply With Quote

cheers done

 
New Topic

New Poll

Corsa Sport » Message Board » General Chat » html help 23 database queries in 0.0083511 seconds