Referring to the drop down menu in the middle.
What do I have to do???
http://www.nflcentral.net/forum/
Giving me problems.
What do I have to do???
http://www.nflcentral.net/forum/
Giving me problems.
<body>
<div id="nav_select">
<p>
<select name="network_select" size="1" class="select" onChange=" gotoURL(this.options[this.selectedIndex].value)">
<option value="#">Other Forums</option>
<option value="http://www.nflcentral.net">NFL Central </option>
<option value="http://www.bballcentral.com">Basketball Central</option>
<option value="http://www.baseball-central.com">Baseball Central</option>
<option value="http://www.nhlcentral.net">NHL Central</option>
</select>
Palyriot said:you can either put a <center> before the menus and then </center> afterwords, or edit the network_select css entry and add "text-align: center;" into it.
.select {
font-size: 10px;
margin: 0;
padding: 0;
border: 0px none;
float: left;
background-color: #B31F23;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.select {
font-size: 10px;
margin: 0;
padding: 0;
border: 0px none;
background-color: #B31F23;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif
}
BillyConnite said:Hello combs84,
This stumped me for about 15 minutes lol, but i've got the solution for you
find (around line 1760):
Code:.select { font-size: 10px; margin: 0; padding: 0; border: 0px none; float: left; background-color: #B31F23; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif }
and replace with:
Code:.select { font-size: 10px; margin: 0; padding: 0; border: 0px none; background-color: #B31F23; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif }
That css code was making all the drop downs float on the left. So no matter how many "centers" you put anywhere, the floating would always dominate
.
It worked fine for me.
Rep is always much appreciated!
Best of luck,
Rhett.
:D no problem at all combs, thanks for the NP$combs84 said:Connite i'm going to try this right now..I appreciate the effort even if it doesn't work..now lets see if it happens. Please Please.
You rock, definately worked...i spent so uch time trying to figure this out..and its something that simple. Appreciate the help from everybody in this thread. Rep to the helpers and NP$ to BC for finding the solution.


