![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|
|
||||
|
Give me a few mins.
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” |
|
||||
|
HTML Code:
<html> <head> <style type="text/css"> .info-post { margin-top:5px; padding: 5px; background: #90a8ae; width:600px; overflow:hidden; font-size: 1.3em; line-height: 1.4em; } .info-post-user { float:left; width:490px; } .info-post-back { float:right; width:100px; text-align:right; } </style> </head> <body> <div class="info-post"> <div class="info-post-user">1/10/2008 351 scholio</div> <div class="info-post-back"><a href="javascript:history.back()">Terug</a></div> </div> </body> </html>
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” |
|
||||
|
Even better:
HTML Code:
<html> <head> <style type="text/css"> .info-post-user{ position:relative; width:600px; margin-top:5px; padding:5px; background:#90a8ae; width:600px; overflow:hidden; font-size:1.3em; line-height:1.4em; } .info-post-user a{ position:absolute; right:5px; width:100px; text-align:right; } </style> </head> <body> <div class="info-post-user"> 1/10/2008 351 scholio <a href="javascript:history.back()">Terug</a> </div> </body> </html>
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” |
|
||||
|
Thanks for the help but I think both codes need a bit of tampering.
If I use the first one, it displays niecely in FF3 but the overlay isn't working in IE6. If I use the second one, it displays nicely in IE6 (?!) but takes away the margin for the next item in FF3. |
|
||||
|
You can add minor stylings back in. Tweak the right:5px; value I think is what you want.
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” |
|
||||
|
Worked?
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need CSS code for wordpress | velina | CSS Forum | 2 | 07-10-2008 05:43 PM |
| Where/how did you learn to code? Or did you? | Maggled | General Web Design Forum | 29 | 11-08-2008 06:12 AM |
| Code-Slider | picky-very-picky | General Web Design Forum | 1 | 12-12-2007 02:22 PM |
| Bar Code Chandelier | Toon | Off Topic | 7 | 06-07-2007 06:08 PM |
| Ever1 knows that I can't code. | whitey-wonder | Graphic Design and Web Design Help | 9 | 21-03-2007 11:18 PM |
| All times are GMT. The time now is 04:15 AM. |