$5 To fix simple CSS problem

Discussion in 'Design Contests' started by macro-solutions, Jun 16, 2008.

  1. #1
    Files are attached. Basically i want the theme to be able to be displayed in 1024x whatever width browsers, however for some reason it's a few pixels too wide. I'v had a quick look and it seems to be a problem with 'rightcol'. First person to post a valid solution gets $5 paypal'd instantly :)
     

    Attached Files:

    macro-solutions, Jun 16, 2008 IP
  2. Brainwaves

    Brainwaves Active Member

    Messages:
    429
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    attachments doesn't work.. its Digitalpoint problem

    Please upload it some where or email me (brainwaves2[at]hotmail.com)

    Thanks
    - Brain
     
    Brainwaves, Jun 16, 2008 IP
  3. macro-solutions

    macro-solutions Peon

    Messages:
    183
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Never mind sorted it! OK here's a simpler problem. URL is james#cheema.com/#wpthemes/3/index.php without the hashes. As you will see in internet explorer the background of the list title in the column in the right hand side with the heading 'Pages' is mis-aligned, too far right. Whereas in firefox it aligns properly.

    Shouldn't be hard, just missing a margin/padding:0 somewhere. Again first person to solve it gets $5 pronto
     
    macro-solutions, Jun 16, 2008 IP
  4. Brainwaves

    Brainwaves Active Member

    Messages:
    429
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    in IE 6 i see million more bugs then just that :/

    oh and in Header section, many css links are dead.. you might want to remove those if you don't plan on using them.. ain't impotent but nice to keep your code valid

    - Brain
     
    Brainwaves, Jun 16, 2008 IP
  5. ez-designs

    ez-designs Well-Known Member

    Messages:
    230
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Well I fixed it on internet explorer but then it messes up on firefox.
    It's a bug and I'm pretty sure that there is a very easy way to fix this.
    I'm just helping, I hope you figure the rest out.

    Add float: right; to the following in style.css:

    
    .widgettitle {
    	float: right;
    	margin-top:0;
    	padding-top: 4px;
    	padding-left: 14px;
    	font-size: 12px;
    	color: #ffffff;
    	width: 144px;
    	height: 24px;
    	background: url(http://jamescheema.com/wpthemes/3/wp-content/themes/1/images/rightcol_left_headerbg.png);
    	font-weight: normal;
    	margin-bottom: 12px;
    	
    }
    
    HTML:
     
    ez-designs, Jun 16, 2008 IP