Click here to Skip to main content
15,885,915 members

Comments by Roliking (Top 22 by date)

Roliking 16-Dec-17 8:37am View    
Same no of columns shown in the temp table that i have created.
Roliking 12-Jan-15 3:38am View    
Please check my updated post for solution.
Roliking 28-Aug-14 0:42am View    
<ul id="colorDropDown" class="colorDropDownBox" style="height: 128px; overflow: hidden; padding: 0px; display: none; width: 351px;">
<div class="jspContainer" style="width: 351px; height: 128px;">
<div class="jspPane" style="padding: 0px; top: 0px; width: 351px;">
<li tabindex="0" class="colorDropDownRows">

<div>
<img alt="Naturally Pretty Eyeshadow Trio, Pretty in Amber" src="src1">
</div>
<div class="distinctionName">Pretty in Amber</div>

</li>
<li tabindex="0" class="colorDropDownRows">

<div>
<img alt="Naturally Pretty Eyeshadow Trio, Pretty in Nudes" src="src2">
</div>
<div class="distinctionName">Pretty in Nudes</div>

</li>
<li tabindex="0" class="colorDropDownRows">

<div>
<img alt="Naturally Pretty Eyeshadow Trio, Pretty in Plum" src="src3">
</div>
<div class="distinctionName">Pretty in Plum</div>

</li>
<li tabindex="0" class="colorDropDownRows">

<div>
<img alt="Naturally Pretty Eyeshadow Trio, Pretty in Smoke" src="src4">
</div>
<div class="distinctionName">Pretty in Smoke</div>

</li>
</div>
</div>
</ul>
Roliking 28-Aug-14 0:36am View    
The HTML structure looks something like this. There are lot of javascript functions that are applied on it though and styles are being set from javascript files as well.

But the main concern here is the default highlight that comes on keyboard focus through tabbing is not getting set on the anchor tag within the li only in IE browser, even though i am trying to apply the outline explicitly it still doesn't show up. Any work around could be done for this?