Topic: What CSS element is causing this?

http://forums.firefusion.org/viewtopic.php?id=75

The bright blue under my user details.

2

Re: What CSS element is causing this?

DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #0099CC}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #C6ECFF}

The left border on .postright is actually providing part of the background for the left column. Therefore the colours of the above two elements must always be the same. Thats why its in the background colours section of the stylesheet rather than the border colours section.

Re: What CSS element is causing this?

Thanks paul smile. It's now changed.