Log In · Register

 
what does this code mean
LatinaLady
post Jun 29 2004, 05:19 PM
Post #1


Look its...
*******

Group: Official Member
Posts: 5,817
Joined: Feb 2004
Member No: 4,767



this code its part of my style sheet

QUOTE
<style type="text/css">
table.footer, .mainleft, table.footernav
{display: none;};
}
hr,  table.footer, table.navigation, table.search, #SearchBar1_pnlYouAreHere{
display: none;}
 
 
Start new topic
Replies
queen
post Jun 29 2004, 06:42 PM
Post #2


‹(. .)›
******

Group: Official Member
Posts: 2,367
Joined: Jun 2004
Member No: 20,089



CODE
<!-- begin code provided by createblog.com -->

table.footer, .mainleft, hr,  table.footer, table.navigation, table.search, #SearchBar1_pnlYouAreHere {
display: none;
}

<!-- end code provided by createblog.com -->


..there i organized it.. you could actually put all those classes together 'cause they're all "display:none;".. which means they won't be visible.
footer= the footer
footernav=footer nav (redundant)
mainleft= left modules
hr= that trim line after all your entries
navigation=top navigation
search and #SearchBar1_pnlYouAreHere=searchbar
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: