Click here to Skip to main content
15,891,253 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Browse Code tab request Pin
Chris Maunder13-Apr-11 12:09
cofounderChris Maunder13-Apr-11 12:09 
GeneralRe: Browse Code tab request Pin
Adrian Cole13-Apr-11 13:13
Adrian Cole13-Apr-11 13:13 
GeneralIE8 specific bug - Message subjects don't show Pin
Nish Nishant13-Apr-11 4:26
sitebuilderNish Nishant13-Apr-11 4:26 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Chris Maunder13-Apr-11 5:09
cofounderChris Maunder13-Apr-11 5:09 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Nish Nishant13-Apr-11 5:17
sitebuilderNish Nishant13-Apr-11 5:17 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Dan Neely13-Apr-11 8:01
Dan Neely13-Apr-11 8:01 
GeneralRe: IE8 specific bug - Message subjects don't show [modified] Pin
Chris Maunder13-Apr-11 10:30
cofounderChris Maunder13-Apr-11 10:30 
AnswerRe: IE8 specific bug - Message subjects don't show Pin
Luc Pattyn13-Apr-11 10:47
sitebuilderLuc Pattyn13-Apr-11 10:47 
I think you can do conditional CSS in a couple of ways:

A. with an extra div:

A1. a single CSS file with global as well as specialized style definitions:
p { definitions for paragraph }

div.IE8 p { definitions for paragraph specific to IE8 }


A2. and then you pack every page in a div with a class that depends on the browser:
<div class="IE8">
normal page content
</div>


B. The alternative would be the "PIEBALD approach":
- create a single CSS file, stuff it with typical C-style preprocessor directives;
- have a batch file that "compiles" this for every browser target, using different output file names of course;
- have your pages include the correct CSS file.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: IE8 specific bug - Message subjects don't show Pin
Chris Maunder13-Apr-11 11:52
cofounderChris Maunder13-Apr-11 11:52 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Luc Pattyn13-Apr-11 12:03
sitebuilderLuc Pattyn13-Apr-11 12:03 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Chris Maunder13-Apr-11 12:08
cofounderChris Maunder13-Apr-11 12:08 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Luc Pattyn13-Apr-11 12:16
sitebuilderLuc Pattyn13-Apr-11 12:16 
GeneralRe: IE8 specific bug - Message subjects don't show [modified] Pin
Luc Pattyn13-Apr-11 13:51
sitebuilderLuc Pattyn13-Apr-11 13:51 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Chris Maunder16-Apr-11 11:52
cofounderChris Maunder16-Apr-11 11:52 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Luc Pattyn16-Apr-11 12:04
sitebuilderLuc Pattyn16-Apr-11 12:04 
QuestionRe: IE8 specific bug - Message subjects don't show Pin
Luc Pattyn16-Apr-11 12:47
sitebuilderLuc Pattyn16-Apr-11 12:47 
AnswerRe: IE8 specific bug - Message subjects don't show Pin
Chris Maunder16-Apr-11 14:22
cofounderChris Maunder16-Apr-11 14:22 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
#realJSOP13-Apr-11 8:33
mve#realJSOP13-Apr-11 8:33 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Chris Maunder13-Apr-11 12:09
cofounderChris Maunder13-Apr-11 12:09 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
#realJSOP14-Apr-11 0:21
mve#realJSOP14-Apr-11 0:21 
GeneralRe: IE8 specific bug - Message subjects don't show Pin
Dan Neely14-Apr-11 2:28
Dan Neely14-Apr-11 2:28 
GeneralObservation: Edits in the Q/A Forum Pin
Slacker00713-Apr-11 1:32
professionalSlacker00713-Apr-11 1:32 
GeneralRe: Observation: Edits in the Q/A Forum Pin
#realJSOP13-Apr-11 2:37
mve#realJSOP13-Apr-11 2:37 
GeneralRe: Observation: Edits in the Q/A Forum Pin
Slacker00713-Apr-11 2:41
professionalSlacker00713-Apr-11 2:41 
GeneralRe: Observation: Edits in the Q/A Forum Pin
Chris Maunder13-Apr-11 5:11
cofounderChris Maunder13-Apr-11 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.