chrome and safari
Franco |
|
---|---|
hi! i'm facing a problem, and i don't know where to look.... i'm making a new skin for my website (not new skin... i'm using the DS-Axxis one, modified) and it works fine in Firefox, Opera, and Internet Explorer...
but when i open it with Chrome, or Safari the layout gets wrong....
this is the site http://web.vstanced.com
|
pieter |
|
---|---|
I'm using Chrome, but I don't see any problem. Maybe a screenshot, or tell us that is wrong? Which version of chrome? ... can we help you ...
|
Franco |
|
---|---|
the skin have 2 columns
news | minichat,etc
in opera, firefox and ie, i see it correctly, but in chrome and safari you can only see 1 column, and the links are in blue instead of the colours of the css |
aiwass |
|
---|---|
The problem is here: .contentLayout .sidebar1 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 218px; }
.contentLayout { position: relative; margin: 0; padding: 0; border: 0; float: right; overflow: hidden; width: XXXXpx; } .sidebar1 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 218px; }
Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks
https://evlear.com |
Franco |
|
---|---|
well..... if i do what you told the right column get at the bottom of the center, and it's still the same in chrome and safari... only in opera firefox, and IE change Added 8 minutes later
atm it's like this, as i said, works fine in opera, firefox, and internet explorer Added 13 minutes later: the problem must be somewhere else... because the skin without any modification have the same problem Added 1 hours later: i should add, the font style isn't working either in chrome or safari..... and image of the problem |
|
This post was edited by Franco (2011-03-31 14:48, 14 years ago) |
aiwass |
|
---|---|
There is no need to declare the it like .contentLayout .sidebar1 just .sidebar1 as it is relative to the location of .contentLayout.
.main{margin-bottom:18px;} http://cdn-icons.megamindmagazine.com/2009.css
Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks
https://evlear.com |
|
This post was edited by aiwass (2011-04-01 11:40, 14 years ago) |
Trustmaster |
|
---|---|
Please use the Pastebin for large code snippets. May the Source be with you!
|
Kort |
|
---|---|
I can't see any ideas there SED.by - создание сайтов, разработка плагинов и тем для Котонти
|
aiwass |
|
---|---|
#29259 Kort: Well, mine works, Franco's doesn't so I've must have made something right. The issue is that it's badly declared in the CSS file what goes where, in Franco's case. Declaring what is left and right is essential Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks
https://evlear.com |
|
This post was edited by aiwass (2011-04-01 11:43, 14 years ago) |
Franco |
|
---|---|
already fixed...
it was other problem nothing to do with that part of the css...
somewhere said {backgroundcolor} and i changed it to Background-color:#xxxxxxxx and everything started to work fine in all browsers |