Hi People,
Got a small issue...... And don't know exactly where the problem is.
I'm trying to implement Online Manga Viewer in my site.
I've tried this as a stand alone page and it works fine.
What this viewer does is... There is a select box... Where I've got to select the book(out of list of books)... then it gets loaded in my div container...
And there are 2 more select boxes (Chapter Name and Page No)
Thing is that the moment I select page 2... my page alignment goes awry... This is because on selecting the page number... its not able to locate my css file.
Actual Problem is
There is a bunch of images in a web page.
Firefox is downloading them correctly, but Chrome does't loads them.
In developer's console, it shows for each image following message:
Failed to load resource
Even for css i get this same message in the console
This problem appears only in Chrome... Fire fox is perfect..
Any idea where its failing in chrome..??
Thanx and sorry for the lengthy post.