Posts by Lucas • 229 points
6 posts
-
3
votes1
answer723
viewsQ: How to center figure with max-width set?
I’m trying to centralize a figure with max-width defined. By centering without the max-width, right. But the background exists in it gets 100% and not centralized together with figure. For that I…
-
5
votes2
answers235
viewsQ: Columns in percentage not aligned
I am using on my site 3 columns(sections) each with 33.33% width and with margin-left and right from 10px to 3. Only the last column is falling down. Because they are width in %, they should not fit…
-
3
votes1
answer74
viewsQ: List-style disappearing when using 'Columns'
I am using'Columns' in ul to split my menu into 2 columns. More when using, list-style some. Why? There is a possibility that it will not disappear? <ul id="menu-footer"> <li><a…
-
4
votes3
answers1709
viewsQ: Color in css property not working in IOS Safari
I have a <div> tagged <p> containing a phone number. In CSS I have the property with color: #000. However, only in Safari, it is not working. The phone turns white. It’s like Safari is…
-
2
votes1
answer155
viewsQ: Tabs with slideup() and slideDown() for left and right
I’m wearing a plugin of tab.js and to change tab he uses slideUp() and slideDown(). Only I’d like to use Left and Right. How to do? My code: $(document).ready(function() { (function ($) { $('.tab…
-
5
votes1
answer9688
views