Jump to content

loJic

Members
  • Posts

    9
  • Joined

  • Last visited

About loJic

  • Birthday 11/01/1982

Profile Information

  • Location
    New Orleans

loJic's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Again just a little confused. So i'm creating a php file to insert my navigation code in to. When I link that code in to my other html pages do they need to be switched to php? That's what's confusing me.
  2. Thanks! So all of my pages will have to be changed from html to php or were you referring to just the navbar.php page?
  3. Newbie here! Not sure if this is basic 101 html or something too far advanced. I'm looking to create a template for my site. My site has about 7 pages thus far, looking to create tons more, and every time I need to make an adjustment to the navigation bar I have to go in to each page and edit. I'm only assuming that there is an easier way to have it set to where when I edit it in the main page that it is universal to the whole site. Same goes for when changing the header/logo or the footer etc.... Here is my site: www.laprepsoccer.net This is the first site i've ever created and think i may be in over my head with a lot of this stuff. I'm hoping that there is a simple answer for this question. I already have each paged linked to a css file so when i make a change there it does so throughout the site. So again, i'm assuming this is doable. Hopefully a simple solution. Do i need to post any code?
  4. And now I fixed it. #navbar ul ul ul {left: 100%;top: 0;}
  5. As i'm looking at it I know it's my CSS code now.
  6. Sorry, i should have posted the whole code. <div id="navbar"> <ul> <li><a href="">Home</a></li> <li><a href="#">Association</a> <ul> <li><a href="#">About</a></li> <li><a href="#">Member Sign Up</a></li> <li><a href="#">Forms</a> <ul> <li><a href="#">By-Laws</a></li> <li><a href="#">Constitution</a></li> <li><a href="#">Regions</a></li> </ul> </li> </ul> </li></ul></div>
  7. I'm having a little trouble with creating a tree dropdown menu from the navigation bar. I think i'm putting in the right html but it's not showing up properly. <li><a href="#">Association</a> <ul> <li><a href="#">About</a></li> <li><a href="#">Member Sign Up</a></li> <li><a href="#">Forms</a> <ul> <li><a href="#">By-Laws</a></li> <li><a href="#">Constitution</a></li> <li><a href="#">Regions</a></li> </ul> </li> </ul> </li> For some reason it's just adding the three sub links in the same dropdown as the others. This is what the CSS looks like. #navbar { border:2px solid white; background-image:url('http://i140.photobucket.com/albums/r38/lojic11/navbar1.jpg'); } #navbar ul { font-family: Arial, Verdana; font-size: 15px; margin: 0; padding: 0; list-style: none; }#navbar ul li { display: block; position: relative; float: left; }#navbar li ul { display: none; }#navbar ul li a { display: block; text-decoration: none; color: #ffffff; border-top: px solid #ffffff; padding: 5px 15px 5px 15px; margin-left: 1px; white-space: nowrap;}#navbar ul li a:hover { background: #1E42CE }#navbar li:hover ul { display: block; position: absolute;}#navbar li:hover li { float: none; font-size: 11px;}#navbar li:hover a { background: #1E42CE}#navbar li:hover li a:hover { background: #f63641; } #navbar ul ul { left: 100%; } #navbar li:hover > ul { display:block; }
  8. Hello. I'm new here and to the web devoloping world. I know the very little basics to create a simple website but joined to hopefully gain the proper knowledge to grow beyond the simplistics. Before I get started on my idea i'll give a brief summary of why i'm looking for some help. I help run a forum for high school soccer throughout the state. I am aslo the statistician who keeps log of all scores, stats and standings. With over 140 schools and close to 2200 players it can get overwhelming having to personally input all the data needed into excel. We have set up a much easier method with Googledocs but it still requires me to do a good bit of work. My vision is to have a website to where coaches/team managers, who are required to login, simply input their own data after each game. Once entered it is then displayed in its right place for viewing. Now the challenge is that I run a power rating and player rating system which I use through excel. Each rating requires simple data but again is very time consuming. Is there a way that once they input the data it is calculated within the website? Basically creating the formula used in excel within the website. I guess my biggest question is what is the reality of me, someone with very simple knowledge, being able to create such a site? Any input is appreciated. Mods if this isn't in the right place I apologize in advance. loJic
  9. Hello, I'm just like a few others who are just trying to teach themselves the world of web design/devolopment. Looking forward to soaking in the knowledge.
×
×
  • Create New...