Link to home
Start Free TrialLog in
Avatar of Mike Eghtebas
Mike EghtebasFlag for United States of America

asked on

CSS help, rendering bad on another computer

I have built a resume at http:/datapassion.net

One of the <div>s jumps out. This <div> marked as C on the attache image shows up below the rest.  The css file is at http:/datapassion.net/styles/resume.css.

Question, How can I correct this?

Note that it works okay in most computers but not all.
resume2.bmp
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mike Eghtebas

ASKER

try:
http://datapassion.net

I tested all hyperlinks. They all work without any problem. Could you please give me the name of one or two you are getting 404?
All of these:

<link rel="stylesheet" href="./js/FancyBox/source/helpers/fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/fancybox/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/fancybox/jquery.fancybox.css" type="text/css" media="screen"/>
<script src="plugins/fancybox/jquery.fancybox.js"></script>
<script type="text/javascript" src="lightbox.js"></script>
<script type="text/javascript" src="plugins/fancybox/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="plugins/fancybox/helpers/jquery.fancybox-media.js?v=1.0.6"></script>

And these two are slightly different versions of the same script.  You should keep only the newer one.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
(NOT FOR POINTS)
Just confirming Dave's findings - both on the 404 and on the page looking the same.

Maybe you have a caching issue on the computer that is not behaving - try a Shift + F5 on it to see if that sorts it.
Thank you.