W
ebFX
W
ebBoard
Message Thread:
View
All Messages
Back to
WebFX
Little stupid question about height attribute
, Tom, March 12, 2005
Re:Little stupid question about height attribute, mijack, March 13, 2005
Re:Little stupid question about height attribute
, vanchuck, March 18, 2005
Subject:
Re:Little stupid question about height attribute
From:
mijack
Date:
March 13, 2005
Hi,
'height=' is an attribute that works only with IE. The real standard which has to be used is this one :
<table width="100%" style="height: 100%">
Like this, it should work on all browsers.
R
eply
Name:
Email:
Subject:
Enter your reply to this message below. HTML tags are not supported but words that start with
http://
,
ftp://
or
mailto:
are converted to links.
Hi, 'height=' is an attribute that works only with IE. The real standard which has to be used is this one : <table width="100%" style="height: 100%"> Like this, it should work on all browsers.
View
All Messages
Back to
WebFX