Closed Thread
Results 1 to 8 of 8

Thread: CSS Fix (500-700 credits)

  1. #1
    Christopher's Avatar
    Christopher is offline Retired Christopher is an unknown quantity at this point
    Join Date
    Jun 2006
    Location
    USA
    Posts
    7,330

    CSS Fix (500-700 credits)

    I need a fix for the menu problem you can see in the screenshot at http://exchangecore.com/ieProblem.jpg

    The menu should look like it does in opera (to the right).

    CSS code is below.
    I will pay 500 credits for a fix. 700 if one is given to me by 7:30pm CST.

    Code:
    * {padding:0; margin:0;}
    
    a:link {
    	color: #FFFFCC;
    }
    
    a:visited {
     	color: #FFFFCC;
    }
    
    a:hover {
    	color: #FFFF99;
    }
    
    body {
    	background: #63b8d7 url(images/background.png) repeat-x;
    }
    
    #wrap {
    	width: 698px;
    	margin:auto;
    }
    
    #wrap #header {
     	position: relative;
    	margin-top: 117px;
    	height: 99px;
    	background: #639fbb url(images/header.png) no-repeat;
    }
    
    #wrap #header #left {
    	float: left;
    	width: 317px;
    	height: 99px;
    	font: 30px Century Gothic, cursive;
    	text-align: center;
    	line-height: 99px;
    	color: white;
    }
    
    #wrap #header #right {
     	float: right;
    	width: 380px;
    	height: 99px;
    	font: 14px Century Gothic, cursive;
    	text-align: center;
    	line-height: 99px;
    	color: white;
    }
    
    #wrap #menu {
     	position: relative;
     	width: 698px;
    	height: 33px;
    	background: #5998b6;
    }
    
    #wrap #menu #top {
     	position: relative;
     	width: 698px;
    	height: 1px;
    	background: url(images/menuTop.png) no-repeat;
    }
    
    #wrap #menu ul {
     	position: relative;
     	height: 31px;
     	margin-top: 3px;
    	padding-left: 0;
    	margin-left: 0;
    	color: white;
    	float: left;
    	width: 100%;
    }
    
    #wrap #menu ul li {
    	display: inline;
     }
    
    #wrap #menu ul li a {
    	padding: 0.2em 1em;
    	color: white;
    	text-decoration: none;
    	float: left;
    	border-right: 1px solid #5791ac;
    }
    
    #wrap #menu ul li.last a {
    	border-right: 0px;
    }
    
    #wrap #menu ul li a:hover {
    	background-color: #80cef3;
    	color: #fff;
    }
    
    #wrap #menu #bottom {
     	position: relative;
     	margin-top: 31px;
     	width: 698px;
    	height: 1px;
    	background: url(images/menuBottom.png) no-repeat;
    }
    
    #wrap #content {
     	position: relative;
     	width: 698px;
    	background: #4f92b1;
    }
    
    #wrap #content #leftS {
     	position: absolute;
     	width: 1px;
     	height: 110px;
     	background: url(images/side.png) no-repeat;
     	bottom: 0px;
    }
    
    #wrap #content #text {
     	padding: 5px 10px 5px 10px;
    	color: white;
    }
    
    #wrap #content #rightS {
     	position: absolute;
     	width: 1px;
     	height: 110px;
     	background: url(images/side.png) no-repeat;
     	bottom: 0px;
     	right: 0px;
    }
    
    #wrap #content #bottom2 {
     	position: absolute;
     	width: 698px;
     	height: 1px;
     	background: url(images/contentBottom.png) no-repeat;
    }
    
    #wrap #copyright {
     	padding-top: 10px;
     	width: 698px;
    	text-align: center;
    	color: white;
    	font-size: small;
    }
    Last edited by Christopher; 12-23-2008 at 05:57 PM.

  2. #2
    GTKILLA is offline x10 Sophmore GTKILLA is an unknown quantity at this point
    Join Date
    Aug 2008
    Posts
    142

    Re: CSS Fix (500-700 credits)

    Umm it works fine in my internet explorer........ maybe its ie not your css ;)

    See look http://img341.imageshack.us/img341/2729/iekp2.jpg proof :o

    ie is messed up crap lol

    mines is Internet Explorer 8 maybe if you don't have it you can upgrade, I didnt have any problems yet only because theres a 1 in 500 chance I use IE.
    Last edited by GTKILLA; 12-23-2008 at 06:19 PM.

  3. #3
    De.velo.per is offline x10Hosting Member De.velo.per is an unknown quantity at this point
    Join Date
    Dec 2008
    Posts
    20

    Re: CSS Fix (500-700 credits)

    Quote Originally Posted by Christopher View Post
    I need a fix for the menu problem you can see in the screenshot at http://exchangecore.com/ieProblem.jpg

    The menu should look like it does in opera (to the right).

    CSS code is below.
    I will pay 500 credits for a fix. 700 if one is given to me by 7:30pm CST.

    Code:
    * {padding:0; margin:0;}
    
    a:link {
        color: #FFFFCC;
    }
    
    a:visited {
         color: #FFFFCC;
    }
    
    a:hover {
        color: #FFFF99;
    }
    
    body {
        background: #63b8d7 url(images/background.png) repeat-x;
    }
    
    #wrap {
        width: 698px;
        margin:auto;
    }
    
    #wrap #header {
         position: relative;
        margin-top: 117px;
        height: 99px;
        background: #639fbb url(images/header.png) no-repeat;
    }
    
    #wrap #header #left {
        float: left;
        width: 317px;
        height: 99px;
        font: 30px Century Gothic, cursive;
        text-align: center;
        line-height: 99px;
        color: white;
    }
    
    #wrap #header #right {
         float: right;
        width: 380px;
        height: 99px;
        font: 14px Century Gothic, cursive;
        text-align: center;
        line-height: 99px;
        color: white;
    }
    
    #wrap #menu {
         position: relative;
         width: 698px;
        height: 33px;
        background: #5998b6;
    }
    
    #wrap #menu #top {
         position: relative;
         width: 698px;
        height: 1px;
        background: url(images/menuTop.png) no-repeat;
    }
    
    #wrap #menu ul {
         position: relative;
         height: 31px;
         margin-top: 3px;
        padding-left: 0;
        margin-left: 0;
        color: white;
        float: left;
        width: 100%;
    }
    
    #wrap #menu ul li {
        display: inline;
     }
    
    #wrap #menu ul li a {
        padding: 0.2em 1em;
        color: white;
        text-decoration: none;
        float: left;
        border-right: 1px solid #5791ac;
    }
    
    #wrap #menu ul li.last a {
        border-right: 0px;
    }
    
    #wrap #menu ul li a:hover {
        background-color: #80cef3;
        color: #fff;
    }
    
    #wrap #menu #bottom {
         position: relative;
         margin-top: 31px;
         width: 698px;
        height: 1px;
        background: url(images/menuBottom.png) no-repeat;
    }
    
    #wrap #content {
         position: relative;
         width: 698px;
        background: #4f92b1;
    }
    
    #wrap #content #leftS {
         position: absolute;
         width: 1px;
         height: 110px;
         background: url(images/side.png) no-repeat;
         bottom: 0px;
    }
    
    #wrap #content #text {
         padding: 5px 10px 5px 10px;
        color: white;
    }
    
    #wrap #content #rightS {
         position: absolute;
         width: 1px;
         height: 110px;
         background: url(images/side.png) no-repeat;
         bottom: 0px;
         right: 0px;
    }
    
    #wrap #content #bottom2 {
         position: absolute;
         width: 698px;
         height: 1px;
         background: url(images/contentBottom.png) no-repeat;
    }
    
    #wrap #copyright {
         padding-top: 10px;
         width: 698px;
        text-align: center;
        color: white;
        font-size: small;
    }
    What the other guy said, it works fine on IE here as well.

  4. #4
    Christopher's Avatar
    Christopher is offline Retired Christopher is an unknown quantity at this point
    Join Date
    Jun 2006
    Location
    USA
    Posts
    7,330

    Re: CSS Fix (500-700 credits)

    Sorry. I meant IE6. It works fine in 7 and 8.

  5. #5
    GTKILLA is offline x10 Sophmore GTKILLA is an unknown quantity at this point
    Join Date
    Aug 2008
    Posts
    142

    Re: CSS Fix (500-700 credits)

    IE6 Is messed up then =P

    can be a bug or its just like that....
    Last edited by GTKILLA; 12-23-2008 at 08:06 PM.

  6. #6
    xPlozion's Avatar
    xPlozion is offline x10 Elder xPlozion is an unknown quantity at this point
    Join Date
    Mar 2008
    Location
    Delaware, USA
    Posts
    872

    Re: CSS Fix (500-700 credits)

    but with a large population still using internet explorer 6, it's always good to break your back fixing msie's bugs.

    i remember using li's for link nav was a pain to setup, and i eventually went w/ css image rollovers instead.
    Last edited by xPlozion; 12-23-2008 at 08:14 PM.

  7. #7
    Christopher's Avatar
    Christopher is offline Retired Christopher is an unknown quantity at this point
    Join Date
    Jun 2006
    Location
    USA
    Posts
    7,330

    Re: CSS Fix (500-700 credits)

    It is not the li. I removed it and the area was still too big.

  8. #8
    Christopher's Avatar
    Christopher is offline Retired Christopher is an unknown quantity at this point
    Join Date
    Jun 2006
    Location
    USA
    Posts
    7,330

    Re: CSS Fix (500-700 credits)

    Never mind. I found a fix finally.

Closed Thread

Similar Threads

  1. Look at my sites and get credits!
    By Scott B in forum Review My Site
    Replies: 36
    Last Post: 06-01-2008, 06:28 PM
  2. Need Advertising - Will pay in Credits
    By Loneua Technologies in forum Advertising
    Replies: 52
    Last Post: 03-16-2008, 02:40 PM
  3. Earn 150+ Credits Answering my question....
    By admintwo in forum The Marketplace
    Replies: 23
    Last Post: 02-15-2008, 07:40 AM
  4. Advertise me to easily double credits!
    By QuwenQ in forum The Marketplace
    Replies: 0
    Last Post: 11-01-2007, 04:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers