You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the only solution is CSS, how can I solve the problem of the often used <div class="clear"></div> statement? It keeps me from changing order and alignment of elements with float:left for example.
Completely destroying the clear class seems to be stupid, addressing the div seems not to be possible since I do not want to address ALL with class div.
Any suggestions?
The text was updated successfully, but these errors were encountered:
After a while of experimenting I found that modifying something inside an iFrame like the meeting widget is not as easy as modifying the page content itself. If anybody could give me a push on how to handle that - that’d be great.
Hi guys,
if the only solution is CSS, how can I solve the problem of the often used <div class="clear"></div> statement? It keeps me from changing order and alignment of elements with float:left for example.
Completely destroying the clear class seems to be stupid, addressing the div seems not to be possible since I do not want to address ALL with class div.
Any suggestions?
The text was updated successfully, but these errors were encountered: