Jump to content
  • 0

How to fix overlapping content via table?


Meister

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

So yeah. When I create a template the content in table for accounts and character overlaps on the table..

how to fix it? Do I need to add new codes for it? Thanks!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

put this code on on the start and end of your table

<div class="adj">


</div>

Edited by Thanna
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

EDITED. Fixed :)

Via


<style type="text/css">
.scrollable { width:610px; height:auto; overflow-y:hidden; overflow-x:auto; clip-rect:(0px, 300px, 400px, 0px); }
</style>

then

<div class="scrollable"></div>

Edited by emong
Link to comment
Share on other sites

×
×
  • Create New...