jquery - Lof JSliderNews URL problem -


i'm trying install lof jslidernews on website , working well, pictures , titles swicthing fine urls don't. seems point latest post.

i've been looking around quite while couldn't find solution. has encountered same problem?

thanks help.

lita

dude.

i've been cracking head off tru table trying figure out issue, , it's simple css mistake.

check on style6.css (that came inside on .zip file) , check :

.lof-main-item-desc{
z-index:100px; <<--- line it's wrong.
position:absolute;
bottom:0px;
left:0px;
width:100%;
background:url(images/bg_trans.png);
height:45px;
padding:10px;

}


replace this:

.lof-main-item-desc{
z-index:100;
position:absolute;
bottom:0px;
left:0px;
width:100%;
background:url(images/bg_trans.png);
height:45px;
padding:10px;

}

(remove px on z-index) after 100 , that's is.

cheers

ck.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -