need a lil help with my css. can any one help me out please.
-
I have made kinda container where a table is contain inside it with the help of CSS. The table can be inserted within that designed container ive made. The table can be made from a WP plugin so thats not an issue and my container in responsive according to the table size.
Well the issue i have is with my container and css.. I have done almost so much but have a bit of a prob with the edges… can any one please help me out to correct this. The code is blow..
.post-tabs,.post-tabs-ver{ margin-bottom:20px;} .post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:1px;} .post-tabs ul.tabs-nav li{ border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold; line-height: 32px;cursor: pointer;display: block; float: left;margin: 0 5px 0 0; padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit- transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;} .post-tabs ul.tabs-nav li.current{ background:#ffffff; z-index:1; height:33px;} .post-tabs .pane{background: #f88c00;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797; padding: 4px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;box-shadow: 0 2px 2px 0 rgba (0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);- webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);} .post-tabs-ver ul.tabs-nav{float:left;width:152px;margin:0;padding-top:10px;} .post-tabs-ver ul.tabs-nav li{color:white;border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line- height: 32px;cursor: pointer;display: block; margin: 0 0 10px 0;padding: 0 10px; background:white;border- right-width: 0;-webkit-transition: background .5s ease;-moz- transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;} .post-tabs-ver ul.tabs-nav li.current{color:#f88c00;border- color:#f88c00; background:white;z-index:1;width:130px;} .post-tabs-ver .pane{color:#f88c00;margin- left:150px;background: white;margin-bottom: 15px;border: 1px solid #f88c00;border-bottom: 1px solid #f88c00;padding: 10px; border-radius: 5px;-moz-border- radius: 5px;-webkit-border-radius: 5px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); min-height:180px;} .post-tabs-ver ul.tabs-nav{float:left;width:152px;margin:30;padding-top:10px; } .post-tabs-ver ul.tabs-nav li{color:white;border:1px solid #f88c00;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block; margin: 0 0 10px 0;padding: 0 10px; background:white;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;} .post-tabs-ver ul.tabs-nav li.current{color:#f88c00;border-color:#f88c00; background:white;z-index:1;width:150px;}
i want to completely join the orange line with the rest of the borders where is says premium accounts on the left side.. n secondly want to get rid of that gray area around outside the premium account border..
Please help me out with this ill highly appreciate it.. thanks
here is the pic >> https://imgur.com/00SVjkC The one in blue is how i want guys please help
Thanks
- The topic ‘need a lil help with my css. can any one help me out please.’ is closed to new replies.