| Topic: |
DEVELOP > Dreamweaver |
| User: |
"Deaf Mike" |
| Date: |
17 Feb 2005 09:56:17 AM |
| Object: |
Cleaned Up... |
hi - i posted earlier about text not being the same color in FF and IE.
http://clerccenter.gallaudet.edu/mikewalton/all_white.html i changed it to all
white text. i also cleaned it up a little bit by making the span for those 3
paragraphs more consistent. but i still can't understand why its showing blue
links in FF and white [like i want them to] in IE. Any ideas???
.
|
|
| User: "Gary White" |
|
| Title: Re: Cleaned Up... |
17 Feb 2005 11:35:31 AM |
|
|
Deaf Mike wrote:
hi - i posted earlier about text not being the same color in FF and IE.
http://clerccenter.gallaudet.edu/mikewalton/all_white.html i changed it to all
white text. i also cleaned it up a little bit by making the span for those 3
paragraphs more consistent. but i still can't understand why its showing blue
links in FF and white [like i want them to] in IE. Any ideas???
As Ken suggests, your CSS is hosed. See http://tinyurl.com/4azk9.
Gary
.
|
|
|
|
| User: "Ken Ford - *TMM* & PVII" |
|
| Title: Re: Cleaned Up... |
17 Feb 2005 10:02:22 AM |
|
|
You have an errant } in there:
..redtext a: active { font-family: "Trebuchet MS"; font-size: 14px; color: #FB3939; text-decoration: underline}
}
Delete the last one:
..redtext a: active { font-family: "Trebuchet MS"; font-size: 14px; color: #FB3939; text-decoration: underline}
--
Ken Ford
Certified Dreamweaver MX 2004 Developer
PVII Support Team
http://www.projectseven.com
Team Macromedia Volunteer - Dreamweaver
"Deaf Mike" <webforumsuser@macromedia.com> wrote in message news:cv2er1$c9o$1@forums.macromedia.com...
hi - i posted earlier about text not being the same color in FF and IE.
http://clerccenter.gallaudet.edu/mikewalton/all_white.html i changed it to all
white text. i also cleaned it up a little bit by making the span for those 3
paragraphs more consistent. but i still can't understand why its showing blue
links in FF and white [like i want them to] in IE. Any ideas???
.
|
|
|
| User: "Deaf Mike" |
|
| Title: Re: Cleaned Up... |
17 Feb 2005 11:40:11 AM |
|
|
THANKS A BUNCH KEN!! HAVE A GOOD DAY!
.
|
|
|
|
|
|