Contact / Request Quote

« Testing Slide Down JS | Main | Targeting Images »
Thursday
Sep012011

Move Section Outside

This is the CSS moving (and styling) that div (which is called moveSection) **div only visible if you are viewing as single journal entry**

#moveSection {

display: block;
position: absolute;
top: 150px;
left: 50%;
margin-left: -700px;
width: 150px;
height: 200px;
overflow: visible;
background: #333;
color: white;
padding: 10px;
}

 

This is the HTML code you would place in your code injection point

<div id="myCustomLogo"> <img src="/storage/your-logo-image.jpg"> </div>

References (1)

References allow you to track sources for this article, as well as articles that were written in response to this article.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>