/    Sign up×
Community /Pin to ProfileBookmark

Pagilation problem (page numbering display bug)

I have a page Pagilation display bug (page numbering) which i can’t seem to fix.

See link below. (Page numbering display bug appers at the buttom of page)

[url]http://www.lacou.com/artist_news.php[/url]

See also below the css part that control my page numbering.

.pageNavText{
color:#444444;
}
.pageNavCurrent{
border: 1px solid #1C96E4;
padding: 2px 3px 2px 5px;
margin: 0 2px 0 2px;
}
.pageNavCurrent a{
color:#1C96E4;
text-decoration: none;
}
.pageNav{
padding: 2px 3px 2px 5px;
margin: 0 2px 0 2px;
border: 1px solid transparent;
}
.pageNav:hover{
padding: 2px 3px 2px 5px;
margin: 0 2px 0 2px;
border: 1px solid #444444;
}
.pageNav a{
color:#444444;
text-decoration: underline;
}
.pageNavNext{
border: 1px solid #1C96E4;
padding: 2px 4px 2px 4px;
margin: 0 2px 0 2px;
}
.pageNavNext:hover{
border: 1px solid #444444;
color:#444444;
padding: 2px 4px 2px 4px;
margin: 0 2px 0 2px;
}
.pageNavNext a{
color:#1C96E4;
text-decoration: none;
}
.pageNavNext a:hover{
color:#444444;
text-decoration: none;
}

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@FangMar 30.2010 — It's a specificity problem; some other css rule is overriding the class pageNav.

Give the containing div an id then use that in the rule #pagination .pageNav{
padding: 2px 3px 2px 5px;
margin: 0 2px 0 2px;
border: 1px solid transparent;
}
#pagination .pageNav:hover{
border: 1px solid #444444;
}
Copy linkTweet thisAlerts:
@carlianauthorApr 07.2010 — Thank you for you reply i will give that a try.
×

Success!

Help @carlian spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...