MyBB Community Forums

Full Version: Border CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there something wrong with my CSS code for border, or can there not be an image as the border?

My code:

border-left: 5px solid #000000 url(images/nge/border.png) repeat-y;

It's not working..
A url might be helpful.
http://www.newgamingera.co.cc

Just made it. Customizing a theme for it.
I'm not sure you can specify an image using border-left; you may need to use border-left-image.

Specifying an image as a border is new in CSS3. As such, it is not widely supported by current browsers.
If you want to use css3 - use this guide: http://www.css3.info/preview/border-image/