Tag Archives: css

JQuery UI je koristan, ali…

Neke osobine u jQueryUI css mogu da naruše css sajta.Recimo, .ui-helper-clearfix:after { clear: both; } valjalo bi zameniti sa .ui-helper-clearfix:after { overflow: auto; width: 100% } Koristan link: http://www.quirksmode.org/css/clearing.html

Posted in Hosting, Internet, Programiranje, Softver | Tagged , , | Leave a comment

Create Microsoft Office Minibar with jQuery and CSS3

Vredi probati, interesantno je za neke aplikacije: Izvor: http://www.jankoatwarpspeed.com/post/2010/05/23/microsoft-office-minibar-jQuery-CSS3.aspx

Posted in Drugi pišu, Informacione tehnologije, Programiranje, Softver | Tagged , , , , | Leave a comment

Google doesn’t use the keywords meta tag in web search

We went ahead and did this post on the official Google webmaster blog to make it super official, but I wanted to echo the point here as well: Google does not use the keywords meta tag in our web search. … Continue reading

Posted in Hosting, Informacione tehnologije, Internet | Tagged , , | 1 Comment

css: Don’t use Negative Margins to Hide Your H1

Oftentimes people will use an image for their header text, and then either use display:none or a negative margin to float the h1 off the page. Matt Cutts, the head of Google’s Webspam team, has officially said that this is … Continue reading

Posted in Hosting, Informacione tehnologije, Internet, Programiranje, Softver | Tagged , , | 2 Comments

jquery autocomplete – select on blur

jquery.autocomplete.js Autocomplete – jQuery plugin 1.0.2 line: 158 }).blur(function() { hasFocus = 0; selectCurrent(); if (!config.mouseDownOnSelect) { hideResults(); }

Posted in Hosting, Informacione tehnologije, Internet, Programiranje, Softver | Tagged , , , | 2 Comments