Versions

auto-clearfix-FW7.fwaction.zip (2015-04-13) (Downloaded 539 times)

Contains:

  • Auto Clearfix (FW7) (page-action) - v. 1.0.3

Compatible: Pro 7

auto-clearfix.fwaction.zip (2013-04-24) (Downloaded 98 times)

Contains:

  • Auto Clearfix (page-action) - v. 0.2

Compatible: Pro 6

Author: Softpress Support

inline box-model inflow floats

This Page Action automatically applies a clearfix to all unfloated parents with floated children, preventing the parent’s height from collapsing.

Use the “Apply to all unfloated elements?” option to prevent margins from collapsing.

4 Comments

Notice the embedded style(s) created by the Auto Clearfix action, while the action (although applied to the page) has been disabled.

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>index</title>
<meta name="viewport" content="width = device-width, initial-scale = 1.00, minimum-scale = 0.25, maximum-scale = 1.60">
<meta name="generator" content="Freeway Pro">
<link rel=stylesheet href="css/master.css">
<link rel=stylesheet href="css/index.css">
<link rel=stylesheet href="css/site.css">
<style type="text/css"><!--.f-cf:before,.f-cf:after { content: " "; display: table; }
.f-cf:after { clear: both; }
.f-cf { *zoom: 1; }
--></style></head>
<body>
<div id="PageDiv">
    <div id="page-wrapper" class="f-ms"><div id="header-wrapper" class="f-ms"></div>
        <div id="navbar-wrapper" class="f-ms"></div>
        <div id="pagebody-wrapper" class="f-ms"><div id="item1" class="f-ms"></div>
            <div id="item2" class="f-ms"></div>
            <div id="item3" class="f-ms"></div>
            <div id="item4" class="f-ms"></div>
            <div id="item5" class="f-ms"></div>
        </div>
        <div id="footer-wrapper" class="f-ms"></div>
    </div>
</div>
</body>
</html>

Shouldn't these styles be gone after disabling the action?

Richard

Hi Walter .. I just contacted softpress. my auto clearfix 7 is having a javascript error.. I have tried everything I can but it keeps popping up and I can't update my site thx

What changes have been made to the latest version please?

Sign In or to comment.