Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-03-17 17:08:41
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
My First Site (and first TXP site)
This is the first site I have ever done…with any amount of effort/from scratch anyhow. Please be very gentle but also critical too, as I really would appreciate some constructive criticism. I have some links and content to add, but the site is generally done. I need to fix the messy links (the site is running on IIS6.0) and generally, give it a good run through. I have one big problem. Why is the top/main navigation fine on Mozilla, but too small on IE 6/7 and Opera?
Gallery of Art & Design at NCSU
Thanks,
BlueLena
Last edited by bluelena69 (2006-03-17 17:09:06)
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
#2 2006-03-17 17:54:31
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: My First Site (and first TXP site)
To me the navigation looks fine in all three browsers.
Just one thing: /* based on MapleLeaf template by Kaushal Sheth*/
shouldn’t be in your page code, it’s showing in a flash everytime a new page is loaded. Put it in the style sheet.
I also think the W3C images on the bottom are not very nice. Why don’t you use text links?
Otherwise the site looks very nice.
Offline
#3 2006-03-17 18:09:16
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
Re: My First Site (and first TXP site)
Thanks Els!!
I guess I used image links because I simply copied and pasted from the W3C site. It was done last, almost as an afterthought. The reason I posted them was to appease the accessibility police that will be coming around to all campus departments soon. I will remove, as you are the second person to ask about that…
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
Re: My First Site (and first TXP site)
I like it.
there is a small thing which appears on my browser (FF1.5 mac). when i roll over the menu links at the top the whole thing slightly resizes horizontally. It might be there on purpose but i just can’t think how it helps.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#5 2006-03-17 19:00:10
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: My First Site (and first TXP site)
Nicely done!
I did notice that the top menu is shifted slightly to right of center. Also the link and hover properties are not quite the same size so you get a slight “swelling” effect on mouseovers.
As regards the W3C buttons; if you want a button look without the graphics you might try something like these <a href=“http://www.milner.ca/textbuttons.html” title=“Milner.ca html text buttons”>Text Buttons</a> (easily customizeable for colour and size).
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#6 2006-03-17 19:40:35
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
Re: My First Site (and first TXP site)
Thanks for the suggestions. Keep em coming!!! This is really helpful. And thanks to NyteOwl for the great “buttons.” I have added some customized examples and they look great…easy to modify to needs. I am trying to get that nav bar centered. I need to find the css hook. Something I have set up with the rdt_dynamenus plugin has this newbie confused.
Cheers,
BlueLena
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
#7 2006-03-18 00:31:17
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: My First Site (and first TXP site)
bluelena69 wrote:
Thanks for the suggestions. Keep em coming!!! This is really helpful. And thanks to NyteOwl for the great “buttons.” I have added some customized examples and they look great…easy to modify to needs. I am trying to get that nav bar centered. I need to find the css hook. Something I have set up with the rdt_dynamenus plugin has this newbie confused.
On the nav bar try changing the padding on the #navcontainer ul to padding: 0 20px; . “auto” is not a valid argument for padding, it should be a percentage, value (px, em, …) or inherit.
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#8 2006-03-18 01:46:51
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
Re: My First Site (and first TXP site)
You know, the strangest thing is…I have tried any number of things with the navcontainer ul and I cannot get it to budge…there is something weird going on with Firefox and this navigation. Plus, I am seeing a gap left of the navcontainer (about 20px of the background shows through before the nav bar starts) in both IE7 and Opera. Els said it looks fine to him in all three browsers.
Edit: Okay, I got the nav centered, but am still seeing weird things with IE7. Imagine that…
Last edited by bluelena69 (2006-03-18 02:00:33)
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
#9 2006-03-18 08:05:18
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: My First Site (and first TXP site)
There is margin: 10 0 40 0px;
in #navcontainer. Try margin: 10px 0 40px 0;
.
Offline
#10 2006-03-18 15:50:19
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
Re: My First Site (and first TXP site)
Thanks Els. That worked perfectly. I guess that makes sense as proper shorthand CSS. I really need to go back and review the rules for shorthand. I would have never found that.
Blue
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
Re: My First Site (and first TXP site)
I like it, especially the color combination.
Things I would consider changing are:
1. color of the search field. White does not combine well with the rest of the colors
2. justifying the artcile text
Maarten
Offline
Re: My First Site (and first TXP site)
bluelena69, nice to see Textpattern being used at NC State. The gallery site looks splendid. I’ll stop into the gallery next time I’m on campus (I’m esconced in Chapel Hill, but do make it to Raleigh every once in a while).
Offline