Welcome Guest, Not a member yet? Register   Sign In
Paginate only 1 DB field
#2

[eluser]pashj[/eluser]
Off the top of my head, you could add "overflow:auto" to the div style. Then if the content "overflows" the size of the div, little scrollbars will appear, but the div will remain the size that you've set. It's not pretty (IMHO) but it's dead quick.

#your_div_id{
height:300px;
width:600px;
overflow:auto;
}


Messages In This Thread
Paginate only 1 DB field - by El Forum - 02-28-2010, 03:17 PM
Paginate only 1 DB field - by El Forum - 02-28-2010, 06:05 PM
Paginate only 1 DB field - by El Forum - 03-01-2010, 02:58 AM
Paginate only 1 DB field - by El Forum - 03-01-2010, 04:05 AM
Paginate only 1 DB field - by El Forum - 03-01-2010, 04:52 AM
Paginate only 1 DB field - by El Forum - 03-01-2010, 05:22 AM
Paginate only 1 DB field - by El Forum - 03-01-2010, 02:17 PM
Paginate only 1 DB field - by El Forum - 03-01-2010, 02:21 PM
Paginate only 1 DB field - by El Forum - 03-01-2010, 02:27 PM
Paginate only 1 DB field - by El Forum - 03-01-2010, 02:29 PM
Paginate only 1 DB field - by El Forum - 03-01-2010, 06:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB