Skip to main content

Bug Tracker

Side navigation

#3489 closed bug (duplicate)

Opened October 17, 2008 04:03AM UTC

Closed March 02, 2009 12:46AM UTC

Last modified March 14, 2012 11:22PM UTC

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)

Attachments (0)
Change History (3)

Changed October 17, 2008 04:27AM UTC by killerangel comment:1

css("borderWidth")

and

css("borderColor")

not work in ff

Changed January 26, 2009 04:09AM UTC by kswedberg comment:2

component: webcore
owner: joern

Changed March 02, 2009 12:46AM UTC by dmethvin comment:3

resolution: → duplicate
status: newclosed

This is a duplicate of #3007.