RE: CSS vs. Tables OT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<snip>
> In 
> fact, I may be going out on a limb here, but I challenge anyone to 
> describe a layout that isn't covered.
</snip>

I want a layout that looks identical in every browser without resorting to
something like:

switch($browser){
  case 'IE':include('ie.css');
  case 'Mozilla':include('mozilla.css');
  {...}
  default:throw_hands_up_in_disgust();
)

I don't think thats possible right now, is it?

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux