Hi,
Is there any way we can make the dive region be linkable? Like the sidebar of a site, if somebody clicks on this can t be taken to a specific url?
Thanks!
Zepho
Ya, you can do this by just setting the anchor within the div/element
to 'display:block;
#sidebarContent a { display:block;}
Hope it helps!
Thanks
Soara