supermag
Forum Replies Created
-
Forum: Plugins
In reply to: [plugin: ProPlayer] calling player through PHPyou should tell that to the main owner in his site.
Forum: Themes and Templates
In reply to: How to make a dropdown Menu for my theme.CAMMON, Any one please help. this might help:
https://htmldog.com/articles/suckerfish/dropdowns/Just need this code to be fixed to show the dropdown menu:
#ddnav{background-color:#312e2e;height:35px;margin:0;padding:0;} #nav{height:25px;width:1060px;font-weight:700;margin:0 auto;padding:10px 0 0;} ul.nav{height:25px;line-height:25px;float:left;list-style:none;font-size:11px;text-transform:inherit;margin:0;padding:0;} ul.nav li{float:left !important;list-style-type:none;border-right:2px solid #312e2e;margin:0;padding:0;} ul.nav li a, ul.nav li a:link, ul.nav li a:visited{background:url('images/navsilver.gif') repeat-x;color:#818181;float:left;display:block;text-decoration:none;padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0} ul.nav li a:hover, ul.nav li a:active{background:url('images/navblue.gif') repeat-x;color:#205387;text-decoration:none} ul.nav li.current_page_item a{text-decoration:none;background:url('images/navblue.gif') repeat-x;color:#fff} ul.nav li ul{float:left;margin:0;padding:0;}
Forum: Themes and Templates
In reply to: How to make a dropdown Menu for my theme.ok i tracked few stuff, and here is code of my current menu tabs:
#ddnav{background-color:#312e2e;height:35px;margin:0;padding:0;} #nav{height:25px;width:1060px;font-weight:700;margin:0 auto;padding:10px 0 0;} ul.nav{height:25px;line-height:25px;float:left;list-style:none;font-size:11px;text-transform:inherit;margin:0;padding:0;} ul.nav li{float:left !important;list-style-type:none;border-right:2px solid #312e2e;margin:0;padding:0;} ul.nav li a, ul.nav li a:link, ul.nav li a:visited{background:url('images/navsilver.gif') repeat-x;color:#818181;float:left;display:block;text-decoration:none;padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0} ul.nav li a:hover, ul.nav li a:active{background:url('images/navblue.gif') repeat-x;color:#205387;text-decoration:none} ul.nav li.current_page_item a{text-decoration:none;background:url('images/navblue.gif') repeat-x;color:#fff} ul.nav li ul{float:left;margin:0;padding:0;}
So what should be changed to add the dropdown menu.
Forum: Themes and Templates
In reply to: How to make a dropdown Menu for my theme.lol, sorry about that but, this forum is kinda different from others i know, once the topic is in, if its not replied, it will never be.
Forum: Themes and Templates
In reply to: How to make a dropdown Menu for my theme.so any one have a tip or something to start with,
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Siteok thanks for the info, esmi. hope some one know how to fix that margin.
here is a link to my css, if any one know how to fix it, please tell:
https://sports2all.com/wp-content/themes/silverlight/style.css
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Siteok, does any one have Firefox, IE7, Chrome
I want some one beside me check how much space is between sidebar and the main content.
And is it different from other browsers. May be its only me.
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Sitewell in firefox and few other browser its have a good space between the main content and sidebar.
but in chorome and I.E7, that space is doubled and it looks ugly, how can i make them even in all browsers.
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Sitewaiting for your reply.
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Sitehey greg you mentioned:
It’s probably becasue you call <div id=”sidebar”> BEFORE <div class=”rsidebar”>, and sidebar has margin and padding 0.
If i renamed the rsidebar to sidebar.php . will it be fixed.
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Siteok thanks alot for your help greg. realy appreciate it.
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Siteok, lol that was tricky. can you give few more hints.
I dont want to change the width of sidebar, because alot of widgets depend on that width. but i changed the #main{width:1050px;margin:0 auto;padding:0;}
to 1060px
so that now fixed the problem in FF, but now in I.E 7 and GC the space is doubled.
And now as you said i added 10 cm to mergin left and became like this:
#sidebar{float:right;width:310px;margin-left:10px;padding:0;}
is that correct code. any way i changed to this and nothing happened.
so whats next. i can give you access to site if you can help me.
Thanks
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Siteok i maked the #main{width:1050px;margin:0 auto;padding:0;}
to width 1060px and its fixed with firefox and other browsers but now the space is doubled in Google Chrome.Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my SiteTHANKS ALOT esmi found the problems. and fixed.
ok its vaildated now, but there is still no space between sidebar and main in other browsers.
Forum: Themes and Templates
In reply to: Few Theme CSS Problems with FireFox on my Sitethe problem is i cant find line 142 and 161 in my css.
https://sports2all.com/wp-content/themes/silverlight/style.css
there is only 121 lines.