CSS: Creating textured backgrounds

with latest CSS3 technology, it is possible to create textured background. Check this out: http://lea.verou.me/css3patterns/# but it still limited on so many aspect. And browser support is also not so ready. your best bet is using small texture image and make repeat to that background. you could get some nice ready to use texture image here: … Read more

Make div scrollable

Use overflow-y:auto for displaying scroll automatically when the content exceeds the divs set height. See this demo

How to change btn color in Bootstrap

The easiest way to see which properties you need to override is to take a look at Bootstrap’s source code, specifically the .button-variant mixin defined in mixins/buttons.less. You still need to override quite a lot of properties to get rid of all of the .btn-primary styling (e.g. :focus, disabled, usage in dropdowns etc). A better way might be to: Create your own customized … Read more

“Stray start tag footer” in html validator?

You need to move the </body> end tag at the very end, because a footer element must not appear after the body element but inside it. This follows from the syntax of the root element, the html element: it contains a head element and a body element, nothing more. The validator says “Stray start tag footer” because the start tag appears in a context where no elements … Read more

How to set up fixed width for ?

For Bootstrap 4.0: In Bootstrap 4.0.0 you cannot use the col-* classes reliably (works in Firefox, but not in Chrome). You need to use OhadR’s answer: For Bootstrap 3.0: With twitter bootstrap 3 use: class=”col-md-*” where * is a number of columns of width. For Bootstrap 2.0: With twitter bootstrap 2 use: class=”span*” where * is a number of columns of width. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)