I don''t understand the question? Um, I don''t think that border
property will work
though... If that''s what you''re asking. I think you need to
specify a color too: "td {
border: 1px solid #234; }" or such... unless there was a color previously
specified for
td''s border earlier in the cascade.
b
SIX-S wrote:> Hi, I am working a tutorial "Fast track your web apps with ruby on
> rails". I am trying to change the stylesheet .css and I think it is
the
> table border
> cpode is ----------------
> td { border: 1px solid; }
> a { color: #eef; background-color: #446;}
>
> a:hover { color: #fff; background-color:#000; }
> Any help would be appreciated.
> JIm
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails