Search:
Type: Posts; User: miniCarl
Search :
Search took 0.01 seconds.
alright... so I have this css bundler, using the following link:
http://www.example.com/min/?b=wp-content/themes/mytheme&f=style.css,boxes.css,mods.css,scripts.css
Parameter b is the css folder...
First of all, the link: http://www.fristil.se/ny/nyheter/
As you load the page (in Google Chrome) the browsers Refresh button starts flickering.
Here is a video I made, showing what I mean:...
Take a look at http://gtmetrix.com
Google Chrome is still just at BETA stage, thats probably why. Its just not fully developed. I had a scroll bug in Chrome myself.
If you dont find a solution you could always mail the Chrome...
Here's the script for getting the date:
var d=new Date();
var monthname=new Array("Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec");
var MONTH = monthname[d.getMonth()];...
If you want more than one submit button, you can use regular buttons with a submit function instead, like this:
<input type="button" value="submit!" onClick="theNameOfMyForm.submit()">.
I dont...
On the element that suits you best, ad the atribute onKeyPress="return onEnter(event,this.form);".
And the function goes:
function onEnter(evt, frm) {
var keyCode = null;
if(evt.which){
...
Yeah you should probably make that a <div> with the image as a background-atribute.
Then u can use the hover-pseudo in CSS to change the image