| | |
z-index with images
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Sep 2009
Posts: 7
Reputation:
Solved Threads: 0
I am trying to put up a rope border (border.png) on the sides of my center box of text. Text will work with z-index properly, but the border just will not show. Any ideas?
style.css =
HTML =
The image is attached.
Thank you!
-optikali
style.css =
HTML and CSS Syntax (Toggle Plain Text)
* {margin:0px;padding:0px;top:0px;left:0px;} body{ text-align: center; background: #000000; } #central{ margin-right: auto; margin-left: auto; margin-top: 10px; position: relative; width: 777px; text-align: left; background-color: #FFFFFF; } #contentborderside{ margin-top: 252px; position: absolute; width: 800px; background: #FFFFFF url("border.png"); z-index:1; } #content{ margin-top: 252px; position: absolute; width: 500px; background:#c9a87f; z-index:-1; }
HTML =
HTML and CSS Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Horseback Adventures</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="central"> <div id="contentborderside"> <p>There should be a rope on either side of this!</p> </div> <div id="content"> <h1>Why won't the image show?</h1> <p>Try as I might I can't get the z-index to work for my border ='( </p> <p>Any ideas?</p> </div> </div> </body>
The image is attached.
Thank you!
-optikali
1
#2 Oct 12th, 2009
•
•
•
•
I am trying to put up a rope border (border.png) on the sides of my center box of text. Text will work with z-index properly, but the border just will not show. Any ideas?
style.css =* {margin:0px;padding:0px;top:0px;left:0px;} body{ text-align: center; background: #000000; } #central{ margin-right: auto; margin-left: auto; margin-top: 10px; position: relative; width: 777px; text-align: left; background-color: #FFFFFF; } #contentborderside{ margin-top: 252px; position: absolute; width: 800px; height:900px; background: #FFFFFF url("border.png"); z-index:1; } #content{ margin-top: 252px; position: absolute; width: 500px; background:#c9a87f; z-index:-1; }
HTML =HTML and CSS Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Horseback Adventures</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="central"> <div id="contentborderside"> <p>There should be a rope on either side of this!</p> </div> <div id="content"> <h1>Why won't the image show?</h1> <p>Try as I might I can't get the z-index to work for my border ='( </p> <p>Any ideas?</p> </div> </div> </body>
The image is attached.
Thank you!
-optikali
p.s.: check the little thingy in red inside your code, That's what's missing here.
![]() |
Similar Threads
- Display all Images in Folder one by one (C#)
- Want to link exchange with Travel related sites? (Relevant Link Exchanges)
- PHP (PHP)
- Error connecting to MySql (VB.NET)
- merging image (C#)
- Indexing Images (PHP)
- Index images (IT Professionals' Lounge)
- Count Object On Page (Ruby)
Other Threads in the HTML and CSS Forum
- Previous Thread: background-color wraps in IE
- Next Thread: Help creating div for drag and drop
Views: 420 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
2002 appointments asp background backgroundcolor beta browser bug calendar cart center cgi code codeinjection corporateidentity create css deleted design development displayimageinsteadofflash dreamweaver drupal emailmarketing epilepsy explorer firefox flash font fonts form format free frontpage google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft missing mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. templates textcolor theme timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 wordpress xml xsl





