0

I am developing struts2, Hibernate based web application, but its HTML, specially dynamic table, gets disturbed when it is accessed on different resolution systems.

I have already tried display tag, fixing headers of table and using percentage instead of pixels in CSS but still its happening, I want make a fixed design where all components should remain same on any resolution or it can auto adjust.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

try using responsive tables these tables align according to devices and resolutions. here is a plugin - LINK

or if you want to do it on your own look at media queries LINK

or take a look at the answer here LINK

Community
  • 1
  • 1
Sudheer
  • 2,955
  • 2
  • 21
  • 35