Jump to content

s-play

Members
  • Posts

    9
  • Joined

  • Last visited

s-play's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello guys, would you please tell me how to make a multi destination hyperlink menu, like shown in the picture below?.
  2. Dsonesuk, You have saved my life dude! Thank you so much everyone for being helpful and giving a hand! I don't know how to thank you mates! I am sure that I will still come across other sorts of problems, as I am a beginner. But thanks for this one! I hope you'll still be generous with me in providing me with the necessary help. Cheers!
  3. After adding the nav a the problem of the arrangement came back! when I put the navigator at a smaller size the Us comes under home as shown in the picture :/
  4. Tezzo: Your code seems to work after making some small alterations; adding hyperlinks, a hover code and text decoration. Have a look at the code now guys: <!doctype html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><style type="text/css"> * { margin:0; padding:0; text-decoration:none; } nav ul { margin:0; padding:0; height:30px; background-color:#FF9; list-style-type:none; text-indent:0; } nav li { list-style-type:none; float:left; color:#fff; width:20%; text-align:center; line-height:30px; } nav a:hover{ padding-left:20px; padding-right:20px; padding-bottom:7px; padding-top:12px; color:#fff; background-color:#609; }</style></head><body><nav><ul> <li><a href="#">Home</a></li> <li><a href="#">Button</a></li> <li><a href="#">Button</a></li> <li><a href="#">Button</a></li> <li><a href="#">Contact Us</a></li></ul></nav></body></html> Still the problem is that the hover shadow doesn't appear unless I hover over the text Button with the cursor. I want the button's hyperlink to be a bit larger, so when I hover over the area of a certain button, it makes effect and gives the ability to click, even if I am not exactly on the text. Thank you for your efforts guys in helping me out with this and for showing your interest. I appreciate it a lot.
  5. <!doctype html><html><head><meta charset="utf-8"><title>Untitled Document</title></head><body><div id="navigation"><a href="#">Home</a><a href="#">Button1</a><a href="#">Button2</a><a href="#">Button3</a><a href="#">Contact Us</a></div><style type="text/css">body { margin-left: 0px; margin-top: 0px; height: auto; top: auto;}#navigation li { font: 15px Arial; display: inline; list-style-type: none; top: auto; height: auto;}#navigation a { color: #fff; background-color: #999; text-decoration: none; top: auto; height: auto; padding-bottom: 2%; padding-left: 9%; padding-right: 6%; padding-top: 2%;}#navigation a:hover { background-color: #36C; color: #666; top: 14%; height: 12%; }</style></body></html> This is the code that I am using mates for this navigation bar; and it is the one that is giving the problem. Plz what's the solution?
  6. Still the problem exists even after changing values into percentage.... And there's no fixed width :/
  7. Hello dear Htmlers. I hope everyone of you is doing just great. I have a question concerning my navigation menu bar, which doesn't seem to adopt with the size of the browser. When the latter is at its standard size, the menu bar sounds to fit exactly the navigator, but when the navigator/browser is made smaller, or resized, my navigation menu bar is rearranged, in that some buttons go under others. PS: See pictures.
  8. Hi guys, thank you for your replies, the problem was with the div tag. I could not position it the right way, till I changed it to "absolute" then became able to drag it wherever I want. Still, I am encountering other sorts of problems, that seem to me mostly related to the program, dreamweaver; however, I am getting over them... I will still need your help. Thanks a lot
  9. Hello everybody. I want to create a website, but I am having immense difficulties with the smallest things with Html because I am a newbie. This is my first attempt ever to think about delving into HTML and websites creation, after spending a relatively long time with mundane computer use tasks. Recently I have been thinking seriously about having a website. I didn't know at first what software I should use, but later I decided to use Dreamweaver, for I thought it would be a good program that would have all the necessary tools to develop a well structured and complete website. I thought using Dreamweaver would not hinder for me upcoming phases related to hosting and such, as far as, a lot of people, obviously, use it. Also because I still do not have sufficient information about hosting. Nonetheless, I have noticed that Dreamweaver is not an easy program to use, based on the complexity of HTML. After going through some small steps in my first page creation, putting a header image, I have put a menu bar with the help of some Youtube videos; nevertheless, I could not position it the right way I want, for at first there was a small space between the menu bar and the header image, later I have managed to delete the space, but it seems that the menu bar goes over the header image with some small inches. So, I would be delighted if someone could help me with that. Another serious problem is that when I try to work in the coding area, I make some alterations, but they do not appear in the design section, until I click on live mode, or go to the navigator. I am in hopelessly in need! ps: I hope I wrote in the right section of the forum, and that I didn't break any rules. In case I did, please forgive it, because I have just joined here yesterday! Thanks in advance.
×
×
  • Create New...