Tutorial 7

Jan 01, 1970 00:07


This tutorial will allow you to move your entry and sidebar text above your image map header, while leaving the header visible in all browsers.

Requirements:
Any LJ account (free, paid, or otherwise) with a header image.

Overrides:
.shadowed img.x{
z-index: 1!important;
z-index: -10;
}
table, .shadowed div{
z-index: 80;
}
html>body table{
position: relative;
}
These codes should be added to your existing GLOBAL_HEAD or LASTN_HEAD overrides.

Editing:
If you have used the tutorial linked above to add your header, editing of this code is not necessary.

If you have used a different method, you will need to change the class called x in the above overrides to reflect the class of your header image. For example, in your LASTN_WEBSITE, you may see a code like:


In this case, you would replace x in the above overrides with header.

Permalink + Add to Memories
Previous post Next post
Up