<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

Reply via email to