Userpic Alignement - Solved by myself

Jul 11, 2007 12:06

I'm working on a new layout, I want it to be available for plus and paid account, for the moment the layout is up in a basic account.

I seem to have some problems on IE7 and IE6. (Damn... ) -

Sidebar.SOLVEDIn IE6 and IE7 - the background from the sidebar doesn't display... but the code seems good, And in IE 7 the background is not aligned ( Read more... )

sidebar, userpic, layers

Leave a comment

Comments 5

tiaien July 12 2007, 12:34:15 UTC
about userpic.. how u solved this - can u explain, please?

Reply

marilla_pm67 July 12 2007, 13:18:45 UTC
For the userpic I put this code so the userpic is displayed correctly in IE...

/*ICON IN ENTRIES*/

.entryUserinfo {
text-align: center;
margin: 0px 8px 8px 0px;
}
.entryUserinfo-usericon img {
position: relative;
float: right;
z-index: 15;
margin-top: -54px !important;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 4px;
Border: 1px solid #FDFDFD;
}

In red the code I picked up from Flexible Square....

That's all and it seems to work...
Sam

Reply

tiaien July 12 2007, 19:55:01 UTC
thank u

i use Flexible Square and when entry include 'em' descriptor (italic type text) this code not work in IE7

Reply

marilla_pm67 July 12 2007, 19:59:59 UTC
You shoudn't have to add that in FS is the default layer...
and you say that in italic the picture doesn't display?

Weird.

Reply


tiaien July 13 2007, 09:31:45 UTC
i use my own FS layer, S2 ( ... )

Reply


Leave a comment

Up