#3489 closed bug (duplicate)
don't work css border in ff
Reported by: | killerangel | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | border | Cc: | |
Blocked by: | Blocking: |
Description
<style> .a1{
border-width:1px; border-style:solid; border-color:#FF0000; width:180px;
} .a2{
border:1px solid #006633;
} </style> <div class="a1">some text</div> <div class="a2">some text again</div> <script type="text/javascript">
alert($("div.a1").css("border-width")) work only in ie alert($("div.a2").css("border")) not work in ie, ff
</script>
the first alert work only in ie, in ff = ["" or null]
the second alert: in ie6 = 'unknow' in ff = ["" or null]
verificated in ie(6) and ff (lastest version)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | web → core |
---|---|
Owner: | joern deleted |
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of #3007.
Note: See
TracTickets for help on using
tickets.
css("borderWidth")
and
css("borderColor")
not work in ff