Jump to content

Overlapping Issue.


Coreye

Recommended Posts

Hey guys,

 

I have a user list page with the different page numbers at the top and bottom. The problem is when their is two rows of numbers they over lap. This can be seen here; http://www.scriptscribes.net/projects/us/beta_1/user_system.php?module=user_list.

 

Heres the CSS for that section

ul.pagination { margin-bottom: 10px;margin-top:10px; }
ul.pagination li
{
display: inline;
padding: 5px;
border: 1px solid #fff;
} 
  
ul.pagination li a { color: #fff; }
ul.pagination li.selected { background-color: #fff; }ul.pagination li.selected a { color: #333; } 
  
ul.pagination li:hover { background-color: #666;border: 1px solid #fff; }
ul.pagination li:hover a { color: #fff; }

Link to comment
Share on other sites

Hi corey,

 

It's not a problem of the CSS as such, it's because they are being displayed 'inline' but the div/table isn't big enough.

 

between link 33 and 34 add

<br><br><br>

 

That will seperate them.  :)

 

So like:

 

<li><a href='?module=user_list&pagination=32'>32</a></li>
	<li><a href='?module=user_list&pagination=33'>33</a></li>
	<br><br><br>
	<li><a href='?module=user_list&pagination=34'>34</a></li>
	<li><a href='?module=user_list&pagination=35'>35</a></li>

 

Sam

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.