Blog in DIV, keeping blog box in div |
![]() ![]() |
Blog in DIV, keeping blog box in div |
Nov 19 2007, 11:44 PM
Post
#1
|
|
|
wooot wooot!!! ![]() ![]() ![]() Group: Member Posts: 48 Joined: Apr 2007 Member No: 518,807 |
Is there anyway to keep the blog box from a standard layout and put it in a DIV?
I already have links up to my blogs but I'd like to have the blog box. Thanks! |
|
|
|
Nov 20 2007, 12:25 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,815 Joined: Jun 2006 Member No: 423,396 |
I'm not sure if this would work, but you could start out with something like this:
CODE <style type="text/css"> .latestBlogEntry { z-index: 500; } </style> Unlike most other people, I don't use the 'z-index' property at all. But based on what I've learned about it, you can just edit the '500' to any number that makes the blog box go above the DIV. Hopefully that made sense. |
|
|
|
Nov 20 2007, 12:41 AM
Post
#3
|
|
|
wooot wooot!!! ![]() ![]() ![]() Group: Member Posts: 48 Joined: Apr 2007 Member No: 518,807 |
It didn't work :-(
This is the code I have to hide the profile. Is there anything I can take out or change to see the blog box? CODE </P> <P><style type="text/css"><BR>table table,table table table table,table table{background-color:transparent;width:;border:0px;}<BR>div,table,tr,td,th{background-color:transparent;text-align:left;border:0px;}<BR>a.navbar,font,.whitetext12,.btext,.orangetext15,<BR>.redbtext,.redtext,.blacktext12,<BR>.lightbluetext8,strong,.nametext,div b font font,<BR>div font font u,table table table table, table.contacttable{display:none;}<BR>div table form tr td,td.text table,a.text, table div font a,table div div,{visibility:hidden;di-splay:none}<BR>table td table tr td.text table {visibility:hidden;}<BR>table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}<BR>td.text table table {display:inline; visibility:visible;}</P> <P>.comments{visibility:visible;width:0px; height:0px;position:hidden;<BR>top:0px; margin-left:0px;<BR>overflow:auto;background-color:transparent;<BR>border:black 0px solid;z-index:0px;}</P> <P>td.text td.text img {<BR>width: 90px !important;<BR>}</P> <P>table td table tr td.text table {visibility:hidden;}<BR>table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}</P> <P>td.text td.text table table table,<BR>td.text td.text table br,<BR>td.text td.text table .orangetext15,<BR>td.text td.text .redlink,<BR>td.text td.text span.btext<BR>{display:none;}<BR>td.text td.text table {background-color:transparent;}<BR>td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}<BR>td.text td.text table table td {padding:3;}<BR>td.text td.text table table br {display:inline;}<BR>td.text td.text table td {font-size:0pt;}<BR>td.text td.text {height:0;}<BR>td.text td.text table b, td.text td.text table table td {font-size:7pt;}</P> <P> |
|
|
|
![]() ![]() |