Searchbar Border |
Searchbar Border |
Dec 2 2004, 02:31 PM
Post
#1
|
|
![]() BECKYBOO♥ ![]() ![]() ![]() Group: Member Posts: 99 Joined: Aug 2004 Member No: 40,187 |
This is the code I use on my Xanga to get module borders...
<style> table.left {border: 8px solid #ff0000;} table.left TH {border: 8px solid #ffff00;} table.left TD, table.left TR {2px solid #006633;} searchbarbarborder{ border: 8 px solid #ffffff;} </style> Everything else works EXCEPT the search bar border. Can someone please fix my script? |
|
|
|
![]() |
Dec 2 2004, 03:16 PM
Post
#2
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
i think this is it im not sure though..see how you have this bit in your code:
searchbarbarborder{ border: 8 px solid #ffffff;} well its white and it blends in with your backgroung so thats proberly why u cant see it.. So now change the code <style> table.left {border: 8px solid #ff0000;} table.left TH {border: 8px solid #ffff00;} table.left TD, table.left TR {2px solid #006633;} searchbarbarborder{ border: 8 px solid #ffffff;} </style> I think thats it... |
|
|
|
Dec 6 2004, 04:40 PM
Post
#3
|
|
![]() BECKYBOO♥ ![]() ![]() ![]() Group: Member Posts: 99 Joined: Aug 2004 Member No: 40,187 |
no, it still doesn't work. :(
|
|
|
|
![]() ![]() |