Title: next_posts_link
Last modified: August 20, 2016

---

# next_posts_link

 *  Resolved [miowebdesigns](https://wordpress.org/support/users/miowebdesigns/)
 * (@miowebdesigns)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/next_posts_link-1/)
 * I am using next_posts_link and previous_posts_link to move around my posts. The
   site is [site link](http://www.adventurerefugee.com/web/). The problem I have
   is that depending on the browser it doesn’t always render at the bottom where
   I placed it. Sometimes it shows up under the first row of posts which happens
   to be in the middle of the second row of posts. I will include the CSS and HTML.
 * _[code moderated - please follow [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   when posting code]_
 * _[CSS code moderated - the link to your site is enough to access the stylesheet]_
 * Any ideas on how to get this to be consistent on all browsers?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [miowebdesigns](https://wordpress.org/support/users/miowebdesigns/)
 * (@miowebdesigns)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/next_posts_link-1/#post-2278798)
 * Sorry the link to the site ended up as the text. My bad.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/next_posts_link-1/#post-2278805)
 * absolute positioning uses the last positioned element as reference; if none is
   defined, that is the browser window.
    [http://www.w3schools.com/css/css_positioning.asp](http://www.w3schools.com/css/css_positioning.asp)
 * the nav position is set in /css/work/css:
 *     ```
       #work_space .nav-box {
       	position: absolute;
       	bottom: -40px;
       	left: 0px;
       	}
       ```
   
 * if you add `position: relative;` to the style of `#main` or `#content`, for instance,
   you would get a browser independant referendce point; then reconsider the position
   on the nav.
 *  Thread Starter [miowebdesigns](https://wordpress.org/support/users/miowebdesigns/)
 * (@miowebdesigns)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/next_posts_link-1/#post-2279121)
 * Thank you. I over looked the position: relative. I thought I had it. I appreciate
   the help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘next_posts_link’ is closed to new replies.

## Tags

 * [next_posts_link](https://wordpress.org/support/topic-tag/next_posts_link/)
 * [previous_posts_link](https://wordpress.org/support/topic-tag/previous_posts_link/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [miowebdesigns](https://wordpress.org/support/users/miowebdesigns/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/next_posts_link-1/#post-2279121)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
