Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have
inside table, td background color is blue and width 100% and alignment is center. And add a panal control to
panal width is 70% and height is 15%. NOw I want to add a image that image should be appears half on panal and half on td. please help me to set image.
Posted

1 solution

You can't make an image or anything else that is half in and half out of a td. You can perhaps float it ABOVE those things, which will be messy. Fixing your layout will be better.
 
Share this answer
 
Comments
Raju2049 17-Aug-12 8:35am    
Good evening sir,
Can I do this by using ajax or javascript in one td.
Christian Graus 17-Aug-12 9:47am    
I don't understand. I feel like most people on these forums say 'AJAX' and have no idea what it means. AJAX makes calls to the server, it has nothing to do with what you're doing. Javascript can be used to modify HTML, but if you don't want it to change, then it has nothing to do with a solution, either. You can show your image inside a td, yes. You can probably use CSS to take an image that's inside a TD and float it above it. But, either way, it sounds like what you want, is messy

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900