Welcome Guest, Not a member yet? Register   Sign In
CI pagination help
#6

[eluser]majidmx[/eluser]
Hi,
As they are all made by <a> tags, the best way is to wrap them in a <div> like this :
Code:
<div id='pagination_wrapper'>
    &lt;?PHP echo $pagination; ?&gt;
</div>

and then in your CSS file you can do it like this :
Code:
#pagination_wrapper a{
    font-family:Verdana;
    font-size:....
}
#pagination_wrapper a:hover{
    /*some other style*/
}

Let me know if it solved your problem.
MajiD Fatemian


Messages In This Thread
CI pagination help - by El Forum - 01-02-2009, 01:43 AM
CI pagination help - by El Forum - 01-02-2009, 12:42 PM
CI pagination help - by El Forum - 01-02-2009, 01:56 PM
CI pagination help - by El Forum - 01-02-2009, 02:12 PM
CI pagination help - by El Forum - 01-02-2009, 11:44 PM
CI pagination help - by El Forum - 01-03-2009, 12:19 AM
CI pagination help - by El Forum - 01-03-2009, 12:25 AM
CI pagination help - by El Forum - 01-03-2009, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB