Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use JavaScript to control the float attribute of CSS

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "how to use JavaScript to control the float properties of CSS". The editor shows you the operation process through an actual case. The operation method is simple, fast and practical. I hope this article "how to use JavaScript to control the float properties of CSS" can help you solve the problem.

Use JavaScript to control the float attribute of CSS

Today, I found a compatibility problem when I learned that JavaScript controls the float property of CSS. There is no code hint in Aptana and no code hint in VisualStudio2008. I don't know if it is because this property is not compatible in different browsers or whether they all have Bug. Let's take a look at my DEMO first.

ExampleSourceCode

FunctiondivFloatRight (e) {e.style.backgroundColor = "# ff0000"; e.style.styleFloat = "right"; / / IE e.style.cssFloat = "right"; / / firefoxandothersexplorer} functiondivFloatLeft (e) {e.style.backgroundColor = "transparent"; e.style.styleFloat = "left"; e.style.cssFloat = "left";}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report