HTML Coding - Scroll Menu?

  • Thread starter Thread starter Just me
  • Start date Start date
J

Just me

Guest
I've looked high and low to find a HTML scroll. I want to put my affiliates in there for a sidemenu on my site. I don't want it to move, I just want the user to be able to click the bar and scroll through the affiliates.

Can someone help me?
 
This is the simplest way to get the scroll menu : Just mention this in the css for the div which contains the list - overflow: auto . Also fix a height for that div tag.
Thats it !!!
 
<FORM METHOD=post ACTION="/cgi-bin/example.cgi">
Enter Your Comments:<BR>
<TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR>
<INPUT type="Submit" VALUE="Submit">
<INPUT type="Reset" VALUE="Clear">
</FORM>

sample2

<FORM METHOD=post ACTION="/cgi-bin/example.cgi">
<CENTER>
Select an option:
<SELECT>
<OPTION >option 1
<OPTION SELECTED>option 2
<OPTION>option 3
<OPTION>option 4
<OPTION>option 5
<OPTION>option 6
</SELECT><BR>
<INPUT type="Submit" VALUE="Submit"></CENTER>
</FORM>
 
Back
Top