Guest rickyray Posted August 22, 2006 Share Posted August 22, 2006 As you can read, i find an error in the css file. For the .colRight { css rule, it should read as padding-right: 3px; however, the author has made a mistake and has put just right: 3px; which doesn't work. I'm new here guys but I figure i will post my findings, perhaps this error is intentional for some reason? Quote Link to comment Share on other sites More sharing options...
Guest Posted August 22, 2006 Share Posted August 22, 2006 For which skin? Quote Link to comment Share on other sites More sharing options...
Guest vrakas Posted August 22, 2006 Share Posted August 22, 2006 Its nice to know these things but as Mysty said it would be better if you let us know what skin, line and type tthe text line. This way if there is such an error we will fix and include it in the next release Thanks again ;) Quote Link to comment Share on other sites More sharing options...
convict Posted August 22, 2006 Share Posted August 22, 2006 Well, CubeCart provides three default skins, .colRight is in layout.css only. This class name doesnt exist in Killer skin => two relevant skins. CubeCart latest release --------------------------- Legend: .colRight { position: relative; width: 160px; padding-left: 5px; right: 9px; float: right; } Classic: .colRight { position: relative; width: 160px; padding-left: 5px; right: 0px; float: right; } There is NO 3px, no padding-right. :) Quote Link to comment Share on other sites More sharing options...
roban Posted August 22, 2006 Share Posted August 22, 2006 Right On Milos! I found the same thing. Quote Link to comment Share on other sites More sharing options...
Guest vrakas Posted August 23, 2006 Share Posted August 23, 2006 I was searching and couldnt find it either Welcome back Convict, long time to see you post. Quote Link to comment Share on other sites More sharing options...
Guest rickyray Posted August 23, 2006 Share Posted August 23, 2006 Sorry for the late response guys, I was away all day. Anyhow, the bug was found for the classic skin in the layout.css file. .colRight { position: relative; width: 160px; padding-left: 5px; right: 0px; float: right; } I must be new to css still, i thought that where it says right: 0px; maybe it should have says padding-right: 0px; same go's for the .colLeft { position: relative; left: 0px; width: 160px; padding-left: 15px; padding-right: 5px; float: left; } see this one says left: 0px; I haven't learned what these are for maybe?? Quote Link to comment Share on other sites More sharing options...
Guest groovejuice Posted August 23, 2006 Share Posted August 23, 2006 @rickray, in this case the code left:0px; refers to the the position of the layer itself. The syntax is correct. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.