Opened 14 years ago

Closed 14 years ago

#620 closed defect (fixed)

Styles on gazetteerWFS not applying with ie8

Reported by: arunatosgeo Owned by: dev
Priority: major Milestone: 2.6.1 release
Component: user interface Version: 2.6 rc1
Keywords: gazetteerWFS ie Cc:

Description

I have applied style attribute on gazetteerWFS id as :visibility:visible; border:1px solid #C51230;background-color:#CCCCCC;

This display perfectly fine on Mozilla Firefox , but not applying on ie8,

Please help, I am attaching snaps of the both ff and ie, for reference

Regards

Arun Sharma

Attachments (1)

ie_snap.JPG (151.0 KB ) - added by arunatosgeo 14 years ago.

Download all attachments as: .zip

Change History (3)

by arunatosgeo, 14 years ago

Attachment: ie_snap.JPG added

comment:1 by marc, 14 years ago

Hi Arun,

please try out to catch your Elements via css class selectors instead of the id.

example:

.<yourClass>{
border:1px solid #C51230;
}

regards Marc

comment:2 by marc, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.