Jump to content

Goodthing07

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Goodthing07

  1. Hi Leev, Thanks for your reply..

    ul#menu{   list-style-type:none;   margin:0px;   padding-top:10px;   overflow:hidden;}   ul#menu li{   float:left;}   ul#menu li a:link,a:visited{   display:block;   height:30px;   width:190px;   color:#000000;   background-color:#FFFFFF;   text-align:center;   text-decoration:none;}  ul#menu li a:hover,a:active{   display:block;   height:30px;   width:190px;   color:#000000;   background-color:#00FF00;   text-align:center;   text-decoration: none;}

    is the navigation I have currently with 5 options in the actual menu bar then. What are you suggesting I should I change to make it so that the selected one will stay with a green background the whole time instead of just when hoverd over?

  2. Hello, Im new to this whole thing and was looking to maybe put up online a website that I'm currently making to pass some time/learn some html. Anyway, as I said I'm completely new to this and am wondering if anybody would care to give me the best way to do this as well as a bit of an explanation as how to go and do with your suggestion. Please and thanks, Goodthing07.

  3. What am I doing wrong here? Cant seem to get to show up?

    <iframe width="640" height="360"src="http://www.youtube.com/watch?v=FfvdScxF_D0"></iframe>

    Any help would be appreciated.

  4. Hello,Up until now Ive always just made my stylesheet and then copied it into each folder with the html page. But now to make it that bit easier I'm wondering how If I put my styleshhet into another folder called CSS what do I have to change in(<link rel="stylesheet" type="text/css" href="../CSS/stylesheet.css" />) to make it so I can import it onto my html file my HomePage folder? Any help would be appreciated, thanks.

  5. Ya sorry about that just I was told by somebody before you replied to me that I'd need to know css which wasn't exactly helpful so I came into the css part of the forum as I tought I'd get a better response here.Thanks very much both of ye for the help tho! Tnd1000, got exactly what I wanted. Thanks again.

  6. Hello,How would I go about setting a website so that there is a light coloured background and then the content of the website is all centred? An example of which is the W3Schools website the way they have their layout?Any help would be greatly appreciated.

    • Like 1
  7. Hello, How would I go about setting a website so that there is a light coloured background and then the content of the website is all centred? An example of which is the W3Schools website the way they have their layout? Any help would be greatly appreciated.

    • Like 1
×
×
  • Create New...