Is there any way to make content inside the table scrollable, just like overflow:auto; without using CSS's overflow property? I'm working of HTML 3.2 and IE 3.0 version so using CSS is not a good idea. The main point is, lots of CSS property is not supported so I need to make it using only Table.
HTML vertical Scroll (No CSS)
333 views Asked by shresthasans At
1
There are 1 answers
Related Questions in HTML
- How to store a date/time in sqlite (or something similar to a date)
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- Is there any way to glow this bulb image like a real light bulb
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- Displaying a Movie List on a Website Using Jinja2 and Bootstrap
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Storing selected language in localStorage
- Fences (parenthesis, braces) in HTML and MathML
- Understanding Scroll Anchoring Behavoir
Related Questions in HTML-TABLE
- Add interactive vertical scale within <td> elements?
- Can we achieve z-index like functionality without using z-index for html email template?
- Remove specific border inside a table
- Woocommerce Custom Variations html table only showing columns with values
- Material React Table dragging on mobile
- Paginator changes index of datasource
- How to customize Element Plus el-table
- Is there a way to display table columns as rows?
- Dispatch metadata from WordPress DB query into a table with 4 columns
- Is there any npm package that can show json schema in table?
- Can I make a td rowspan just by using css?
- Ant design Table didnt hide when overflow:hidden on mobile
- Why my data is not arranged in a single table
- Is there a way to fix Undefined data in table cells?
- Using Jquery, replace specific row with specific row with using up and down button in table
Related Questions in LEGACY
- Instructions on how to obtain a Code Signing certificate and prepare a legacy MSI installer to be accepted by the Microsoft Store
- ExpressionEngine Channel not appearing in select list on entry
- Trying to identify the spec/format for datafiles with these markers
- upgraded org.springframework.orm.hibernate5.LocalSessionFactoryBean : expecting IdClass mapping error
- Bootstrap 3 tooltip event delegation attaching to individual elements
- Design question - How to Invoke Legacy service efficiently?
- Does ReportPortal support legacy tests on JUnit 3?
- SSLError when connecting from Python 2.7.5
- Is there a DLL in Windows to implement Kerberos?
- Gradio website doesn't open on Ubuntu 14.04
- django model migration problem table already exist
- I cannot use the text function in Unity
- Unity legacy line in middle of screen
- Find all occurences of a legacy package (sp) in my R package
- Can't get/access elements until inspecting in browser (Old/legacy ASPX)?
Related Questions in VERTICAL-SCROLL
- How to make a vertical menu scrollable when the viewport height isn't enough to display it and at the same time allow horizontal overflow in the menu
- VerticalScroll not working for Column composable when having a ScrollView as parent in xml. Using ComposeView inside an xml
- Flutter Horizontal & Vertical Listview To Take Screenshoot
- How do I remove the vertical scrolling on the body under my modal popup?
- fowLayoutPanel Custom Vertical Scrolling
- how to design a vertical carousel sider in flutter
- error CS1061: "PictureBox" does not contain a definition "HorizontalScroll" and "VerticalScroll"
- vertical content/image slider free dragging
- vertical scroll bar in report doesn't show up in tile in Dashboard Power BI
- How to customise an Angular Calendar to be vertically scrollable
- needless, unwanted vertical vertical scrollbar
- adding horizontal and vertical scrollbar into a frame in Tkinter
- What is the correct terminology for that frictional / momentum-based scrolling effect found on some websites?
- Infinite vertical scrollview both ways (add items dynamically at top/bottom) that doesn’t interfere with scroll position when you add to list start
- BoxConstraints forces an infinite height error
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Use the keyword scrolling=yes/no/auto. This is widely used in HTML3.2 and HTML3.0.