Css

WordPress admin interface, moving elements part 2

Here is what you need to style your category div after moving it of course : First we take off the margin off the div container: /*Added after moving*/ #categorydiv.postbox { margin:0; } /*Added after moving*/ #categorydiv div.ui-tabs-panel { margin:0; clear:both; }

CSS Reset, how to start from the same base

Even if standards are set up browser don’t use the same standards style. For example the margin-bottom on a paragraph in IE hasn’t the same amount of pixel than in Firefox. So to start on a fresh base we use CSS reset. Take off evrything and rebuild all the style you need. A comon technique [...]

Content First: CSS positioning for SEO

Content is determinant for the performance of your website in search engine. It really helps to have a fresh content, talking about the subject you want to rank for. For more optimization here is a little trick you can use to place your content to be read first by spiders, after any menu or sidebar. [...]

CSS value inherit, property:inherit

The CSS value inherit can be used for every property. It allows you to reinisialize the CSS value to the selected property to it’s default value. For example if you use: ul{ list-style:none } to take off all the bullets point from your list you could use ul.justHere{ list-style:square } However that will set up [...]

Media:print, create a printer friendly CSS file

Did you know you can use CSS to style your website when you print it? That’s an other wonder of the CSS, you don’t have to create a special version called “printer friendly” and do you website all over again for printer. Just create a new CSS file an call it from your page by: [...]

Avoid scroll bar moving effect

The default overflow property for the html tag is ‘auto’ which display a scroll bar only when needed. If for example you have a very short page, like the home page of this website, and your other pages are longer, you might have noticed that your website is moved to the left to live the [...]

Theme Forest ad
Wordpress Themes Collection ad
Woothemes

Poll

How do you start your WordPress plugins development projects?

View Results

Loading ... Loading ...