Left module title border, as well as table loading problem |
Left module title border, as well as table loading problem |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jan 2005 Member No: 85,685 ![]() |
I'm looking for a code so I can put a border only around the titles of the left modules
(as in around xx, subscriptions, my blogrings, etc) As for the tables, I am using the code below for my tables/left modules, but sometimes they dont load ocmpletely. If you hover the mouse over the parts where the table isnt loaded, the links are still there, but all you see is the background (if that makes sense..). Does anyone know why it does this, or if its the code or something? CODE <!-- begin code provided by createblog.com -->
<style type="text/css">table.left { /* this edits the menu module */ border: 1px solid black; width:180px; background-color: white; filter: alpha(style=0,opacity=100); } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> /*Bordered Weblogs - xanga.com/add_ons */ .blogbody {/* This sets your weblog content border color */ border: 1px SOLID black; border-top: 0px SOLID black; background-color: white; width:; text-align: left;} </style> <!-- end code provided by createblog.com --> |
|
|
![]() |
![]()
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
For the border around the module titles:
CODE <style type='text/css'>
table.left th { border-color: #000000; } </style> |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jan 2005 Member No: 85,685 ![]() |
ok thanks, that works!
Does anyone know how I can fix my table code so that they load all the way? |
|
|
![]()
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
As far as I know, it just does that when you use the "alpha" filter.
![]() |
|
|
![]() ![]() |