![]() | |
#11
| |||
| |||
|
|
On 12 Apr 2008, Neredbojias <me@http://www.neredbojias.com/_eml/fliam.php wrote: Is it possible to replicate my expanding cell example without javascript? Okay, I did a little putzin' with your page. -Didn't check for any extant errors, but replaced j/s with ss. See it here: http://www.neredbojias.com/tsttst/expand_ex.php -- Neredbojias http://www.neredbojias.com/ Great sights and sounds |

#12
| |||
| |||
|
|
Hi Guys, I have developed some code that allows me to create transparent tables, however some of these tables need to be able to expand and shrink. I can do it but it requires javascript to document.write certain parts of the html differently depending on browser type. THE QUESTION: Is it possible to replicate my expanding cell example without javascript? THE EXAMPLE URL: http://www.microbuild.com/microbuild...d_example.html Many thanks Andy |
#13
| |||
| |||
|
|
Is it possible to replicate my expanding cell example without javascript? Okay, I did a little putzin' with your page. -Didn't check for any extant errors, but replaced j/s with ss. See it here: http://www.neredbojias.com/tsttst/expand_ex.php Thanks for looking, coding and replying. Your example works in FireFox but not in IE7... welcome to THE PROBLEM... hehe |
#14
| |||
| |||
|
|
On 13 Apr 2008, "Andrew Bailey" <andy (AT) REMOVETOEMAILMEmanyplay (DOT) com wrote: Is it possible to replicate my expanding cell example without javascript? Okay, I did a little putzin' with your page. -Didn't check for any extant errors, but replaced j/s with ss. See it here: http://www.neredbojias.com/tsttst/expand_ex.php Thanks for looking, coding and replying. Your example works in FireFox but not in IE7... welcome to THE PROBLEM... hehe Hehehe, IE is always good for a novel challenge. Try 'er agin: http://www.neredbojias.com/tsttst/expand_ex.php -- Neredbojias http://www.neredbojias.com/ Great sights and sounds |

#15
| |||
| |||
|
|
Hi Guys, I have developed some code that allows me to create transparent tables, however some of these tables need to be able to expand and shrink. I can do it but it requires javascript to document.write certain parts of the html differently depending on browser type. THE QUESTION: Is it possible to replicate my expanding cell example without javascript? THE EXAMPLE URL: http://www.microbuild.com/microbuild...d_example.html |
#16
| |||
| |||
|
|
"Andrew Bailey" <andy (AT) REMOVETOEMAILMEmanyplay (DOT) com> wrote in news:HUILj.54276$Ge4.16487 (AT) newsfe1-win (DOT) ntli.net: Hi Guys, I have developed some code that allows me to create transparent tables, however some of these tables need to be able to expand and shrink. I can do it but it requires javascript to document.write certain parts of the html differently depending on browser type. THE QUESTION: Is it possible to replicate my expanding cell example without javascript? THE EXAMPLE URL: http://www.microbuild.com/microbuild...d_example.html If what you are attempting to do is have different content for IE then other browsers, then the answer may be the use of conditional comments. !--[if !IE]> <-- div>This content is for non-IE browsers.</div !--> <![endif]-- !--[if IE] div>This content is for IE browsers.</div ![endif]-- -- BootNic Sunday April 13, 2008 2:13 PM A person without a sense of humor is like a wagon without springs, jolted by every pebble in the road. *Henry Ward Beecher* |

#17
| |||
| |||
|
|
Hi Guys, I have developed some code that allows me to create transparent tables, however some of these tables need to be able to expand and shrink. I can do it but it requires javascript to document.write certain parts of the html differently depending on browser type. THE QUESTION: Is it possible to replicate my expanding cell example without javascript? THE EXAMPLE URL: http://www.microbuild.com/microbuild...d_example.html Many thanks Andy |
#18
| |||
| |||
|
|
Hi G&G, I have solved the problem and hence award myself the cigar ![]() Take a peek... http://www.microbuild.com/microbuild...d_example.html Andy "Andrew Bailey" <andy (AT) REMOVETOEMAILMEmanyplay (DOT) com> wrote in message news:HUILj.54276$Ge4.16487 (AT) newsfe1-win (DOT) ntli.net... Hi Guys, I have developed some code that allows me to create transparent tables, however some of these tables need to be able to expand and shrink. I can do it but it requires javascript to document.write certain parts of the html differently depending on browser type. THE QUESTION: Is it possible to replicate my expanding cell example without javascript? THE EXAMPLE URL: http://www.microbuild.com/microbuild...d_example.html |
#19
| |||
| |||
|
|
You know smoking is bad for you, well anyway don't puff that cigar yet! Don't you try your "solution" with JavaScript disabled. I thought no. Maybe you should see for yourself before you "light up". -- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com |
#20
| |||
| |||
|
|
Andrew Bailey wrote: I have solved the problem and hence award myself the cigar ![]() "is non-corruptable and does not rely on javascript or css trickery... Cool eh?." No. and when JavaScript is disabled, nothing happens. <smirk/ Back to the drawing board, bub. I'll take that cigar. (btw, JavaScript has two capital letters in it.) -- -bts -A woman is just a woman, but a good sigline is a smoke! |

![]() |
| Thread Tools | |
| Display Modes | |
| |