extended network, making it skinny... |
extended network, making it skinny... |
Feb 16 2006, 08:20 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Aug 2005 Member No: 195,405 |
heightwise, is there a code to make your extended network thing smaller.
a lot of people get layouts that have that, but i like my layout, and i was wondering if there was a code to make the height of the extended network thing smaller? |
|
|
|
![]() |
Feb 16 2006, 09:07 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
Code to resize by height (extended network) -
CODE <style type="text/css"> ^Remove the style tags if you don't need them, becuase you already have a css. And image_path means the complete source to the image.
table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("image_path"); background-repeat:no-repeat; background-position:center center; width:435px; height:20px; display:block !important; font-size:0.0em; letter-spacing:-5px;} span.blacktext12 span, span.blacktext12 img {display:none;} </style> |
|
|
|
Feb 17 2006, 10:12 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Aug 2005 Member No: 195,405 |
but that puts a picture there...
i just want it to be skinnier by height... soo: ![]() i want it like the second example... |
|
|
|
Feb 17 2006, 10:26 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Hm. I'm not sure I understand. You want to make it smaller?
QUOTE table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; width:435px; height:20px; display:block !important; span.blacktext12 span, span.blacktext12 img {display:none;} Edit the bolded? Can you show an example, like an actual layout you've seen? |
|
|
|
![]() ![]() |