Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > what kind of CSS method is this ?

Reply
Thread Tools

what kind of CSS method is this ?

 
 
wbsurfver@yahoo.com
Guest
Posts: n/a
 
      11-29-2007
I found some HTML that looks like what's below,

What kind of CSS tab or other method is this refered to ?
I just need something I can google for to get more info so I can
understand better what this does.

<tab:TABSTRIP id="tab" orientation="vertical" sepDefaultStyle="border-
right: 1px solid #333366; font-size: 1px; height: 3px"
tabDefaultStyle="background-
color: #9999CC; border: 1px solid
#333366; color: #333366; padding: 2px 5px; width: 177px"
tabHoverStyle="background-
color: #CCCCFF; color: #333366"
tabSelectedStyle="background-
color: #FFFFE0; border-color:
#333366; border-right-style: none; color: #333366"
targetID="page">
<tab:TABSEPARATOR
defaultStyle="height: 5px"/>
<tab:TAB
targetID="pgGuideContent" text="Guide Content"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgContent" text="Content"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgArticleBody" text="Article Body"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgContentComp" text="Content Components"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgTaxonomy" text="Taxonomy"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgRelatedContent" text="Related Content"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgSEO" text="SEO"/>
<tab:TABSEPARATOR/>
<tab:TAB
targetID="pgSave" text="Finish"/>
<tab:TABSEPARATOR
defaultStyle="height: 10px"/>
</tab:TABSTRIP>

other sections starts like this and there is one page view per tab.

<multi:MULTIPAGE id="page">
<multiAGEVIEW
id="pgGuideContent">
<cmaage>
 
Reply With Quote
 
 
 
 
Harlan Messinger
Guest
Posts: n/a
 
      11-29-2007
wrote:
> I found some HTML that looks like what's below,
>
> What kind of CSS tab or other method is this refered to ?
> I just need something I can google for to get more info so I can
> understand better what this does.
>
> <tab:TABSTRIP id="tab" orientation="vertical" sepDefaultStyle="border-
> right: 1px solid #333366; font-size: 1px; height: 3px"
> tabDefaultStyle="background-
> color: #9999CC; border: 1px solid
> #333366; color: #333366; padding: 2px 5px; width: 177px"
> tabHoverStyle="background-
> color: #CCCCFF; color: #333366"
> tabSelectedStyle="background-
> color: #FFFFE0; border-color:
> #333366; border-right-style: none; color: #333366"
> targetID="page">


[...]

This is not HTML.
 
Reply With Quote
 
 
 
 
mbstevens
Guest
Posts: n/a
 
      11-29-2007
wrote:
> I found some HTML that looks like what's below,
>
> What kind of CSS tab or other method is this refered to ?
> I just need something I can google for to get more info so I can
> understand better what this does.
>
> <tab:TABSTRIP id="tab" orientation="vertical" sepDefaultStyle="border-
> right: 1px solid #333366; font-size: 1px; height: 3px"
> tabDefaultStyle="background-
> color: #9999CC; border: 1px solid
> #333366; color: #333366; padding: 2px 5px; width: 177px"
> tabHoverStyle="background-
> color: #CCCCFF; color: #333366"
> tabSelectedStyle="background-
> color: #FFFFE0; border-color:
> #333366; border-right-style: none; color: #333366"
> targetID="page">
> <tab:TABSEPARATOR
> defaultStyle="height: 5px"/>
> <tab:TAB
> targetID="pgGuideContent" text="Guide Content"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgContent" text="Content"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgArticleBody" text="Article Body"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgContentComp" text="Content Components"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgTaxonomy" text="Taxonomy"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgRelatedContent" text="Related Content"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgSEO" text="SEO"/>
> <tab:TABSEPARATOR/>
> <tab:TAB
> targetID="pgSave" text="Finish"/>
> <tab:TABSEPARATOR
> defaultStyle="height: 10px"/>
> </tab:TABSTRIP>
>
> other sections starts like this and there is one page view per tab.
>
> <multi:MULTIPAGE id="page">
> <multiAGEVIEW
> id="pgGuideContent">
> <cmaage>



Just google for "<tab:TABSTRIP" and such.
Immediate results will follow.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
method def in method vs method def in block Kyung won Cheon Ruby 0 11-21-2008 08:48 AM
CSS Layout question - how to duplicate a table layout with CSS Eric ASP .Net 4 12-24-2004 04:54 PM
Using function parameters to determine method kind Lenard Lindstrom Python 9 06-06-2004 12:56 PM
Is there a way to set the a CSS property to be explicitly the same as another CSS property? Joshua Beall HTML 1 12-10-2003 07:21 PM
print.css and screen.css tom watson HTML 1 09-09-2003 02:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57