IE problems, entry links?

Oct 07, 2010 21:32

Hello! I'm working on a layout, but I'm kind of really CSS-inept and ran into some trouble. ;; This is on/for a basic account. I have two questions ( Read more... )

lj and browser issues, free accounts, solved, misc

Leave a comment

Comments 3

Try this anarano October 9 2010, 09:14:33 UTC
Your code has some redundant information and one crucial bit of information is missing; so the IE got confused... Add this to your sidebar section:

#sidebar {left:25px}

The Memory/Track/Share links are usually at the bottom of an entry (I guess it's the default status); if not you can make their position absolute and align it to the bottom (= bottom:0).
On your testing site none of them are shown (not above and not under the entry - exept for "Leave a comment"), so you should have a look at your settings. Have you perhaps disabled them?

Have a nice weekend,
Ana

Reply

Re: Try this minamoto October 12 2010, 01:02:37 UTC
It worked, thank you so much! :DD

I've looked all through the settings and I haven't found an option for it, unfortunately. ):

Reply

Re: Try this anarano October 12 2010, 03:43:39 UTC
I looked your code source up again and did a little bit of research (was intrigued, why the links did'nt show up).

You are using the Flexible Squares layout/setting, aren't you? This layout does'nt provide said links by default.

I'm afraid, but you will have to use a theme layer and/or do some coding. You can alternatively change to a different layout/setting, but this would mean making your CSS from scratch again.

Sorry :(
Ana

Reply


Leave a comment

Up