Attempting to implement pagination on one of my websites has posed a challenge for me due to my average CSS skills.
You can view the issue I'm facing in this example: http://jsfiddle.net/rmurzea/qE7Ku/3/
1). I had to add the margin-bottom
property to the pagination a
class instead of directly to the pagination
class for it to work. Why is that?
2). The content a:hover
styling includes a text-decoration: underline
rule which I find difficult to override in the pagination a:hover
. Any suggestions on how to do so?
3). Despite specifying a display: block
rule, I am unable to achieve the desired outcome of having a colored block with text on the next line. What could be the solution?
If anyone could offer assistance with these issues, I would greatly appreciate it. Thank you in advance.