Problem with pagination

Problem with pagination

pilavakispilavakis Posts: 2Questions: 0Answers: 0
edited November 2010 in Bug reports
I have a weird problem with the pagination area. Even though the code seems fine as you will see below, the next button appears after the last button. I can provide screenshots if required. Please help me.

Code as extracted from firebug:
[code]
FirstPrevious12345NextLast
[/code]

Replies

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin
    I would guess it's a CSS issue, probably with floats. If you use Firebug to inspect the elements around there and see what styles are applied that might yield and answer.

    Allan
  • pilavakispilavakis Posts: 2Questions: 0Answers: 0
    You were right...i got it working now...Thanks a lot
This discussion has been closed.