I am also having problems with the font size in each link. As you go down the page the fonts increase in size. I use 1.25em for the main link and 1.00 for the sub link.
For your first quest:
I checked source code & nothing like menu-1 exists in your source code on website you've posted.
For your second quest:
I guess that menu-3 is sub menu of menu-2 and you are not closing <div> tags! Like, menu-3 doesn't ends, so all tags below it comes under it....
Thanks for your reply. I followed your suggestion by changing all the menu divs to end with </ul> and </div> it worked a treat. I was left with bullet points but I copied the code in my main nav bar for getting rid of them.
NO deepode!
For <ul> unordered/bullets or <ol> ordered/numbered LISTS it is list-style: none.
Values for text-decoration: none underline overline line-through blink [deprecated] inherit -- would be used on text or links.
Last edited by auntnini; 10-13-2012 at 04:51 PM.
Reason: refine
oh, thanks. :P actually i was writing "text-decoration:none;" many time for <a> tags.. he he.
Now to the main point....
@tonyWebb,
You can tell him to enter date while uploading in one sure method like, dd/mm/yyyy or mm/dd/yyyy then through javascript you can broke date in two parts. Instead of dd/mm/yyyy you can tell user to type date in text input filed as dd/mm.yyyy, so in javascript you can take input as array so you can easily broke(using indexOf (imn't sure about spelling )) that input into dd, mm & yyyy. Instead using arrays you can also use string methods. Then using for loops....to check all dates and after it you can post it. .
Hope it helps and i may also try to give you code.
Bookmarks