View Single Post
  #42  
Old 08-12-2007, 09:53 AM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: Change to the sidebar: Feedback requested.

It still looks like crap on a PocketPC. It should be easy to fix. Checkout THIS POST by ZeTurd. I've copied it below...

[ QUOTE ]
Actually, it should be pretty trivial to serve an additional stylesheet to hand-held devices that removes the left hand column:

This goes into the .php files associated with the forum:

[ QUOTE ]
<link rel="stylesheet" href="http://forumserver.twoplustwo.com/stylesheets/infopop.css" type="text/css" />
<link rel="stylesheet" type="text/css" media="handheld" href="http://forumserver.twoplustwo.com/stylesheets/handheld.css">

...

<TABLE BORDER=0><TR><TD id="leftcolumn" VALIGN=TOP WIDTH=125 BGCOLOR="#85F2C3" TEXT="#000000" LINK="#666666" VLINK="#000000">

[/ QUOTE ]

This goes into handheld.css

[ QUOTE ]

#leftcolumn {
display: none;
}


[/ QUOTE ]

There you go...

[/ QUOTE ]
Reply With Quote