Posts by Carlos Gabriel • 91 points
2 posts
-
0
votes3
answers973
viewsA: Scroll navigation in Bullets
Following the idea of adding a class to the active item, follow an example of how code can be done with jquery. Let’s give the Bullet class to the 'a', in which case I would say:…
-
9
votes10
answers68840
viewsA: How to make a <div> occupy the entire page width but leave a gap of a few pixels on each side in CSS?
Use your first code, just add the property border-box. This property will make your padding do not increase the given size for the element. And it works from IE8. #header { height: 70px; width:…