I'm having a little trouble getting the CSS code to show a border all the way around the "Your Message" box. Anyone have any ideas why it's only showing half? I tested with FF, Chrome and Safari.
http://afterhimmedia.com/test/?page_id=54
Thanks!
I'm having a little trouble getting the CSS code to show a border all the way around the "Your Message" box. Anyone have any ideas why it's only showing half? I tested with FF, Chrome and Safari.
http://afterhimmedia.com/test/?page_id=54
Thanks!
Remove border:0 none; from:
* {
border:0 none;
margin:0;
outline:0 none;
padding:0;
}
in style.css and then try adding borders to input and textarea elements.
Hey esmi, thanks for the help. I don't have border:0 set anywhere. below is my full css.
[CSS moderated as per the Forum Rules.]
Try looking in your theme's stylesheet.
Thanks esmi, found it!
This topic has been closed to new replies.