how u do this |
![]() ![]() |
how u do this |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 ![]() |
|
|
|
![]()
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 26 Joined: Feb 2004 Member No: 4,914 ![]() |
css...
[edit] not so good on css, sorry ![]() |
|
|
*lookitskim* |
![]()
Post
#3
|
Guest ![]() |
ok are u talkin about where the dates, left module title is at?
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption { background-image: url(url image here); background-repeat: repeat; background-position: center center; font-family: georgia; text-transform:none; font-size:20px; line-height:25px; font-weight:bold; color:#000000; letter-spacing:-2px; background-color:FFE0E2; text-align:center; } <!-- end code provided by createblog.com --> And this one is for the left module CODE <!-- begin code provided by createblog.com -->
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(URL IMAGE HERE); background-color:FFE0E2; color: #000000; font: bold 10pt arial; text-transform: none; text-align:center;} <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 ![]() |
awesome now can any 1 tell me hoe i can have solid text and profile pic.but make the b-ground more transparrent.
|
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Jan 2004 Member No: 199 ![]() |
change alpha settings in css... just search createBlog for transparent entries. ull find a ton
--sam |
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Jan 2004 Member No: 199 ![]() |
actually here i got it for u:
CODE <!-- begin code provided by createblog.com --> <STYLE> .blogbody, .left { filter: alpha(style=0,opacity=60); } </STYLE> <!-- end code provided by createblog.com --> that should work :) just change where it says opacity=60 to whatever you want... --sam |
|
|
![]()
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 ![]() |
not quite what i wanted. i just want the bgrounds of the text 2 be transparent not the actual text and profile pic. Thx anywayz
|
|
|
![]() ![]() |