Welcome, Guest
Please Login or Register.    Lost Password?
Pre-RC Discussion
Go to bottomPage: 1
TOPIC: css firefox
#5725
css firefox 3 Years, 1 Month ago Karma: 0
Since it looks pretty crazy in firefox, and alright in IE, I found using firebug the main problem is the float: left; on the .left class in
\components\com_groupjive\templates\default\groupjive_css.css

I just commented that out since it seemed that the left and right divs aren't being used for anything, and pretty much just the center content 1 is, no need to float left empty divs
gauzzastrip
Newbie
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#5754
Re:css firefox 3 Years, 1 Month ago Karma: 1
I have also changed this, I changed the "float:left" to "float:none" in line 2224 of the groupjive_css.css and it works in IE6, IE7, IE7pro, FF2, FF3 and Opera 9.51
Creator
Roadie
Posts: 64
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#5756
Re:css firefox 3 Years, 1 Month ago Karma: 3
Thanks for this.
arsoy
Roadie
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#5926
Re:css firefox 3 Years, 1 Month ago Karma: 1
Hi all,

I have found a better solution then the two posted above. As I was experimenting I found that the changes above were causing problems with IE 7 Pro. A much better hack is to comment out the code starting at about line 2224 of the default template.css so that this code:

Code:

.left {
float:none;
width:100%;
}

.w100 {
width:100%;
}

#gj_wrapper {
width:100%;
height:auto;
margin:0;
padding:0;
}



Becomes this:


Code:

/*.left {
float:none;
width:100%;
}

.w100 {
width:100%;
}

#gj_wrapper {
width:100%;
height:auto;
margin:0;
padding:0;
}*/



You can find this code at around line 2224 right after this line of code:


Code:

/*-----------------------------------------------
groupjive_skeleton
------------------------------------------------*/




Hope this helps.

Cheers
Dave
Creator
Roadie
Posts: 64
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Braineater
RocketTheme Joomla Templates