[thelist] DHTML Question

Steve James steve at epicunion.com
Thu Jul 7 13:46:08 CDT 2005


I want to make a global change to all divs using javascript, but they 
don't have ID's (trying to make this XHTML compliant). Is there a way to 
do something to the affect of:

document.div.style.visibility = "hidden";

Thanks so much.

---

Steve James
Epic Union Designs
steve at epicunion.com
http://www.epicunion.com

"Web design, development, and hosting rolled up into one nifty package!" Epic Union.



Stefan Schwarzer wrote:

> Great, thanks a lot!!!
>
>
>> Hi Stephan -
>>
>> I removed the set of <div> tags in the middle of the code, and  added 
>> a <br
>> clear="all"> at the end, and it might be what you are after.
>>
>> HTH,
>>
>> Todd
>>
>>
>> <div class="blogbody"><h3 class="title">Endlich unterwegs&nbsp;</ 
>> h3><img
>> src="C899007769/E20050702135718/Media/DSC_0023_1.jpg" height="250"
>> width="379" alt="" />Da sind wir also endlich auch zu dritt mit dem  Bus
>> unterwegs. Die warmen sommerlichen Temperaturen erlauben der  Kleinen 
>> das
>> "Nacktbaden" im Bus. Sie scheint's zu geniessen.
>> <br clear="all">
>> </div>
>>
>>
>>
>>
>> -----Original Message-----
>> From: thelist-bounces at lists.evolt.org
>> [mailto:thelist-bounces at lists.evolt.org] On Behalf Of Stefan Schwarzer
>> Sent: Thursday, July 07, 2005 2:14 AM
>> To: thelist at lists.evolt.org
>> Subject: [thelist] CSS to draw box with image inside
>>
>> Hi,
>>
>> I have a problem with the CSS. In principal not too difficult, I'd  
>> thought.
>> I just want that some text and an image stays within a box.
>> But I don't know why, the photo always "leaves" the (red) box. (see
>> screenshot attached) Any idea what I do wrong?
>>
>> Thanks for your input.
>>
>> Stef
>>
>>
>>
>>      img {
>>          float: right;
>>          margin-left: 10px;
>>          margin-bottom: 10px;
>>          padding: 3px;
>>          border: 2px solid rgb(0, 0, 0);
>>          display: inline;
>>      }
>>
>>      .blogbody {
>>          font-family: georgia, serif;
>>          color: #333;
>>          font-size: 80%;
>>          font-weight: normal;
>>            background: #dd9;
>>            padding: 10px;
>>            display: block;
>>            border: 1px solid #f00;
>>          }
>>
>>
>> ---------------------------------------------------------------------- 
>> -- 
>>
>> <div class="blogbody">
>>
>> <h3 class="title">  Endlich unterwegs&nbsp;</h3> <br /> <div>
>>    <img src="C899007769/E20050702135718/Media/DSC_0023_1.jpg"
>> height="250" width="379" alt="" />  Da sind wir
>>    also endlich auch zu dritt mit dem Bus unterwegs. Die warmen  
>> sommerlichen
>>    Temperaturen erlauben der Kleinen das "Nacktbaden" im Bus. Sie  
>> scheint's
>> zu
>>    geniessen.
>> </div>
>>
>> </div>
>>
>>
>>
>>
>> -- 
>>
>> * * Please support the community that supports you.  * *
>> http://evolt.org/help_support_evolt/
>>
>> For unsubscribe and other options, including the Tip Harvester
>> and archives of thelist go to: http://lists.evolt.org
>> Workers of the Web, evolt !
>>
>


More information about the thelist mailing list