I cannot see the icons from django-sitetree - django-sites

I cannot see the icons from admin/sitetree..
must be a url problem.. I cannot figure out.
I need some help please.

This one seems to be discussed and fixed in https://github.com/idlesign/django-sitetree/issues/122. Version with the fix is yet to come.

Related

Background image gets choppy through different elements

I need a bit of help with my background image. The issue is that it appears to "reset" (not really sure how to describe it) with each element in my HTML code, so the page looks very choppy. Is there anyway to smooth it out? I have tried this in both Chrome and Firefox and get the same result. The background is on my About Me page, below is a link to it. Thank you in advance for your assistance.
First Project
Thank you to anyone that may have read this already, but I finally found the answer to my question here: W3 Schools Backgrounds
Hopefully this will help anyone else that might be having issues with their background.

No images displaying for me , just black boxes just white ticks

Im doing some coding in html , I have put in some image codes but they're not displaying for me. The only thing I am getting is a black box with some white ticks in it. Can someone please suggest how to fix this or maybe what the problem is.
unfortunately I would add this as a comment but not enough rep yet :). If you need some help an example of your code would give people a better chance of understanding what your doing or even where you may be going wrong.
The answers people can give to this may not even help in your case.

White space below footer only in all versions of I.E

On my clients website in all versions of I.E. I can see a white big whitespace I have searched everything divs for their height, display type, float, and also line heights but nothing seems to work for me.
I came across this post which has smiliar or same issue. He managed to solve it. I have already used what he used but still didn't resolved yet.
I have also addded a doctype for IE no luck. I' am using I.E. 10 to view my site currently.
More information
I have notices that it only appears after the LIKE and TWEET.
Please help.
can you try removing vertical-align property in you css for HTML. this should solve you issue.
I was not actually was able to find the correct solution for my problem but I had made workout of solve this issue. The problem was on AddThis LIKE AND TWEET Feature. Something was causing problem from it. What I did I made them hide in all versions of I.E.
if it is a page with no vertical scroll then try setting the position of your footer as fixed, top:100% and margin-top:"minus the height of your footer", this will do the trick!

Z-indexing/Display Issue

I've been wracking my brain trying to figure out this issue, and I can't seem to figure out how to get my menu to display over the underlying elements.
I've had this issue before, but I've always been able to remedy it by fixing the z-indexing.
I can't seem to manage it this time -- any thoughts guys?
Here's an example of the site(not complete, just working on this issue right now) where the issue is happening, you should be able to play with it a bit with google dev tools or something a-kin :).
http://202388.yourwebsite.cc/
The menu isn't appearing because of the overflow:hidden portion of .container. If you remove that it should work just fine.

How to get rid of the horizontal scroller bar from website

sorry this question was asked previously, it seems like I wasn't clear enough,
I do know the problem of this scrollerbar is due to css, some tutorial said that width: 100% is the cause of the problem but by eliminating the width:100% still I ended up with the same problem.
I'll let examine my web app that I'm working on in a hope of some answer
http://www.kefet.com/content/videoview.html?pl=PLvnIwAWCv4j3xZdRkB2MwY8-l7_jz7ngy&v=alJoYgvcY9E&cat=sls_mo&plid=36
I found the problem, it was the margin-left:230 way over the container css class that I have created.
how to find problem like this: use the firebug to detect which css is causing the problem and edited.
Thank you