Dynadot โ€” .com Transfer

Why won't my menu center??

Spaceship Spaceship
Watch

combs84

Established Member
Impact
23
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
Anybody?
 
0
•••
This is what you have:
Code:
<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>
You need to put in a <center> tag right after <body>
.
.
.
 
1
•••
Thanks for the help. When I did that tho it just made all of the topic titles on the forum get centered. Not the menu though :(.
 
0
•••
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.
 
0
•••
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.

Again, Thanks. Just tried both and neither option worked. I am starting to think it's not possible for whatever reason :(.

Thanks for the help tho guys.
 
0
•••
Put before the menu:

HTML:
<div align="center">

And after the menu:

HTML:
</div>

Hope that works for you. I'm not sure it will but its worth a try.
 
0
•••
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.
 
1
•••
Did you make that forum skin?
 
0
•••
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.


Nice job Rhett! I've added a rep for you.
 
0
•••
Thanks Gene :D
 
0
•••
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.
 
0
•••
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.
:D no problem at all combs, thanks for the NP$ :)

Best of luck in future,
Rhett.
 
0
•••
no rep? :(

that was supposed to be a sad face, not so angry looking.
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back