i'm sure there's a way, ... |
i'm sure there's a way, ... |
Dec 31 2004, 05:33 PM
Post
#1
|
|
![]() Clarissa ![]() ![]() ![]() Group: Member Posts: 77 Joined: Apr 2004 Member No: 14,396 |
hi guys ~ HELP!
i have made a very simplistic layout, and there's just one question i have... i have used the DIV layering to put my blog where i want it, the size i want it the only thing is, that there is no scrollbar, thus you cant see my entire blog entry! and the "overflow setting" is on auto. so just in case you guys need it, here's my code please just give me the code i need to insert. im really quite clueless and rather good at copy pasting ;) thanks for any help. CODE <embed src="http://cats.musicals.ru/collection/mp3/Karaoke_Phantom_Of_The_Opera_Phantom_Of_The_Opera.mp3" autostart="true" loop="true" hidden="true"><noembed><bgsound src="http://cats.musicals.ru/collection/mp3/Karaoke_Phantom_Of_The_Opera_Phantom_Of_The_Opera.mp3" loop="infinite"></noembed> <!-- begin code provided by createblog.com --> <style type="text/css"> div { filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */ scrollbar-arrow-color: #000000; scrollbar-face-color: #00FF00; /* transparent */ scrollbar-3dlight-color: #00FF00; /* transparent */ scrollbar-darkshadow-color: #00FF00; /* transparent */ scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #00FF00; /* transparent */ } </style> <!-- end code provided by createblog.com --><!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --><!-- begin code provided by createblog.com --> <STYLE type="text/css"> /* top bar remover - xanga.com/add_ons */ table.navigation {display: none;};</STYLE> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} {display: none;} </style> <!-- end code provided by createblog.com --> <DIV style="margin-top:-29px; margin-left:20px; width:310px; OVERFLOW:auto; height:270px; BACKGROUND-COLOR: transparent; border-top:0px; border-bottom:0px; border-left:0px; border-right:0px;"> <!-- begin code provided by createblog.com --> <style type="text/css"> /*Midnight Blue*/ /*by Clarissa*/ body { background-image:url(http://img117.exs.cx/img117/6899/phantom9da.jpg); background-color: #000000; scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #ffffff; } #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.blogbody { width:WIDTH OF THE BLOGpx; font-family: Verdana; font-weight: none; font-size: 12pt; color: #7F7F7F text-align: left; padding: 0px; margin-top: 2px; } div.smalltext{ width: WIDTHpx; padding: 3px; text-align: left; } .caption, .blogheader { width: 380px; padding: 3px; font-family: Verdana; font-size: 10pt; text-align: center; color: #7F7F7F; background-color: #COLOR; text-transform: lowercaps; margin-top: 10px; } P, B, I, TD, TH {font-family: Verdana; color: #7F7F7F; font-size: 8pt; } A:link, A:visited, A:active {color:#7F7F7F; text-decoration:none; font-size:8pt;} a:hover {text-decoration: bold; color:#7F7F7F; font-size: 10pt; );} b, strong, i, u, { /* edit colors when bold italic underline */ font-family: arial; font-size: 8pt; color: #7F7F7F; font-weight: bold; text-transform: lowercaps; </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="javascript"> //Sets blog opacity (0-100) opcty = 30; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "blogbody"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> <!-- end code provided by createblog.com --><!-- begin code provided by createblog.com --> <body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false"> <!-- end code provided by createblog.com --> //edit// oh and one quickie too. i looked in the scripts but i cant seem to find it. i've seen it befor ttho...how do you remove those links at the bottom of the xanga that say xanga // join // upgrade // skins // about // terms // privacy // help // contact us // sign in ?? thanks |
|
|
|
![]() |
Dec 31 2004, 05:55 PM
Post
#2
|
|
![]() Clarissa ![]() ![]() ![]() Group: Member Posts: 77 Joined: Apr 2004 Member No: 14,396 |
HELP!!!
|
|
|
|
shortchang i'm sure there's a way Dec 31 2004, 05:33 PM
mona lisa add this to your css
CODEtexttable.left, td.mainle... Dec 31 2004, 05:58 PM
shortchang NEVERMIND!
it worked. thank you gotnoheart tho... Dec 31 2004, 06:14 PM
Sherry_Vu QUOTE(shortchang @ Dec 31 2004, 5:14 PM)NEVER... Dec 31 2004, 08:32 PM![]() ![]() |