What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » CSS Positioning Help

CSS Positioning Help
Author: Message:
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
O.P. CSS Positioning Help
I've come across a problem when trying to code my website for college.

I've used CSS to position two horizontal lines, for example:

code:
div#hr1
{
position: absolute;
top: 35px;
}

and in the HTML it is simply..

code:
<div id="hr1">
<hr>
</div>

But the problem is they appear in front of the image, like this:

[Image: linesqt2.png]

...and I want them to be behind the image. Or bring the image in front.

I've tried changing absolute to static, relative or fixed as explained here, but doesn't fix it.

Any ideas?
Twitter: @ChrisLozeau
03-04-2008 11:56 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
CSS Positioning Help - by Chris4 on 03-04-2008 at 11:56 PM
RE: CSS Positioning Help - by MeEtc on 03-05-2008 at 12:00 AM
RE: CSS Positioning Help - by -dt- on 03-05-2008 at 12:26 AM
RE: CSS Positioning Help - by Chris4 on 03-05-2008 at 01:02 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On