Sorry Folks

  • (2 Pages)
  • +
  • 1
  • 2

18 Replies - 2451 Views - Last Post: 23 February 2005 - 11:20 AM

#16 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1981
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Sorry Folks

Posted 22 February 2005 - 09:58 PM

So what's the fix?!?!
Was This Post Helpful? 0
  • +
  • -

#17 cyberscribe   User is offline

  • humble.genius
  • member icon

Reputation: 10
  • View blog
  • Posts: 1,062
  • Joined: 05-May 02

Re: Sorry Folks

Posted 23 February 2005 - 12:16 AM

Ditch that relative suff ... only the middle column is expando. Something like this:

#leftcolumn {
	position: absolute;
	left:10px;
	top:50px;
	width:200px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;

}

#middlecolumn {
	margin-left: 199px;
	margin-right:199px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;


}

#rightcolumn {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;


}

html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}



Note:
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;


is an evil kludge for IE to make it behave.

Thanks to:

http://glish.com/css/7.asp
Was This Post Helpful? 0
  • +
  • -

#18 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1981
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Sorry Folks

Posted 23 February 2005 - 08:43 AM

Hmmmm, I haven't thought about doing the boxes a fixed size... never really wanted to, but it might work... I'll give it a shot.

I reverted the forums back to HTML tables, the homepage is still using divs however.
Was This Post Helpful? 0
  • +
  • -

#19 BlueCube   User is offline

  • THIS IS SPARTAAA
  • member icon

Reputation: 1
  • View blog
  • Posts: 3,594
  • Joined: 19-February 02

Re: Sorry Folks

Posted 23 February 2005 - 11:20 AM

I'm running firefox .9 in OSX 10.3.7 and everything is looking fine on my end.
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2