As a non web programmer I am trying to get following 2 frames in there instead of the cam and buienradar ( I like the weeronline ones )
I managed to do it by creating an additional Iframe ( 8A ), but I like the idea of having them clickable ( the onClick="lightbox_open function ), but I was unable to get this function the "div style" sofar.
Also, anyone found a nice way to get the date/time in a frame ?, I tried several options, but could not find a real nice one
<div style="font-family: Arial;background-color: #fbfbfb;border: 1px solid #e7e7e7;width: 289px;height: 216px;-moz-box-shadow: 0 0 2px 1px #e7e7e7;-webkit-box-shadow: 0 0 2px 1px #e7e7e7;box-shadow: 0 0 2px 1px #e7e7e7;overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;"><div style="width: 170px;height: 265px;margin-left: 59px;"><div style="margin:7px 10px;"><div style="color: #222222;font-family: Arial;font-size: 12px;font-weight: bold;margin: 0px 0px 7px 0px;line-height: 14px;">Regenradar<br/><span style="font-weight:normal;">Nederland</span></div><iframe id="widget-frame" src="
http://www.weeronline.nl/Go/ExternalWid ... ings=False" width="150" height="150" frameborder="0" scrolling="no" style="border: none;" allowtransparency="true"></iframe><a href="
http://www.weeronline.nl/regenradar/Nederland/135" style="background: url(
http://www.weeronline.nl/Shared/Images/ ... _trans.png) no-repeat scroll left 1px transparent;color: #0160b2;font-family: Arial;font-size: 12px;font-weight: normal;padding-left: 14px;margin: 7px 0px 5px 0px;line-height: 12px;outline: none;text-decoration: none;display: inline-block;" target="_blank">Regenradar Nederland</a><a href="
http://www.weeronline.nl/" style="display: block;height: 25px;width: 113px;margin: 0px 10px 8px 0px;outline: none;text-decoration: none;" title="weeronline.nl Altijd jouw weer" target="_blank"><img src="
http://www.weeronline.nl/Shared/Images/ ... -color.png" width="113" height="25" alt="weeronline.nl Altijd jouw weer" style="border: none;background-color: transparent;box-shadow: none;" /></a></div></div></div>
And
<div style="font-family: Arial;background-color: #fbfbfb;border: 1px solid #e7e7e7;width: 289px;height: 216px;-moz-box-shadow: 0 0 2px 1px #e7e7e7;-webkit-box-shadow: 0 0 2px 1px #e7e7e7;box-shadow: 0 0 2px 1px #e7e7e7;overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;"><div style="width: 160px;height: 216px;margin-left: 66px;"><div style="margin:7px 10px;"><div style="color: #222222;font-family: Arial;font-size: 12px;font-weight: bold;margin: 0px 0px 7px 0px;line-height: 14px;">Weersverwachting<br/><span style="font-weight:normal;">Den Haag</span></div><iframe id="widget-frame" src="
http://www.weeronline.nl/Go/ExternalWid ... ings=False" width="140" height="142" frameborder="0" scrolling="no" style="border: none;" allowtransparency="true"></iframe><a href="
http://www.weeronline.nl/Europa/Nederla ... ag/4057864" style="background: url(
http://www.weeronline.nl/Shared/Images/ ... _trans.png) no-repeat scroll left 1px transparent;color: #0160b2;font-family: Arial;font-size: 12px;font-weight: normal;padding-left: 14px;margin: 7px 0px 5px 0px;line-height: 12px;outline: none;text-decoration: none;display: inline-block;" target="_blank">Weeronline.nl - Meer weer in Den Haag</a><a href="
http://www.weeronline.nl/" style="display: block;height: 25px;width: 113px;margin: 0px 10px 8px 0px;outline: none;text-decoration: none;" title="weeronline.nl Altijd jouw weer" target="_blank"><img src="
http://www.weeronline.nl/Shared/Images/ ... -color.png" width="113" height="25" alt="weeronline.nl Altijd jouw weer" style="border: none;background-color: transparent;box-shadow: none;" /></a></div></div></div>
Alex