tumblr/coding help please<3

Pebbles

Addicted
Joined
Jan 15, 2013
Messages
789
Reaction score
47
FP$
2,790
http://www.oneofakind.three-words.net
view the blog^ in IE and you see the number of pages in the bottom but not the link to the next page

view it in chrome, the bottom pagination doesnt always show up... why, how come?
it needs to appear all the time in browsers like chrome
+

how can i change the colour of the >> thing that only appears if you hover it
so people can visit previous pages(its right next to the page numbers)

the link to the next / previous page needs to be changed into something else than black because you cannot see it unless you hover it

i changed a few things myself in the codes so i could make it look it is now
only thing thats not working properly is that bottom page thing^

#sidebottom {
width: 265px;
height: 16px;
margin-left: 575px;
bottom: 0px;
position:fixed;
background-color: #000000;
z-index:899;
text-align: center;
}


#pagination {
text-decoration: none;
text-transform: lowercase;
font-family: 'Georgia', serif;
font-weight: 400;
font-style: none;
font-size: 8pt;
padding:2px;
text-align:center;
display:block;
color: #cabf94;
text-align: center;
}


<div id="sidebottom">
<div id="pagination">
{block😛agination}
{block😛reviousPage}<a href="{PreviousPage}" title="previous" class="nav2">«</a>{/block😛reviousPage} {CurrentPage} / {TotalPages} {block:NextPage}
<a href="{NextPage}" title="next" class="nav2">»</a>
{/block:NextPage}
{/block😛agination}
</div>
</div>

those are the codes involved with this issue .. i think


IF YOU ARE A CODER, PLEASE HELP ME OUT HERE
THANK YOU
:cheer:​
 
why didnt i thought of that
SO SIMPLE , thank you, it works xD

still one question left though
in my google chrome the pagination doesnt always show up immediately
anyone can help me figure out why that is
?​

-- 25 Jan 2013, 14:52 --

nevermind, no longer needed
lock​
<br /><br />-- 25 Jan 2013, 14:52 --<br /><br />
nevermind, no longer needed
lock​
 
Back
Top Bottom