|
jrrnow -> RE: css not working in include (6/12/2003 12:57:05)
|
ok, now it is really screwed up. I want the footer text to be all white 8pt arial with the disclaimer and privacy statement hyperlinks to underline on hover. When clicked, I want a pop up to open exactly like I have on my getting started form page at the bottom with the disclaimer and privacy statement. But now it only gives me an " error on page" message at the bottom left corner of my IE window. This is strange because when I save the pages and hit " preview in browser" the pop ups work fine. They just don' t work on the internet. here is the page that has them working fine. http://www.wetclaywebdesign.com/getting_started.htm The font color is not working with my css either. It' s weird because in FP it works in normal view (the color) but when I preview in browser or publish it doesn' t work. I want the color/font/size to be like the the main content on every other page. The other pages still have the formating I did by hand (ie, highlight and then bold, color, etc. that is why they are still the correct color/size etc.) Here is my css for the entire site. quote:
body { font-family: Arial; font-size: 9pt; color:#666666; list-style-type:disc; background-color: white;} A:link {color: #660000; text-decoration: none} A:visited {color:#660000; text-decoration:none} A:hover {color: #666666; text-decoration:underline} To try to remedy the footer issue I attempted to add a second css and link it to only the footer page. Here is that css. quote:
body { font-family: Arial; font-size: 8pt; color:#FFFFFF; list-style-type:disc; background-color: white;} A:link {color: #FFFFFF; text-decoration: none} A:visited {color:#FFFFFF; text-decoration:none} A:hover {color: #FFFFFF; text-decoration:underline} That did not work either. and that one didn' t even work in FP so I removed that link to that css. I dont' know what else I can say to explain this better. thanks for the help jim
|
|
|
|