RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?

LIST Layout Problem with IE
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: LIST Layout Problem with IE
#4585
LIST Layout Problem with IE 1 Year, 9 Months ago Karma: 0
Please some body help....
I'm used 'Default 3' for layout template properties list.
Good in Firefox and chrome. But problem with IE like pic:




with Chrome or Firefox:


Best regards,
Liekin
liekin
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/14 13:51 By liekin.
The administrator has disabled public write access.
 
#5057
Re:LIST Layout Problem with IE 1 Year, 8 Months ago Karma: 0
Hi Liekin, I had the same problem and I fixed it by changing the CSS file:

Go on your server to: components/com_properties/includes/css

Download List3.css

Open List3.css

on line 97 you have the method .ListObjectBoxInfoRate {
Inside this method you have to play around with the values to get the right fix. On my site these values worked:

.ListObjectBoxInfoRate {

float:center;

margin:20px 20px;

font-size:14px;

line-height:20px;

font-weight:bold;

color:#000000;

}

SAVE and Upload to server and test it!!

Good luck
Seyamack
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1