View Single Post
Old 08-12-2010, 08:09 PM  
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
Honestly, on your page in the code:

Code:
  <style type='text/css' media='all'>
@import 'css/bimbo.css';
  </style>
I'd add in"

Code:
@media handheld {
  body, #mainviewframe { width: 640px; }
}
So it would then be

Code:
  <style type='text/css' media='all'>
@import 'css/bimbo.css';
@media handheld {
  body, #mainviewframe { width: 640px; }
}
  </style>
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote