Entry Borders Not Working |
Entry Borders Not Working |
Mar 22 2006, 02:23 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 190,957 |
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* |
Mar 24 2006, 11:15 PM
Post
#2
|
|
Guest |
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 |
|
|
|
![]() ![]() |