Lightbox won't work when my site css page is linked

Scott Jost

I just installed Lightbox on an html page in a website I am building. Lightbox works when only the lightbox.css page is linked.

But when I link my site's stylesheet, too, the page background turns dark but the image doesn't load.

Here is how the head looks when Lightbox is NOT working:

<head>
<meta charset="UTF-8">

<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/lightbox.min.js"></script>
<link href="css/lightbox.css" rel="stylesheet">
<link href="site_css/sjp.css" rel="stylesheet">

<title>Shenandoah Valley Apples</title>
</head>
Scott Jost

After examining the lightwindow.css document, I discovered it contained a body element selector with rules applied. All other rules in the lightwindow.css document use class or id selectors. See below.

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

My css page had a body element selector too. Rules applied to my body element selector conflicted with those in the lightwindow.css document.

I solved the problem by removing all of my rules from the element and applying them to a element instead.

Now Lightwindow works as it is supposed to.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Javascript won't run on my HTML page

분류에서Dev

The hover for my buttons and links won’t work

분류에서Dev

My update queries won't work

분류에서Dev

My site won't load google embed map

분류에서Dev

Why won't my script run every time the page loads?

분류에서Dev

RequestContext won't work

분류에서Dev

Google Maps won't work when API key is provided

분류에서Dev

My page won't scroll down once my content goes past the footer

분류에서Dev

AJAXify won't work on phpBB?

분류에서Dev

Program won't work in FireFox

분류에서Dev

Fade in Function Won't Work

분류에서Dev

My ListView won't work ...it says: "Unfortunately your app has stopped"

분류에서Dev

css div won't center

분류에서Dev

VirtualBox Bridge Networking: doesn't work when my laptop is on Wifi

분류에서Dev

Why won't my Android SDK Manager show up when invoked from Eclipse?

분류에서Dev

Why won't this regexp in htaccess work properly?

분류에서Dev

Alsamixer won't work with bluetooth device

분류에서Dev

Post variables with ajax won't work

분류에서Dev

Simple class won't work in C++

분류에서Dev

Laravel named routes won't work on wampserver

분류에서Dev

Why won't the routing work in this code?

분류에서Dev

Now visudo won't work at all

분류에서Dev

Why won't this MySQL stored procedure work?

분류에서Dev

For /F "skip=0" won't work as expected

분류에서Dev

I'm trying to get jquery working in the background.js of my chrome extension and it won't work. why?

분류에서Dev

Why won't jQuery remove my class?

분류에서Dev

PhpStorm won't recognize the methods of my object

분류에서Dev

Java won't read my second process

분류에서Dev

jQuery won't toggle css property?