iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-12-2005, 11:00 PM
WebProWorld Pro
 
Join Date: Oct 2004
Location: NYC, USA
Posts: 147
web-content-king RepRank 0
Default CSS layout

OK, forgive me if this innappropriate, and let me know if I should post elsewhere, but does anyone know why the bottom footer of your page layout might ride up the page in a pure CSS layout?

Could anyone take a quick look at my new page and see if they have any ideas? (note: there's a table in the middle, which I put there when working on this on the fly, but that isn't what's causing the problem)

http://upmarketcontent.com/demo/

I've tried everything...it was h*ll just to get the top to work in all browsers...IE was of course the big culprit, but then Opera got very finnicky with the workarounds we had to use for IE.

Second question: do you think the footer looks bad?
Reply With Quote
  #2 (permalink)  
Old 03-13-2005, 08:04 PM
ADAM Web Design's Avatar
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

You've got a space or a piece of code or something at the bottom of the page that reveals itself when you do a "Select All". I can't see what it is per se, but I can see some things it might be.

Did you try getting rid of that stats counter? I would guess that it's your problem since it falls outside of your Page div.

Also, you should have all of your attributes closed in quotes and using lower case. That probably isn't it, but it's just good coding practice.

You've also got some other JScript errors that may be contributing to your problems.

Normally I wouldn't point this out, but since it's your business, you do have a typo in the following paragraph:

"Show me how my business's content can make more money. email me the twice-monthly UpMarket Content TipSheet."

"Email" should be capitalized. It's the one just above the footer, not the one in the top left.
Reply With Quote
  #3 (permalink)  
Old 03-13-2005, 11:00 PM
WebProWorld Pro
 
Join Date: Aug 2003
Location: California,USA
Posts: 294
drummin RepRank 0
Default

More than likely it is one of these problems that is throwing things off.

[Error] Line (104): Required attribute "type" not found within tag <input>
[Error] Line (106): Required attribute "type" not found within tag <input>
[Error] Line (107): Required attribute "type" not found within tag <input>
[Error] Line (110): Required attribute "type" not found within tag <input>
[Error] Line (112): Required attribute "type" not found within tag <input>
[Error] Line (155): Required attribute "type" not found within tag <input>
[Error] Line (183): Required end tag </span> not found
[Warning] Line (49): End tag </p> without start tag
[Warning] Line (61): End tag </p> without start tag
[Warning] Line (122): End tag </p> without start tag
[Warning] Line (182): End tag </p> without start tag
[Warning] Line (192): Illegal symbol / within tag
Reply With Quote
  #4 (permalink)  
Old 03-13-2005, 11:28 PM
WebProWorld Pro
 
Join Date: Oct 2004
Location: NYC, USA
Posts: 147
web-content-king RepRank 0
Default

Quote:
Originally Posted by ADAMWebDesign
Also, you should have all of your attributes closed in quotes and using lower case.
You mean the CSS attributes? Shoot. I thought I had that one taken care of...do you remember where those problems were? In the page body or in the columns and other layout items? If it's the page body itself it might be some old code that escaped the revamp, when I copied and pasted content from the old to the new. You see where doing something wrong once in the past creates problems down the line even when you change your ways.

Quote:
Originally Posted by ADAMWebDesign
Normally I wouldn't point this out, but since it's your business, you do have a typo in the following paragraph:

"Show me how my business's content can make more money. email me the twice-monthly UpMarket Content TipSheet."

"Email" should be capitalized. It's the one just above the footer, not the one in the top left.
Thank you for pointing that out. You SHOULD point stuff like that out normally; it is something that affects the credibility of the site in the minds of many visitors no matter the market sector of the website. Plus, many people spell and write about as well as I code, so pointing out those errors really is as helpful as pointing out coding errors; more really, since the code errors don't normally affect the appearance of the website while you can't hide the typos.

My vanity forces me to say that this is just a staging page, not one that's linked to anywhere on the current page; it hasn't been copyedited. The error arose during a find and replace that apparantly wasn't case-sensitive.

I wish this thing had spell-check; I'm a little self-conshuss now. :)
Reply With Quote
  #5 (permalink)  
Old 03-13-2005, 11:38 PM
WebProWorld Pro
 
Join Date: Aug 2003
Location: California,USA
Posts: 294
drummin RepRank 0
Default

<table border=0 align="ccenter" cellspacing=10 align="top" width=400>

Extra "c" in align and not quoted in some of the other attributes.
Reply With Quote
  #6 (permalink)  
Old 03-14-2005, 04:25 AM
WebProWorld Pro
 
Join Date: Oct 2004
Location: NYC, USA
Posts: 147
web-content-king RepRank 0
Default

I think I got it. It's so simple, I could cry, but I don't think it's the "validating" solution. Still, it looked good on every browser on browsercam.com

I just set a value for the height of the left-most box. It doesn't matter what the actual height is, the footer follows it.

I fixed all the actual validation errors just for the sake of it (quotes missing etc. I didn't fix since I will be updating the page content soon anyway). Did not affect the appearance one bit, as you would expect with validation errors. But I did discover one problem in my CRM that was causing a semi-important javascript no script to be ruined, so I gained that.

thanks for all your help.
Reply With Quote
  #7 (permalink)  
Old 03-14-2005, 06:05 AM
Faglork's Avatar
WebProWorld Veteran
 
Join Date: Feb 2005
Location: Forchheim, Germany
Posts: 936
Faglork RepRank 1
Default

Quote:
Originally Posted by web-content-king
Did not affect the appearance one bit, as you would expect with validation errors.
[Warning] Line (49): End tag </p> without start tag
[Warning] Line (61): End tag </p> without start tag
[Warning] Line (122): End tag </p> without start tag
[Warning] Line (182): End tag </p> without start tag

will in most cases have all sorts of strange side effects, especially in connection with <form>

Validation is NOT for visual appearance, BTW. However, if you do have problems, it is usually best to fix the obvious errors first, because you never know what kind of side effects you get. I've seen a lot of mysterious things which went away by simply validating the code.

On a completely different level: If you name yourself "Website Content Provider", at least the content should be error-free, don't you think? Otherwise, you give your competition a head start by letting them point out that you even don't care about simple HTML issues.

Since validation is really no big deal, I would do it habitually.

Alex
Reply With Quote
  #8 (permalink)  
Old 03-14-2005, 11:33 AM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,167
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default Errors

There are 80 errors and 23 other minor issues which must be fixed. And that in concerns of SEO, browsers compatibility, etc.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:44 AM.



Search Engine Optimization by vBSEO 3.3.0