Jump to content

araah

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

araah's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you for your reply. Yes i know that part, but changing the value or leaving it as it is results in all of the navigation links having the same equal widths of 10em or the changed value. I want to be able to change or specify the width of each navigation link depending on their actual size. any ideas?
  2. hi thank you for the reply. It is the horizontal direction i want to be able to increase and decrease of the 'parent' navigation link.
  3. Thanks for the reply guys. I have read that article and seems like something that i will be using. @raptor do you know of any shopping carts that will work with the paypal checkout that are free and fullfill my requirements?
  4. Hi guys, need some advice on a website. So i have a simple website, with 7 pages at the moment. It is a website displaying my artwork. Now, id like to add another page where i can sell my items, but i only specifically want the items to be sold on that page, the page should include the shopping basket and all other product related stuff on that page or any other pages that need to be created because of this. Basically i dont want the shopping cart etc to appear on the home or gallery pages. What would the first steps be on an easy, cheap/ free solution? I have knowledge of html and css. Also a requirement is that, to add or delete products i dont want to edit the coding, so some sort of management system would be ideal, where i dont have to edit coding. I believe this has to be done via php and mysql, which is the reason i have posted it here Help would be appreciated! Thank You!
  5. I have hit a brick wall with this coding. So... id like to know how to remove the spacing from in between the two navigation links. There a large gap, which is somehow active and id like to remove the gap so there is less of a space between the two links. Here is the code: Just paste the following code into this website: http://www.w3schools.com/cssref/tryit.asp?filename=trycss_background-position <!DOCTYPE html> <html> <head> <style type="text/css"> #nav, #nav ul { padding: 0; margin: 0; list-style: none; } #nav a { display: block; width: 10em; } #nav li { float: left; width: 10em; } #nav li ul { position: absolute; width: 10em; left: -999em; } #nav li:hover ul { left: auto; } </style> </head> <body> <ul id="nav"> <li><a href="#">Percoidei</a> <ul> <li><a href="#">Remoras</a></li> <li><a href="#">Tilefishes</a></li> <li><a href="#">Bluefishes</a></li> <li><a href="#">Tigerfishes</a></li> </ul> </li> <li><a href="#">Anabantoidei</a> <ul> <li><a href="#">Climbing perches</a></li> <li><a href="#">Labyrinthfishes</a></li> <li><a href="#">Kissing gouramis</a></li> <li><a href="#">Pike-heads</a></li> <li><a href="#">Giant gouramis</a></li> </ul> </li> <!-- etc. --> </ul> </body> </html> Help would be greatly appreciated! Thank You
  6. Hi guys, im totally new to this PHP coding and creating websites in general. I am more of a web site designer, whowever i have become more interested in coding and making websites in general. I thought its a great time to start now as i am in hospital with a broken leg amongst other things and need something to pass my time instead of moping around. So, i have created a website with a wysiwyg website builder. Now the problem i am facing is that i cannot for the life of me teach myself how to code a search field in which once data has been entered and the search button has been clicked, it recalls data 'listings' and displays them. As you would understand this is the simple part. I want it to bring up listing according to relevance. Here is an example of exactly what im trying to do: http://www.tesco.com/storeLocator/ If you click on that link: tesco store locator... you should be able to see what i mean. Please input L152HU as a post code. I dont require the map etc, all i require is the 'Search by town or postcode to find a Tesco store near you:' field in which once the post code has been entered the data is then displayed according to which store is nearest to you. Is there anyone who can help me get a start on how to do this... or where i can find a template code for this? As i cannot continue my project without creating this page. All help will greatly be appreciated, Many Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.