Jump to content

Goodthing07

Members
  • Posts

    19
  • Joined

  • Last visited

Goodthing07's Achievements

Newbie

Newbie (1/7)

2

Reputation

  1. I will take a good look at those and see what I come out with. Thanks very much for all your help!
  2. 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?
  3. Hello, Ive made a navigation bar and want to be able to make it so that the selected page of the navigation stays coloured like on this site for example: http://www.djoneman.net/home/ . Could anybody please help me out and let me know of a simple way to do this please? Thanks for any help!
  4. Hello, Im not sure if I fullynunderstand your question but this is a the tutorial on how to layout a web page using divs instead of a table. http://www.w3schools.com/html/html_layout.asp . Hopefully that is of some help to you but if not maybe somebody else can come along and solve your problem.
  5. Thank you sir... Ill look into all those options and see wat I end up goin with!
  6. Ok Thanks for the reply... But whats the alternative if I want to get more serious about it then?
  7. 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.
  8. 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.
  9. Thanks a million people, got it working alright... I really am glad I signed up here!
  10. Hello, Is it possible to put two divs side by side inside another div? All I can manage to get is on box in the top left and then the other box below it to the right. Again, Any help would be graetly appreciated.
  11. Thats exactly it.Thanks very much for such a quick and more importantly, accurate, response.
  12. Goodthing07

    External css

    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.
  13. 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.
  14. 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.
  15. Well could you, please, point me in the direction of where I can see how its done? Or even show me?
×
×
  • Create New...