Tech, music and video game enthusiast
Posts tagged quicktips
Quick Tips – jQuery: Giving your selectors some context
Jul 12th
The jQuery function allows for a second, lesser known about, parameter which tells the function to only search for the element within the context of the given element.
Quick Tips – CSS: Page breaking for print
Jul 9th
The following code snippet will allow you to set the page breaking behavior to break before every h1 element, giving you a lot of control over how printed versions of your website will be displayed.
Quick Tips – CSS: Change Text Highlight Color
Jul 6th
With CSS, on the standards compliant browsers such as Firefox, Chrome or Safari, you can decide what color shade the highlighted text appears for users