Bottom align signatures.

  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 23rd, 2005, 12:56 am

This is just an idea for "short" posts, signatures don't get bumped to the bottom of the post, they more or less float in the middle.

This happens when the posts are only a few lines, and sometimes it's hard to differentiate post and signature.
Pixel Acres V2
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 23rd, 2005, 12:56 am

  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post December 23rd, 2005, 1:59 pm

You've got a short post, and it's bottom aligned. I thought it was always this way? :)
  • pramitroy
  • Guru
  • Guru
  • No Avatar
  • Joined: May 19, 2005
  • Posts: 1284
  • Status: Offline

Post December 23rd, 2005, 2:13 pm

Hmm.. but not yours Axe. I have this little test here
[Dead Link]
Actually this is my question too :?
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post December 23rd, 2005, 2:17 pm

I just checked out your test. In IE it is bottom aligned for both. In Firefox the short post is not bottom aligned so that would need to be addressed. Thanks for pointing it out.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post December 23rd, 2005, 2:18 pm

Yup, all showing bottom aligned for me, but I've been using IE :)
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 23rd, 2005, 7:13 pm

Well that's why! IE is simply no good :iconshaking:
Pixel Acres V2
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post December 23rd, 2005, 9:03 pm

IE works the way BWM intended the site to ;)
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 23rd, 2005, 9:20 pm

that's because it's lax on code.
Pixel Acres V2
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post December 23rd, 2005, 9:38 pm

IE or Ozzu? ;)
  • Funny_Fuzz
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jan 18, 2005
  • Posts: 1517
  • Status: Offline

Post December 23rd, 2005, 10:40 pm

Probably Ozzu he's talking about
THE BEST THINGS IN LIFE ARE FREE...
JOIN THE MEDIASHARK COMMUNITY TODAY!
  • meman
  • Web Master
  • Web Master
  • User avatar
  • Joined: Aug 03, 2004
  • Posts: 3432
  • Loc: London Town , Apples and pears and all that crap
  • Status: Offline

Post December 23rd, 2005, 10:45 pm

It's a catch 22. IE dosnt conform to standards, so peoples code has started to not conform to standards so that it displays correctly in the most common browser (IE). Then when people use FF which conforms to standards sites don't look right and they blame FF.

Most of the XSS exploits are also actually a flaw in the way IE handles code. It makes exceptions for poor coding and tries to second guess what you meant to do instead of displaying the code correctly.
GodBeGone - Atheist Blog
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post December 23rd, 2005, 10:54 pm

I was about to run a test but pramitroy already beat me to it
[Dead Link]

Firefox positioning for the sig seems to be relative to the Avatar table cell. On short posts that do not extend the lines of text beyond the length of the avatar table cell, the sig does not appear valigned=bottom, even though the source code dictates that it should be.

It's only when the post message text extends beyond the avatar table cell height that it is valigned correctly to the bottom.

I believe Firefox is actually reading this correctly. It's the TD tag that is valigned bottom. The sig itself is part of a new table row. It's the table row that should be valigned=bottom, not the TD ellement, however, I'm not sure how valid it is to assign a valign attribute to a TR ellement.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post December 23rd, 2005, 11:08 pm

You're right meman, often I'll write one CSS file on my sites for IE, then another for everything else. the "Everything else" is based on FireFox, but it gets thrown to every non-IE browser.

The script will auto-detect the browser, and send out the appropriate CSS.

In fact, if you look at the Google cache for any page on one of my sites, it's pulling the FireFox CSS, so it looks kinda odd viewing cached pages in IE :)
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 24th, 2005, 12:57 am

Funny_Fuzz wrote:
Probably Ozzu he's talking about


IE actually as the above have stated.
Pixel Acres V2
  • blink182av
  • Guru
  • Guru
  • No Avatar
  • Joined: Jun 27, 2005
  • Posts: 1261
  • Loc: New York
  • Status: Offline

Post December 30th, 2005, 9:19 am

IE has screwed me many times during web development. I like to use CSS a lot, but that just doesn't work correctly on IE. Everything looks perfect on FF, but on IE it looks like Hiroshima in 1945.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 30th, 2005, 9:19 am

Post Information

  • Total Posts in this topic: 15 posts
  • Users browsing this forum: No registered users and 38 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.