CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 9/1/2006 11:33:01 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 93 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
mondo21
Asp.Net User
Send Image Behind Text ??9/1/2006 11:33:01 AM

0

Hi Everyone,

I am using Visual web Developer

I have a page that contains text that are set up as hyperlinks.

When I paste an image to the page it appears on top of my text .

Is there a way to send the image behind the text..?

I suppose setting up the image as a backgroud may do this but this would fill the entire screen and I don't really

want that ?..How do I set up the image as a background

 

Ray..

hardik.net
Asp.Net User
Re: Send Image Behind Text ??9/1/2006 6:23:35 PM

0

hi !!

Put all the text in table's <TD>

<Table>

<tr> <td background="image1Path"> Link1 </td> </tr>

<tr> <td background="image2Path"> > Link2 </td> </tr>

<tr> <td background="image3Path"> > Link3 </td> </tr>

<tr> <td background="image4Path"> > Link4</td> </tr>

</table>

 

Hope this will help you..


Thanx,
Hardik Patel
lostlander
Asp.Net User
Re: Send Image Behind Text ??9/5/2006 2:32:35 AM

0

Yeah, that works, another alternative for you is to use Z-index.

Example:

<html>
<head>
 <style type="text/css">
   img.x
   {
    position:absolute;
    left:0px;
    top:0px;
    z-index:-1
   }
 </style>
</head>

<body>
  <h1>This is a Heading</h1>
  <img class="x" src="bulbon.gif" width="100" height="180"> 
  <p>Default z-index is 0. Z-index -1 has lower priority.</p>
</body>

</html>
The texts are in front of bulbon.gif.
See here for the demo:
http://www.w3schools.com/css/tryit.asp?filename=trycss_zindex2
Regards!^_^
lostlander.
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Word 2003 bible Authors: Brent D. Heslop, David Angell, Peter Kent, Pages: 869, Published: 2003
Office 2008 for Macintosh: The Missing Manual Authors: Jim Elferdink, Pages: 876, Published: 2008
Asterisk: the future of telephony Authors: Jim Van Meggelen, Jared Smith, Leif Madsen, Pages: 380, Published: 2005
Programming PHP Authors: Rasmus Lerdorf, Kevin Tatroe, Peter MacIntyre, Pages: 521, Published: 2006
PC Annoyances: How to Fix the Most Annoying Things about Your Personal Computer Authors: Steve Bass, Pages: 176, Published: 2003

Web:
811.com - Free SMS Text Messaging - Send free text messages ... Send Free SMS Text Messages, Images, Ringtones, Audio, Video and much more to any cellular phone. ... Get your own Free 811 & send unlimited Text, Images, ...
811.com Free Picture Messaging - Send Free Picture Messages to any ... Send Free Picture Messages to any cell phone - no registration, no credit card needed. ... Get your own Free 811 & send unlimited Text, Images, ...
SMS-it Download - Send SMS (Text, pictures, ringtones) to a mobile ... SMS-it! allows you to send a short message (SMS = Short Message Service) to a ... A utility that separates / splits a tiff image (facsimile) using text ...
Can you send a picture text to a verizon phone from email?... Can you send a picture text to a verizon phone from email? ([email protected]) Would you attach it or paste it right into the message? attach ...
Moving Images Behind Text (Tips.Net) Select the image. Choose the Order option from the Draw menu on the Drawing toolbar. Word displays a submenu. Choose Send Behind Text from the submenu. ...

Unable to apply skin to ajax calendar extended control - ng.asp ... ... i set the color of an item template in a skin file · unable to apply skin to ajax calendar extended control · send image behind text ? ...
GridView page flip: The file web.sitemap required by ... send image behind text ?? asp.net menu (dynamic) ? ignoring elements from the master page · themes and caching · treeview persist state ...

Videos:
How To Send Picture Messages (MMS) From Your iPhone Using ... In this video, I will show you how you can send MMS messages from your iPhone or iPod Touch using a great application called Picfree. The ...
HowTo Send Free Picture/Ringtone Messages To Cell Phone This is a tutorial on how to send pictures and ringtones from your computer to a cell phone. Its really easy, free, and quick!! Please rate and ...
Motion Estimation from Image and Inertial Measurements Google TechTalks February 24, 2006 Dennis Strelow Robust motion from monocular image measurements would be an enabling technology for Mars ...
Opera Mobile 9.5 The Opera Mobile 9.5 experience includes many of the innovations found in Opera's trend-setting desktop browser including: Intuitive user ...
Send Free MMS On Your iPhone/iPod Touch With PicFree In this video, I discuss a great application by the makers of Pinger and TextFree called PicFree. This application allows you to send free ...






freeze header

menu - horizontal padding

templates for asp.net with support for masterpages?

how to access a control of a master page?

site design choices

hide nodes

how set virtual address of a <td> background tag

is there a way to maintain a common theme?

looking for sample themes

master page and content place refresh

problem with order of application of styles

question on font support for browsers.

menu control question

are themes going to be depracated?

how to write web.sitemap xml file?

trouble with breadcrumb control

how to bind sitemap to database?

treeview selectednode with sitemapdatasource

applying styles

menu control questions

page load not working when call from javascript menu

themes aint workin' here ..!

problem with tree control ...

treenode javascript programmability

menu - current item and parent item selected?

how do retain/change ids

problem with menu control and flash movie

sitemap spacing

is it possible to have a master page for multiple applications?

master page reloading when a link is clicked?.....

   
  Privacy | Contact Us
All Times Are GMT