inherit
159666
0
Oct 14, 2015 23:11:26 GMT -8
Piccadilly
62
October 2010
piccadilly
|
Post by Piccadilly on Mar 8, 2011 8:16:12 GMT -8
Hi, I hope that I'm posting my problem to the right board.. So, I don't know much about coding, and I have made a website by using free html template. riimusudet.net/2011kokeilu.htmlOn the menu bar I have those links that say ''kontakti, muuta, liity, maailma, lauma, etusivu''. At first on the CSS template those links were set to the left. After setting those links to the right, the order of those links got inverse. So actually the links should be ''etusivu, lauma, maailma, liity, muuta, kontakti''. I (may) have figured out that it has something to do with the list property (ul li), but I don't know how to fix the problem. Is there a way to get the order of the links back to the way it should be by doing modifications to CSS, without having to change anything on the html ? I would be very grateful if someone had time to help me. I'm sorry for my bad English. :C
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 8, 2011 9:11:00 GMT -8
I don't know how this could be fixed with CSS.. it appears to be a peculiarity of the UL element.
|
|
inherit
159666
0
Oct 14, 2015 23:11:26 GMT -8
Piccadilly
62
October 2010
piccadilly
|
Post by Piccadilly on Mar 8, 2011 9:14:54 GMT -8
..So the only way how I could get the links to the correct order when they r placed to the right is to take the UL element entirely off from the html ?
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 8, 2011 9:25:08 GMT -8
Probably. I honestly don't even know why they're in a list. They're both difficult to style and unnecessary unless you're using drop-down menus.
|
|
inherit
159666
0
Oct 14, 2015 23:11:26 GMT -8
Piccadilly
62
October 2010
piccadilly
|
Post by Piccadilly on Mar 8, 2011 10:04:35 GMT -8
Okies. Thanks a lot for your help ! (:
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 8, 2011 10:57:16 GMT -8
No problem
|
|