For some reason..., CSS Links and Disapearing Text |
![]() ![]() |
For some reason..., CSS Links and Disapearing Text |
Jan 29 2004, 08:52 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Jan 2004 Member No: 2,084 |
For some reason whenever I mess with the style of my links with a CSS code some of my text disappears. For example, if I have the 'blur' effect on my links and I hover over something like 'add eprops' part of my last entry will disappear. But if I have the default links with no change in hover it's fine...
Any ideas on how I can fix this so I can have 'fancy' links? |
|
|
|
Jan 29 2004, 08:57 PM
Post
#2
|
|
|
-_- THE ANGEL -_- ![]() ![]() ![]() Group: Member Posts: 84 Joined: Jan 2004 Member No: 291 |
pls paste your css from alink to hover in here.
i couldnt really picture |
|
|
|
Jan 29 2004, 08:58 PM
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Jan 2004 Member No: 2,084 |
Okidokes - no prob... Here's the CSS from the links...
<style> } A:link { text-decoration: none; font weight: bold; color: #000000; } A:visited { text-decoration: none; font weight: bold; color: #000000; } A:active { text-decoration: none; font weight: bold; color: #000000 } A:hover { font weight: none; text-decoration: none; cursor: crosshair; background: #000000; color: #999999; } </style> |
|
|
|
Jan 29 2004, 09:03 PM
Post
#4
|
|
|
-_- THE ANGEL -_- ![]() ![]() ![]() Group: Member Posts: 84 Joined: Jan 2004 Member No: 291 |
it doesnt have the blur on it tho :( and what is your xanga
|
|
|
|
Jan 29 2004, 09:05 PM
Post
#5
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Jan 2004 Member No: 2,084 |
Yeah - I know the blurs not on it... That was just an example. For any CSS link effect the text disappearing happens...
And my xanga is Xhere |
|
|
|
Jan 29 2004, 09:17 PM
Post
#6
|
|
|
-_- THE ANGEL -_- ![]() ![]() ![]() Group: Member Posts: 84 Joined: Jan 2004 Member No: 291 |
i sent a pm for you.
|
|
|
|
Jan 29 2004, 09:18 PM
Post
#7
|
|
|
-_- THE ANGEL -_- ![]() ![]() ![]() Group: Member Posts: 84 Joined: Jan 2004 Member No: 291 |
QUOTE <style type="text/css"> <!-- BODY { scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #595959; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#CC7070; font:normal 10px tahoma; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#CC7070; font:normal 10px tahoma; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #7F2D52; font:normal 10px tahoma; line-height:10px; text-decoration: underline overline; cursor: e-resize; --> </style> try doing that..edit the bolded ones make sure you overwrite this your scrollbar part on your look and feel because it will make it redundant..i simply copied the scrollbar tag on yours..and add alil bit of my codes on ^_^.. hope this solves your problem. one thing: text-decoration: <put the filter here> |
|
|
|
Jan 29 2004, 09:27 PM
Post
#8
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Jan 2004 Member No: 2,084 |
Ahhh, it's still doing it
|
|
|
|
Jan 29 2004, 09:34 PM
Post
#9
|
|
|
-_- THE ANGEL -_- ![]() ![]() ![]() Group: Member Posts: 84 Joined: Jan 2004 Member No: 291 |
are you on aim?
|
|
|
|
Jan 30 2004, 09:17 PM
Post
#10
|
|
![]() original member. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,825 Joined: Jan 2004 Member No: 1,460 |
well, instead of blurring it, why not change it to a diff colour?
|
|
|
|
Jan 30 2004, 11:40 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Jan 2004 Member No: 1,839 |
I think it has something to do with the fact that you used an alpha filter on your blogbody. IE doesn't display those very well.
But your Xanga is very pretty anyway. |
|
|
|
![]() ![]() |