On Nov 7, 2013, at 7:55 PM, Philippe Wittenbergh wrote: > > Le 8 nov. 2013 à 10:47, Karl DeSaulniers <[email protected]> a écrit : > >> Istn't the rule that inline styles trump all even browser added styles or >> users styles as they may be? >> If your wanting it to stay one color, then wouldn't <body >> style="background-color: green !important;"></body> do the job? > > Yes sure inline styles override styles declared in a stylesheet per the > cascade. But that wouldn’t help discover/understand the issue Rick is seeing, > which is that -apparently- opening the page loaded on an iOS device in > Safari’s web inspector seemingly changes the body ID. > > Philippe > -- > Philippe Wittenbergh > http://l-c-n.com >
Ah I see. Well normally you wouldn't put an ID on the body anyways, you would put a class wouldn't you? That is if your trying to style it. Karl DeSaulniers Design Drumm http://designdrumm.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
