Hey everyone! New member, want to say thank you to everyone here!
So basically my website on IE is displaying fine, but in chrome, my slider moves up and overlaps my navigation bar.
Please see REMOVED
Here is my CSS:
Code:
/*********************************header*************************************/
header {width:960px; margin:-70px auto; z-index:101}
h1 {margin:4px 0 0 px; display:inline-block; z-index:100}
.form-search {float:right; margin:60px 20px 0 0; background:#323232; border-radius:0px}
#form-search input {width:186px; height:18px; font-family:Arial, Helvetica, sans-serif; font-size:13px; background:transparent; border:none; color:#323232; vertical-align:top; padding:5px 10px 5px 13px; display:inline-block; float:left; margin-right:4px}
.search_button {background:url(../images/search-button.png) 0 0 no-repeat; display:inline-block; vertical-align:top; float:left; width:26px; height:29px; margin:0 0 0 0}
.search_button:hover {background:url(../images/search-button.png) right 0 no-repeat}
.social-icons {overflow:hidden; text-align:right; padding:20px 30px 13px 0}
.social-icons span {display:inline-block; font-size:13px; line-height:17px; color:#FFF; font-weight:bold; margin:3px 14px 0 0}
.social-icons a {display:inline-block; width:23px; height:23px; float:right}
.icon-1 {background:url(../images/icon-1.png) 0 0 no-repeat}
.icon-2 {background:url(../images/icon-2.png) 0 0 no-repeat; margin-left:7px}
.icon-3 {background:url(../images/icon-3.png) 0 0 no-repeat; margin-left:7px}
.social-icons a:hover {background-color:#dc824f}
nav {z-index:100; border-radius:0px; background:#; margin:0px 14px 0 180px; padding:0}
nav>div {background:url(../images/nav.png) 0 0 repeat-x #; border-radius:0px 0px 0px 0px}
ul.menu {margin:0 0px 0 0; border-right:#fff 1px solid; display:inline-block; float:left}
ul.menu li {float:left; line-height:17px; margin:0 0 0 0; background:url(../images/transp.png) 0 0 repeat; border-right:#fff 1px solid; border-left:#fff 1px solid}
ul.menu li a {font-family:'Calibri'; font-size:17px; line-height:17px; color:#fff; font-weight:; display:block; padding:23px 28px 24px 28px}
ul.menu li.home-page {display:inline-block; background:url(../images/transp.png) 0 0 repeat; border-radius:8px 0 0 8px; border:none !important}
ul.menu li:hover , ul.menu li.current {background:url(../images/current.jpg) 0 0 repeat-x #fff; border-right:#7acad7 1px solid; border-left:#fff 1px solid}
ul.menu li.home-page a {padding:21px 22px 24px 23px !important}
ul.menu li.home-page span {background:url(../images/home-page-img.png) 0 0 no-repeat; width:19px; height:19px; display:block}
I'm using the header value "margin:-70px" to raise the page up in IE but the effect in Chrome makes the slider overlap. Keep in mind when it is set to 0, both show but have about an inch of space on top which I do not want.
Any particular reason this is happening?
My second issue is that my slider seems to flicker in Chrome but not in IE when loading the new image. I spent hours trying to fix it myself but to no avail.
Code:
/*--------- slider ---------*/
#slide { position:relative; overflow:hidden; border-radius:0px; background:#ebebec; width:930px; margin:20px auto 0 auto; padding:0px; z-index:2;}
.pagination { position:absolute; bottom:0px; left:0px; display:inline-block; 0 0 repeat; width:910px; padding:15px 0 14px 30px; border-radius:0 0 8px 8px; z-index:999 !important; }
.pagination li {float:left; margin-right:4px;}
.pagination a { display:block; width:21px; height:21px; background:url(../images/pagination.png) right 0 no-repeat; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}
.slider { width:940px; height:300px; margin:0 auto; position:relative; z-index:2; }
.items { display:none;}
.prev {}
.prev:hover {}
.next {}
.next:hover {}
I would absolutely love you if you can tell me how to correct this!
Thanks again, I'll definitely check back.