PDA

View Full Version : is there possible to have something like this on cmps page ???


radarhunter
07-11-2007, 08:34 AM
I`m attaching a pic you can see it`s function on the website given below.



http://www.msnbc.msn.com/id/19638542/


I mean the new posts from different sections can be displayed there ......

Anyone please tell me how to do this i need this thing badly

cyberphr
07-11-2007, 09:06 AM
View the source.

There's probably some form of script involved, though.

radarhunter
07-11-2007, 09:33 AM
nope nothin` there i tried my level best........

Dismounted
07-11-2007, 09:59 AM
Search for the "vBExternal" hack.

radarhunter
07-11-2007, 10:06 AM
This is the code which was prefix to the titles

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td valign="top"> <ul id="maintab" class="shadetabs"> <li class="selected"> <a href="#" rel="tcontent1">Title 1</a></li> <li> <a href="#" rel="tcontent2">Title 2</a></li> <li> <a href="#" rel="tcontent3">Title 4</a></li> <li> <a href="#" rel="tcontent4">Title 3</a></li> </ul> <div class="tabcontentstyle"> <div id="tcontent1" class="tabcontent"> <div style="padding:2px">



This is the code which was after the box ended

<script type="text/javascript">
//Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
initializetabcontent("maintab")

</script>

has it gotta do sumthin` with it ???