Jump to content

Thumper

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Thumper

  1. Well, I didn't check it in IE. It looked good in Firefox. I'll have to make a few changes for IE later.
  2. alright! Thanks for the suggestion. It lead me down the right path. What I ended up doing was changing the width from 800px to 600px and padding-right: 200px >#TopLink {padding: 0.2em 0 0.1em; background: #FD0304; width: 600px; margin-left: auto; margin-right: auto; padding-right: 200px;}
  3. I'm not wanting to allow hosting (in my terms). Let me know if this is against AUP. I'm wanting to allow subdomains so that certain users can upload trail pictures or small videos. The subdomain would have a default page which had an upload script to allow only .jpg, .mpeg, .mpg, .avi files to be uploaded. Once uploaded they would be diplayed in a thumbnail gallery below the upload script w/the code to put in forums to display a link.
  4. Thanks for taking a look. I'm going to try these when I get home tonight. The -200px margin was an attempt at 11:30 last night. I forgot to take it out when it didn't make any changes. I think the right padding is a going to be the way. I'll post here when I try it and let y'all know if it worked.
  5. I need a script to run when a user registers to my site. I want them to have the option to setup subdomains using their username. I want this to run automatically when they choose yes. Any idea's how I can do this?
  6. http://www.havocoffroad.com It's the navigation in the red menu bar
  7. OK...I need some help here. I'm trying to get my navigation menu to have [Login/Register] on the left and then the links "Home / Forums" in the center. However, it's putting it just a bit over to the right. It's enough that people can tell it's not in the center. I could really use some help here. Here is the HTML ><div id="TopLink"> <ul> <li>[<a href="modules.php?name=Your_Account&redirect=index" class="top">Login</a>/<a href="modules.php?name=Your_Account&op=new_user">Register</a>] </li> </ul> <a href="index.php" id="home">Home</a><b>|</b> <a href="modules.php?name=Forums" id="topics">Forums</a><b>|</b> </div> And here is the CSS >#TopLink {padding: 0.2em 0 0.1em; background: #FD0304; white-space: nowrap; overflow: hidden; width: 800px; margin-left: auto; margin-right: auto;} #TopLink a {padding:0.45em 0.5em 0.2em; text-decoration: none; font-weight: bold; font-variant: small-caps; color: #161220;} html>body #TopLink a {padding: 0.2em 0.5em 0.2em;text-decoration: none; font-weight: bold; font-variant: small-caps; color: #161220;} #TopLink a:hover {background: transparent; color: #C0C0C0;} #TopLink b {display: none !important;} #home a {color: #161220; background: transparent;} #topics a, { background: transparent; color: #161220;} #TopLink ul { list-style: none; margin: 0; margin-right: -200px; padding: 0; } #TopLink li { float: left; margin: 0; padding: 0; }
×
×
  • Create New...