Dear Mark,
That was beyond the call of duty! Thanks so much. I have copied it and it works fine. I will now work through it to see in detail how it works. Really that is lovely of you. THANKS.
Best regards,
JT
p.s. hope that your weekend went well?
deleted index.php
- jasminetea
- Forum Members
- Posts: 20
- Joined: Mon Aug 06, 2007 11:26 am
Re: deleted index.php
This is the final question. I have worked through your code and not only enjoyed it but learnt at a very fast pace. My question is as I split the site into to main folder EN and DE to hold the different languages, how can I define the class for the second level hierarchy in the CSS i.e. the proxy first level for EN or DE. Does this make any sense?
Your code was
#primary-nav .a1{background-color:#5d5d5d}
#primary-nav .a2{background-color:#727272}
#primary-nav .a3{background-color:#a7a7a7}
so for example, how could I change .a4.1, .a4.2, .a4.3, etc. ? Of course, I will write all of this up for other users once finished. Mark, you have been a tremendous help and can understand if you simply want to call it a day.
Thanks V. Much,
JT
Your code was
#primary-nav .a1{background-color:#5d5d5d}
#primary-nav .a2{background-color:#727272}
#primary-nav .a3{background-color:#a7a7a7}
so for example, how could I change .a4.1, .a4.2, .a4.3, etc. ? Of course, I will write all of this up for other users once finished. Mark, you have been a tremendous help and can understand if you simply want to call it a day.
Thanks V. Much,
JT
Re: deleted index.php
If you go to http://blueoakom.com/ and look at Products you will see a more complex use of this, each link in the list has a on state and off state, one color normal diff. color hover...
As long as you call the specific link you can use any number of styles, from colors to images...
So yes a4.1 will be able to be styled...
I'll put the CSS for that sites menu list on the demo site under blueoakmenu...
As long as you call the specific link you can use any number of styles, from colors to images...
So yes a4.1 will be able to be styled...
I'll put the CSS for that sites menu list on the demo site under blueoakmenu...