You Are Here Home > May 2009

May 2009

highlight_string/highlight_file doesn’t work

Make sure you wrap the PHP code with <?php and ?>

<?php
highlight_string('<?php
// ... Some code
?>');
?>
highlight_string/highlight_file doesn’t work
Comments (0)   Filed under: PHP   Posted by: Hamid

Absolute Positioning an Element Relative To a Box/DIV

In order to do this, you must position the parent box relative, you don’t need to set the left/right or top/bottom necessarily, just a:

.ab-parent-box {
   position: relative;
}

Will do the trick…

Absolute Positioning an Element Relative To a Box/DIV
Comments (0)   Filed under: CSS   Posted by: Hamid
Older Posts »