Log In · Register

 
A way to eliminate the space between tables?, and a question about hover links
ninjapirate
post Jul 13 2005, 06:09 PM
Post #1


Newbie
*

Group: Member
Posts: 4
Joined: Jul 2005
Member No: 172,289



I got everything in my layout down, except two things: one, I'd like to take out the space between the tables so it's one long flow, instead of three seperate tables, and two, although I added effects for links in the css, (to change color during hover) it doesn't work for some reason.

my journal is here for visualization, and the links section of my code is this:

QUOTE
BODY, TD {font-family:century gothic,tahoma;color:#919465;font-size:10;}
A:link {color: "#ecb052"; text-decoration:none}
A:visited {color: "#ecb052"; text-decoration:line-through}
A:hover { text-decoration:none; color:"#cccca5"; cursor:crosshair; }


thank you in advance for any help!
 
 
Start new topic
Replies (1 - 1)
jordanriane
post Jul 14 2005, 07:29 AM
Post #2


when we speak, we breathe
******

Group: Member
Posts: 1,635
Joined: Jan 2005
Member No: 91,760



You need to remove the quotations. Quotations should NEVER be used in CSS.


To make all of your entries flow together:
CODE
GLOBAL_HEAD<=
<style type="text/css">
<!--
table {   top: 300px;
  margin-bottom: -19px;
}
--!>
</style>
<=GLOBAL_HEAD
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: