Firefox CSS Question
***Update: Thanks to Basil, I moved some code around and now it’s working. Thank you darling!
*** bumping up ***
For those that use Firefox and know CSS for Wordpress, I have a quesiton I can’t find the answer to.
My storytitle CSS has
border-bottom: solid
border-bottom: 1px;
but the border is not showing up in Firefox.
Any ideas why?
Thanks in advance!
Category : Blogging | Tags :![[del.icio.us]](http://joscafe.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://joscafe.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://joscafe.com/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://joscafe.com/wp-content/plugins/bookmarkify/google.png)
![[LinkedIn]](http://joscafe.com/wp-content/plugins/bookmarkify/linkedin.png)
![[MySpace]](http://joscafe.com/wp-content/plugins/bookmarkify/myspace.png)
![[StumbleUpon]](http://joscafe.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Twitter]](http://joscafe.com/wp-content/plugins/bookmarkify/twitter.png)
![[Yahoo!]](http://joscafe.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://joscafe.com/wp-content/plugins/bookmarkify/email.png)




1basil
wrote on 16 October 2005 at 9:50
Have you tried:
border-bottom : 1px solid #000000;
replacing #000000 with whatever color you want?
I do see a missing ‘;’ after the first line. Not sure, but I think Firefox likes the line terminater.
It (and IE) both accept combining them on one line like my sample shows.
Just a thought.