2

I am new to Windows 8 app development, I am using HTML5/CSS/JS to develop the app.

Facing an issue that for every onclick event I am getting dark shadow over the UI widgets (Button/input focus..etc)

How to avoid that dark shadow?

i am attaching the screenshotenter image description here

Thanks in advance.

  • 1
    can you add a screenshot of this dark image? – Maurizio In denmark Feb 13 '14 at 15:33
  • 2
    There is a DOM explorer in Visual Studio Express, can you find the html and css for the button and paste it here? – Jordan Kasper Feb 13 '14 at 16:46
  • Which CSS file are you using? 'ui-dark.css' or 'ui-light.css'? – Eric Schmidt Feb 13 '14 at 17:30
  • Just to be sure, you're talking about Windows 8, right? Not Windows Phone 8. If you develop an HTML app for Windows Phone 8 you'll get that shadow on every link and I know how to fix that, but if you're actually talking about Windows 8 (or 8.1) then I agree that looking at the DOM Explorer is the best first step. If you can get a screenshot too of the visual artifact to share that would be helpful. – Jeremy Foster Feb 14 '14 at 03:48
  • Thanks Jeremy Foster , I am talking about Windows phone 8 . Could you please give me the solution ? – user3305881 Feb 14 '14 at 04:55
  • Thanks Maurizio In Denmark , i don't have 10 reputation to share a screen short – user3305881 Feb 14 '14 at 05:02
  • Thanks Jakerella , my html code is like :

    Forgot Password?

    css : .login_container h1 { color: #000; text-align: center; float: left; font-weight: normal; width: 100%; margin-top: 20px; font-size: 0.7em; } css active: .login_container h1:active { color: #FFFFFF; }
    – user3305881 Feb 14 '14 at 05:39
  • Please refer this.. http://stackoverflow.com/questions/6378008/windows-phone-7-browser-turn-off-the-gray-shading-when-links-are-clicked/17670216#17670216 – Pravesh Pesswani Aug 19 '14 at 13:04

0 Answers0