Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. div.image {
  2. width:<?php echo get_image_size( $size[1] ); ?>px;
  3. }
  4.  
  5. <?php header("Content-type: text/css"); ?>
  6.  
  7. <link rel="stylesheet" type="text/css" href="cssfile.php?param=1" />
  8.  
  9. <style type="text/css">
  10. div.image {
  11. width:<?php echo get_image_size( $size[1] ); ?>px;
  12. }
  13. </style>
  14.  
  15. <?php header("Content-type: text/css"); ?>
  16.  
  17. <div class="image">
  18. <img src="image.gif" />
  19. </div>
  20.  
  21. div.image img{
  22. width: 100%
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement