http://www.lgf.org.uk/
The biggest site I've constructed using CMS Made Simple to date. Probably the biggest charity of their kind in Europe.
It contains thousands of items of content, and is nowhere near finished yet!
I've some experimentation with the news module, creating a specific template which dynamically writes jQuery Javascript, as well as html, to drive the news switcher on the homepage which can include as many or as few news items as they like simply by adding or removing news items from a special category.
The site was constructed and populated with the main bulk of the content in just 2 weeks time. This was largley made possible by just how easy to work with and customise CMS Made Simple is.
Any feedback welcome.
The Lesbian and Gay Foundation
-
- Forum Members
- Posts: 42
- Joined: Wed Nov 10, 2004 10:17 pm
Re: The Lesbian and Gay Foundation
Hi Matt,
Looks good, nice layout especially.
Couple of constructives: The font seems a bit big on the news story headlines. The emboldened font on the sub menu rolloverss makes the whole thing expand which I personally don't like. One last thing is very strange to have no footer at all, I almost feel like I'm missing something?
Like you say, not finished but really good to see so much in a short time.
Looks good, nice layout especially.
Couple of constructives: The font seems a bit big on the news story headlines. The emboldened font on the sub menu rolloverss makes the whole thing expand which I personally don't like. One last thing is very strange to have no footer at all, I almost feel like I'm missing something?
Like you say, not finished but really good to see so much in a short time.
Re: The Lesbian and Gay Foundation
I like it, good use of colour and great layout.
My only comment is with the text in the secondary menu (with the pink background). I don't think it needs to be styled bold on hover as it 'nudges' the rest of the tabs along.
My only comment is with the text in the secondary menu (with the pink background). I don't think it needs to be styled bold on hover as it 'nudges' the rest of the tabs along.
Re: The Lesbian and Gay Foundation
Love your website
Could you explain how you can achieve the Rounded-corner-tabs that you nicely added for the Menu Parents? could you release the Menu template for that?
Would appreciate it!
Thanks!
Could you explain how you can achieve the Rounded-corner-tabs that you nicely added for the Menu Parents? could you release the Menu template for that?
Would appreciate it!
Thanks!
Re: The Lesbian and Gay Foundation
Done with CSS... plus a bunch of other stuff for hover, but that doesn't work in IE6...
#header li {
float:left;
background:url("uploads/images/left_both.gif") no-repeat left top;
margin:0 0 0 6px;
padding: 0 0 0px 9px;
}
#header a {
float:left;
display:block;
width:.1em;
background:url("uploads/images/right_both.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
font-weight:bold;
color:#fff;
white-space:nowrap;
}
#header li {
float:left;
background:url("uploads/images/left_both.gif") no-repeat left top;
margin:0 0 0 6px;
padding: 0 0 0px 9px;
}
#header a {
float:left;
display:block;
width:.1em;
background:url("uploads/images/right_both.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
font-weight:bold;
color:#fff;
white-space:nowrap;
}