Free CSS modifications for your website/blog

Discussion in 'CSS' started by Ahsanaveed, May 29, 2012.

  1. #1
    Hello. I'm Ahsan and having been doing online web business for more than 8 years. I would like to do some free CSS modifications on any website/blog. It could be a modification or any issues you are having with CSS or HTML. Please note that this offer is only for first 5 entries.
     
    Ahsanaveed, May 29, 2012 IP
  2. Kurt Whittingham

    Kurt Whittingham Member

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #2
    hello i could REALLY REALLY use your help with css
     
    Kurt Whittingham, May 29, 2012 IP
  3. oskars

    oskars Active Member

    Messages:
    133
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    #3
    Hello
    I would need your help with this. I want to align my menu bar to the center / or / make it aligned 100%. Rather 100% than centered.

    Thank you!

    Code is:

    .clsSubNav { 
    	padding-top:0px;
    }
    .clsListingHead {
    	padding-top:20px;
    	min-height:56px;
    	_height:76px;
    }
    .clsListingHead h2 { 
    	font-family:Impact; 
    	font-size:22px; 
    	font-weight:normal; 
    	color:#676768;
    }
    .clsSubMenu{
    	overflow:hidden;
    	zoom:1;
    	_height:1%;
    	_overflow:visible;
    }
    	.clsSubMenu li{
    		
    		float:left;
    		
    	}
    			.clsSubMenu li a{
    			background:url(../../images/screen_gray/bg-menutoright.png) no-repeat right top;
    	      		padding-left:14px;
                height:46px;
                line-height:46px;
                position: relative;
                display:table;
    
               
    		border-left:1px solid #c2c2c2;
                float:center;
            }
                .clsSubMenu li a span{
                    background:url(../../images/screen_gray/bg-menutoleft.png) no-repeat left top;
                    color:#000;
                    font-family:"Segoe UI";
                    font-weight:normal;
                    font-size:16px;
                    padding:0 31px 0 17px;
                    height:46px;
                    line-height:46px;
                    position: relative;
                    display:table;
                    border-right:1px solid #c2c2c2;
                    float:center;
                    
    
                    
                }
    		
    		.clsSubMenu li a:hover, .clsSubMenu .clsActiveListing a{
    			background:url(../../images/screen_gray/bg-menulefthover.png) no-repeat left top;
    		}
    			.clsSubMenu li a:hover span, .clsSubMenu .clsActiveListing a span{
    				background:url(../../images/screen_gray/bg-menutorighthover.png) no-repeat right top;
    				color:#000;
    			}
    Code (markup):
     
    oskars, May 29, 2012 IP
  4. Ahsanaveed

    Ahsanaveed Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    @Kurt Whittingham: Please send me details about your problem. Thnaks
     
    Ahsanaveed, May 29, 2012 IP
  5. Ahsanaveed

    Ahsanaveed Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Kindly send me your Html code in which you have this menu so that I can look properly into this matter. Thanks
     
    Ahsanaveed, May 29, 2012 IP
  6. oskars

    oskars Active Member

    Messages:
    133
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    #6
    Thank you, code for the file is below.. The name of the file is "subMenuIndex.tpl"

     
    oskars, May 29, 2012 IP
  7. Ahsanaveed

    Ahsanaveed Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    @oskars: Here is you centered menu.... Please edit your css file...

    .clsSubNav {
    padding-top:0px;
    margin: auto;
    width: 1020px;

    }
    .clsListingHead {
    padding-top:20px;
    min-height:56px;
    _height:76px;
    }
    .clsListingHead h2 {
    font-family:Impact;
    font-size:22px;
    font-weight:normal;
    color:#676768;
    }
    .clsSubMenu{
    overflow:hidden;
    zoom:1;
    _height:1%;
    _overflow:visible;
    }
    .clsSubMenu li{

    float:left;

    }
    .clsSubMenu li a{
    background:url(../../images/screen_gray/bg-menutoright.png) no-repeat right top;
    padding-left:14px;
    height:46px;
    line-height:46px;
    position: relative;
    display:table;


    border-left:1px solid #c2c2c2;
    float:center;
    }
    .clsSubMenu li a span{
    background:url(../../images/screen_gray/bg-menutoleft.png) no-repeat left top;
    color:#000;
    font-family:"Segoe UI";
    font-weight:normal;
    font-size:16px;
    padding:0 31px 0 17px;
    height:46px;
    line-height:46px;
    position: relative;
    display:table;
    border-right:1px solid #c2c2c2;
    float:center;



    }

    .clsSubMenu li a:hover, .clsSubMenu .clsActiveListing a{
    background:url(../../images/screen_gray/bg-menulefthover.png) no-repeat left top;
    }
    .clsSubMenu li a:hover span, .clsSubMenu .clsActiveListing a span{
    background:url(../../images/screen_gray/bg-menutorighthover.png) no-repeat right top;
    color:#000;
    }
     
    Ahsanaveed, May 31, 2012 IP
  8. oskars

    oskars Active Member

    Messages:
    133
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    #8


    Thank you, however that didn't work either :( Any ideas?
     
    oskars, May 31, 2012 IP
  9. oskars

    oskars Active Member

    Messages:
    133
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    #9
    Tried it local by creating a .html file and using that css and working fine but doesn't work on the website..
     
    oskars, May 31, 2012 IP
  10. Ahsanaveed

    Ahsanaveed Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Clear your cache and history then check it again.
     
    Ahsanaveed, May 31, 2012 IP
  11. oskars

    oskars Active Member

    Messages:
    133
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    #11
    I know that much actually ;) But didn't solve it, got a new code from a guy and it worked fine. Thank you anyway :)
     
    oskars, Jun 1, 2012 IP
  12. Ahsanaveed

    Ahsanaveed Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Ok, That's great :)
     
    Ahsanaveed, Jun 2, 2012 IP