Help - Search - Members - Calendar
Full Version: Entry Borders Not Working
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
ejnost
Can anyone tell me why my entry border were working this morning and now they aren't they were wrapped tight around the white entry box and now it's like they're floating out in space!!! Thanks in advance for any help you can give!!!

CODE
GLOBAL_HEAD<=
<title>\\ the[naked]truth //</title>
<style type="text/css">
<!--
body {
background-color:;
background-image:
url(http://i33.photobucket.com/albums/d60/ejnost/5137.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
background-position: 100%;
color: #cdcd00;
}

body{
scrollbar-track-color: #6ca6cd;
scrollbar-face-color: #cdcd00;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ee30a7;
scrollbar-darkshadow-color: #6ca6cd;
scrollbar-shadow-color: #ee30a7;
scrollbar-arrow-color: #ffffff;
}
body{
border-style:solid;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    border-color:#ee30a7;
}
A:hover{
filter: blur(Strength=5,Direction=45);
height: 0;
cursor: ne-resize;
color: #6ca6cd;
font-size: 8pt;
letter-spacing: 0px;
font-family: tahoma;
text-decoration: line-through;
font-weight: bold;
text-transform: uppercase;

}
table {
border: 3px solid #ee30a7;
}
table table {
border: 0;
}



</style>


<=GLOBAL_HEAD
Libertie
Try this:

CODE
GLOBAL_HEAD<=
<title>\\ the[naked]truth //</title>
<style type="text/css">
<!--
body {
background-color:;
background-image:
url(http://i33.photobucket.com/albums/d60/ejnost/5137.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
background-position: 100%;
color: #cdcd00;
}

body{
scrollbar-track-color: #6ca6cd;
scrollbar-face-color: #cdcd00;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ee30a7;
scrollbar-darkshadow-color: #6ca6cd;
scrollbar-shadow-color: #ee30a7;
scrollbar-arrow-color: #ffffff;
}

A:hover{
filter: blur(Strength=5,Direction=45);
height: 0;
cursor: ne-resize;
color: #6ca6cd;
font-size: 8pt;
letter-spacing: 0px;
font-family: tahoma;
text-decoration: line-through;
font-weight: bold;
text-transform: uppercase;

}
table {
border: 10px solid #ee30a7;
}
table table {
border: 0;
}



</style>


<=GLOBAL_HEAD
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.