LPedia:Sandbox: Difference between revisions

Jump to navigation Jump to search
specifying float or width can help MSIE 6 gradients work
(Why does {{RBX}}'s gradient not work with MSIE 6 in this case?)
(specifying float or width can help MSIE 6 gradients work)
Line 28: Line 28:


Attempting to find out what's sabotaging the MSIE 6 gradient filter...
Attempting to find out what's sabotaging the MSIE 6 gradient filter...
<DIV style="padding:0.8em; margin:0.8em; {{RBX|legacy=#F3E8B5|topcolor=#FFF3BE|botcolor=#CABE96}}">
<DIV style="width:90%; padding:0.8em; margin:0.8em; {{RBX|legacy=#F3E8B5|topcolor=#FFF3BE|botcolor=#CABE96}}">


'''You Can Help!'''
'''You Can Help!'''
Line 42: Line 42:
This at least works correctly, right?
This at least works correctly, right?


<DIV style="{{RBX}}">
<DIV style="width:100%; {{RBX |topcolor=#FF7F00 |botcolor=#00BFBF}}">
<BIG><BIG><BIG>HELLO<BR/>WORLD</BIG></BIG></BIG>
<BIG><BIG><BIG>HELLO<BR/>WORLD</BIG></BIG></BIG>
</DIV>
</DIV>


Or this?
Or this?
<DIV style="padding:1em; float: left; margin:0.8em; {{RBX |topcolor=#FFFFFF |botcolor=#EFEFEF |legacy=#F7F7F7}}">
<DIV style="padding:1em; float:left; margin:0.8em; {{RBX |topcolor=#FFFFFF |botcolor=#EFEFEF |legacy=#F7F7F7}}">
<BIG><BIG><BIG>HELLO<BR/>WORLD</BIG></BIG></BIG>
<BIG><BIG><BIG>HELLO<BR/>WORLD</BIG></BIG></BIG>
</DIV>
</DIV>


Disabling float causes it to fail.  Why?
Disabling float causes it to fail.  Why?
fixed widths work too, why not percentage? 25% works... 75% works... just got 100% to work. 


<BR clear="all">
<BR clear="all">
Anonymous user

Navigation menu