what is autohotkey listview equivalent in HTML?

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: what is autohotkey listview equivalent in HTML?

Re: what is autohotkey listview equivalent in HTML?

Post by tidbit » 12 Feb 2017, 12:21

hey, that's me!

don't think there is one. just need lots of <div>'s (or a table) for each row (possibly each 'cell' (row+column)) inside of bigger div that has a fixed width/height style property (css) of: overflow: auto; ... which will add the scrollbars.

something like:
<main div>
<div for row 1>
<div for row 2>
<div for row 3>
</main div>

... or simply a table

what is autohotkey listview equivalent in HTML?

Post by Wooho » 11 Feb 2017, 14:14

hello i want to create something like this in Html with its Higlighting for quizz app. for example it will be numbered and after number will be question for navigation, thx for help
Image

Top