Posts Tagged css

Fieldset Rounded Corners – CSS HTML

In a simple website, the use of Fieldsets to separate form content is a nice touch, but Internet Explorer and Firefox/Chrome do not round the edges like Internet Explorer does. If you want round corners on FF and Chrome, you can use a little extra CSS: fieldset {  -moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: [...]

,

2 Comments

Jevents for Joomla!- Change the red line color in latest events module

I just installed the Jevents 1.5.2 component and “latest events” module in a Joomla! account and noticed that when you have more than one event loaded up, the two events are separated by a thin, red line.  As if that wasn’t bad enough, the thin line runs over the border on the left and sticks [...]

, , , , , , , , , , ,

5 Comments