![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread |
|
|
PM User | #16 | |
|
New Coder ![]() Join Date: Oct 2009
Posts: 75
Thanks: 5
Thanked 0 Times in 0 Posts
![]() |
Quote:
Perhaps it's flawed. |
|
|
|
|
|
|
PM User | #17 | |
|
Regular Coder ![]() Join Date: Oct 2008
Location: Everywhere and nowhere...but mostly I'm in Ohio.
Posts: 869
Thanks: 8
Thanked 155 Times in 154 Posts
![]() |
Quote:
__________________
See Mediocrity in its Infancy || Seek and you shall find... basically: free web tutorials | free hosting (1) (2)| view your page cross-browser/cross-platform It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
|
|
|
|
|
|
|
PM User | #18 |
|
New Coder ![]() Join Date: Oct 2009
Posts: 75
Thanks: 5
Thanked 0 Times in 0 Posts
![]() |
I'm actually interested in a conversation about it. From a design perspective I think its currently a little ugly. However, I fear that since he doesn't have an online store that he will lose potential customers who may not follow through with an email. If its not quickly available to do so.
|
|
|
|
|
|
PM User | #19 |
|
New Coder ![]() Join Date: Oct 2009
Posts: 75
Thanks: 5
Thanked 0 Times in 0 Posts
![]() |
I've made a few changes that I think have effectively made the site more visually appealing. Always appreciate and open to feedback. I also took the advice on the contact forms, and think that's probably a good thing.
|
|
|
|
|
|
PM User | #20 | ||
|
New Coder ![]() Join Date: Oct 2009
Posts: 75
Thanks: 5
Thanked 0 Times in 0 Posts
![]() |
Quote:
Quote:
|
||
|
|
|
|
|
PM User | #21 |
|
Regular Coder ![]() Join Date: Oct 2008
Location: Everywhere and nowhere...but mostly I'm in Ohio.
Posts: 869
Thanks: 8
Thanked 155 Times in 154 Posts
![]() |
His increased responses could have to do entirely with SEO/page ranking or even just the more legitimate look and feel of the new site for all we know. He is making a leap in logic that might not be warranted.
Has he had increased TRAFFIC as well or just an increase in response? That will be important to determine if SEO has played a role. You'll really never be able to pin down any change related specifically to the site design though. At any rate, were it my client I would recommend that they at least give it a try without the recurring contact form. If response dips back down again significantly then you can discuss replacing it. That would be me. Anyway, with regard to the layout, I'm much more pleased with the page width. On the home page the bottom image (two wheels - "PSIMET's Custom 50mm Deep Carbon Clincher wheelset") is too wide for the span class to handle which leaves an overlap on the right-hand side where the image/link breaks out of the containing span. You might want to re-evaluate either the width of that image (reduce it by 4px width in order to compensate for the 2px of border width on each side) or else increase the width of that span by 4px to fit the image/link border into the span. This same issue appears in any case where the image inside of this class of span is also a link - which is most of the time. There is no hover state for the in-page text links. You might want to consider a moderate font color change or perhaps adding text-decoration:underline; as a hover state so that users can see when a link is hovered. Your contact form appears differently between IE7 and FF3 (and probably other browsers, too). On some pages this is a bigger problem than it is on others. The problem is least noticeable on the contact page, but it still appears everywhere. You will need to do some cross-browser tweaking with that form in order to make it fall in line. Other than that and the color issue I mentioned earlier I think it's good.
__________________
See Mediocrity in its Infancy || Seek and you shall find... basically: free web tutorials | free hosting (1) (2)| view your page cross-browser/cross-platform It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
|
|
|
|
| Users who have thanked Rowsdower! for this post: | tspek (11-04-2009) |
|
|
PM User | #22 | |
|
New Coder ![]() Join Date: Oct 2009
Posts: 75
Thanks: 5
Thanked 0 Times in 0 Posts
![]() |
Quote:
I'll re-approach it in a few weeks when his organic traffic goes up, because it will go up (his last site was horrible SEO-wise) Re: Linked images...that was another thing I removed before but for some reason i managed to upload an outdated CSS. I have removed the link border from the images so i don't think it's an issue anymore. As for the form width, it's set to a specific width via HTML and I can't seem to replicate this. Would you mind posting a screen shot?? The hover state was always meant to be red, typo in the CSS fixed that...thanks |
|
|
|
|
|
|
PM User | #23 |
|
Regular Coder ![]() Join Date: Feb 2009
Location: West Yorkshire
Posts: 623
Thanks: 7
Thanked 154 Times in 154 Posts
![]() |
I like the gradient background you've added, makes the whole site look smarter.
The contact form message box is being thrown a bit by: Code:
<textarea name="Message" rows="5px" cols="90px"></textarea> |
|
|
|
|
|
PM User | #24 | |
|
New Coder ![]() Join Date: Oct 2009
Posts: 75
Thanks: 5
Thanked 0 Times in 0 Posts
![]() |
Quote:
Last edited by tspek; 11-04-2009 at 09:00 PM.. |
|
|
|
|
|
|
PM User | #25 | |
|
Regular Coder ![]() Join Date: Oct 2008
Location: Everywhere and nowhere...but mostly I'm in Ohio.
Posts: 869
Thanks: 8
Thanked 155 Times in 154 Posts
![]() |
Quote:
Screen shots are attached for a view from the home page. The first is IE7 and the second is FF3.
__________________
See Mediocrity in its Infancy || Seek and you shall find... basically: free web tutorials | free hosting (1) (2)| view your page cross-browser/cross-platform It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
|
|
|
|
|
|
|
PM User | #26 | |
|
Comrade Grammar Nazi ![]() ![]() Join Date: Oct 2007
Location: Do you know where Nazi Zombies come from?
Posts: 2,216
Thanks: 13
Thanked 182 Times in 180 Posts
![]() |
Quote:
rows and cols are required attributes. CSS overrides them.
__________________
Cyan Light Industries | It's Firefox, just easier on the eyes Follow me on Twitter |
|
|
|
|
|
|
PM User | #27 | |
|
Regular Coder ![]() Join Date: Oct 2008
Location: Everywhere and nowhere...but mostly I'm in Ohio.
Posts: 869
Thanks: 8
Thanked 155 Times in 154 Posts
![]() |
Quote:
Thanks!
__________________
See Mediocrity in its Infancy || Seek and you shall find... basically: free web tutorials | free hosting (1) (2)| view your page cross-browser/cross-platform It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
|
|
|
|
|
|
|
PM User | #29 | ||
|
Master Coder ![]() Join Date: Mar 2007
Location: God's own country
Posts: 8,976
Thanks: 142
Thanked 1,192 Times in 1,184 Posts
![]() ![]() ![]() ![]() |
Quote:
__________________
Quote:
|
||
|
|
|
|
|
PM User | #30 | |
|
Regular Coder ![]() Join Date: Feb 2009
Location: West Yorkshire
Posts: 623
Thanks: 7
Thanked 154 Times in 154 Posts
![]() |
Quote:
If you are additionally setting the height/width of the textarea via css, then this will override the rows/cols. You don't have any such settings in your css, hence in your case rows/cols will have an effect. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Rate This Thread | |
|
|