Current location: Hot Scripts Forums » General Web Coding » CSS » displaying text over image


displaying text over image

Reply
  #11 (permalink)  
Old 09-11-08, 07:39 PM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
Like I said before, there isn't much you can do with the code you have except change the CSS in the background_image class.
But also as I said before it won't work in IE.

But what you can do is copy my code into a simple text editor and save it as a plain text file with a .html extension.

The page I created for you will work with your other pages.

If you look at these two lines of code, this is where the navigation links go.
You just need to create a line like these for each navigation link you want to insert.
HTML Code:
<div class="side_content_1" onmouseover="this.style.background='#EEFF88';" onmouseout="this.style.background='#CCFF66';" onclick="location.href='../index.html';"><span>Welcome</span></div>
   <div class="side_content_2" onmouseover="this.style.background='#EEFF88';" onmouseout="this.style.background='#CCFF66';" onclick="location.href='page2.html';"><span>Wrap Text Example</span></div>
And then add the CSS in the style section for the new link.
Like I have for these two links.
Or you could use these two classes.
.side_content_1 if for plain text and .side_content_2 is for bold text.
CSS Code:
  1. .side_content_1
  2. {
  3.  background:#CCFF66;
  4.  height:25px;
  5.  padding-left:22px;
  6.  padding-top:1px;
  7.  cursor:pointer;
  8.  }
  9. .side_content_2
  10. {
  11.  background:#CCFF66;
  12.  height:26px;
  13.  padding-left:22px;
  14.  font-weight:bold;
  15.  cursor:pointer;
  16.  }
__________________
Jerry Broughton
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
text box with scroll bar silvermane CSS 7 01-16-09 03:03 AM
Draggable Tables Ares JavaScript 10 08-03-06 06:55 AM
Need Your HelP! Loading Multiple External Text into Multiple Dynamic Text Fields Flash_Boi Flash & ActionScript 2 03-30-06 03:27 PM
Displaying Database Text on Image redsox2k4 ASP 3 05-11-05 06:42 PM
picking random entries with a filter... Double selection problem dsumpter PHP 7 11-16-03 07:19 PM


All times are GMT -5. The time now is 02:09 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.