References to JPG vs. PNG in demo_table_jui.css
References to JPG vs. PNG in demo_table_jui.css
Noticed that the following lines in demo_table_jui.css (from 1.9.2) were being flagged as broken links in my IDE -- sure enough there are no .jpg images in the images directory. Should those be pointing to the .png files?
[code]
.paginate_disabled_previous {
background-image: url('../images/back_disabled.jpg');
}
.paginate_enabled_previous {
background-image: url('../images/back_enabled.jpg');
}
.paginate_disabled_next {
background-image: url('../images/forward_disabled.jpg');
}
.paginate_enabled_next {
background-image: url('../images/forward_enabled.jpg');
}
[/code]
[code]
.paginate_disabled_previous {
background-image: url('../images/back_disabled.jpg');
}
.paginate_enabled_previous {
background-image: url('../images/back_enabled.jpg');
}
.paginate_disabled_next {
background-image: url('../images/forward_disabled.jpg');
}
.paginate_enabled_next {
background-image: url('../images/forward_enabled.jpg');
}
[/code]
This discussion has been closed.
Replies
Thanks,
Allan