Page 1 of 1
New CMSMS website for Changing Constants
Posted: Mon Mar 05, 2007 11:02 pm
by Sub_Kovert
Just finished a rebuild of our website at
http://www.changingconstants.co.uk/
Any comments / suggestions welcome especially regarding any browser issues you may find!
Re: New CMSMS website for Changing Constants
Posted: Tue Mar 06, 2007 12:28 am
by Nullig
I like the clean look of the site - not cluttered and easily navigable.
Great job.
Nullig
Re: New CMSMS website for Changing Constants
Posted: Tue Mar 06, 2007 4:45 pm
by neophron
Why don't you style the class="menuactive"?
I noticed that on the contact page the contact.gif within the H1 is bigger than the div class="pageintro"
neophron
Re: New CMSMS website for Changing Constants
Posted: Wed Mar 07, 2007 12:04 am
by Sub_Kovert
Thank you for the replies to my post,
Why don't you style the class="menuactive"?
Thank you for the comment, I did look into doing this but felt it wasn't needed, each page of the site uses a clear h1 header that describes the page content. What are your opinions on this - Do you (or people) think this would be a good option?
I noticed that on the contact page the contact.gif within the H1 is bigger than the div class="pageintro"
Thank you.....This should now be sorted out, I am trying to learn CSS and find it difficult compared to tables.
Re: New CMSMS website for Changing Constants
Posted: Wed Mar 07, 2007 9:42 am
by neophron
Put this to your CSS:
#primary-nav li.menuactive a{
background: #fff; color: #ff9900;
}
On “a list apart” there was a special publication about current navigation
http://www.alistapart.com/articles/keepingcurrent/
neophron
Re: New CMSMS website for Changing Constants
Posted: Sat Mar 10, 2007 12:20 am
by Sub_Kovert
neophron
Thanks for the tip
