Click here to Skip to main content
15,909,437 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ASP - ms access relationships querry?!?! Pin
Michael P Butler8-May-03 5:26
Michael P Butler8-May-03 5:26 
GeneralRe: ASP - ms access relationships querry?!?! Pin
Sarvesvara (BVKS) Dasa8-May-03 7:09
Sarvesvara (BVKS) Dasa8-May-03 7:09 
GeneralASP href question Pin
blindzebra6-May-03 12:16
blindzebra6-May-03 12:16 
GeneralRe: ASP href question Pin
Sarvesvara (BVKS) Dasa6-May-03 18:00
Sarvesvara (BVKS) Dasa6-May-03 18:00 
GeneralRe: ASP href question Pin
blindzebra3-Jun-03 5:37
blindzebra3-Jun-03 5:37 
GeneralRe: ASP href question Pin
Sarvesvara (BVKS) Dasa3-Jun-03 9:06
Sarvesvara (BVKS) Dasa3-Jun-03 9:06 
GeneralHelp with DHTML and Javascript Pin
Bulldogman6-May-03 3:44
Bulldogman6-May-03 3:44 
GeneralRe: Help with DHTML and Javascript Pin
alex.barylski6-May-03 5:55
alex.barylski6-May-03 5:55 
I'm not sure what your after, but...

<div style="width:100%">
  <img src="head_banner.gif"/>
</div>
<div id="bodymain" style="width: 100%; height: 10px">
This is some dynamic content<br>
</div>
<div style="width:100%">
  <img src="foot_banner.gif"/>
</div>
<input type="button" value="Click to see width and height of content" onClick="alert(document.getElementById(bodymain).style.pixelWidth);"/>



I'm pretty sure that pixelWidth is a property, but it might only work in IE...

pixelHeight should return height...

You might have to enclose bodymain in quotes...

I think thats what your trying to do??

I'm confused as to why you don't use tables tho...?

Cheers

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
Generalimege resizing Pin
Anonymous5-May-03 15:36
Anonymous5-May-03 15:36 
GeneralRe: imege resizing Pin
Roger Wright5-May-03 21:37
professionalRoger Wright5-May-03 21:37 
GeneralRe: imege resizing Pin
alex.barylski6-May-03 6:17
alex.barylski6-May-03 6:17 
GeneralRe: imege resizing Pin
Anonymous6-May-03 8:11
Anonymous6-May-03 8:11 
GeneralRe: imege resizing Pin
Anonymous9-May-03 4:13
Anonymous9-May-03 4:13 
Generalcgi refresh question Pin
bob_brown_20005-May-03 8:30
bob_brown_20005-May-03 8:30 
GeneralRe: cgi refresh question Pin
markkuk5-May-03 11:57
markkuk5-May-03 11:57 
GeneralRe: cgi refresh question Pin
bob_brown_20005-May-03 12:27
bob_brown_20005-May-03 12:27 
GeneralInterdev Environment Pin
Touson2-May-03 3:28
Touson2-May-03 3:28 
GeneralRe: Interdev Environment Pin
Roger Wright2-May-03 7:13
professionalRoger Wright2-May-03 7:13 
GeneralRe: Interdev Environment Pin
Touson2-May-03 8:24
Touson2-May-03 8:24 
GeneralCGI programming Pin
K. Shaffer1-May-03 16:08
K. Shaffer1-May-03 16:08 
GeneralRe: CGI programming Pin
Jon Sagara1-May-03 18:25
Jon Sagara1-May-03 18:25 
GeneralRe: CGI programming Pin
K. Shaffer1-May-03 18:37
K. Shaffer1-May-03 18:37 
GeneralGenerate a word file from browser. Pin
George229-Apr-03 17:51
George229-Apr-03 17:51 
GeneralRe: Generate a word file from browser. Pin
wrda29-Apr-03 22:41
wrda29-Apr-03 22:41 
GeneralRe: Generate a word file from browser. Pin
George230-Apr-03 2:13
George230-Apr-03 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.