Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   How to add 1px of padding-bottom to Page Menu Bar in IE & Safari Only (http://forum.bytesforall.com/showthread.php?t=19992)

New WordPress Fan Mar 26, 2013 09:40 AM

How to add 1px of padding-bottom to Page Menu Bar in IE & Safari Only
 
Using Atahualpa 3.7.10 with WordPress 3.5.1.

I have followed the helpful info in this forum on how to make the site header appear to run across the entire screen with a narrower site layout -- by using a top-left background image matched to the header (inserted at ATO > Body, Text & Links):

Code:

background: #111111 url(http://www.xxxxxx.com/wp-content/uploads/2013/03/Layout-Background-top-left-corner-500px-wide.jpg) repeat-x top left;
(The layout of the Header area is set at: %logo %page-center %bar1 %bar2.)

I have aligned the background image exactly to the Header area (in all browsers except IE and Safari), by setting the height of the logo/header area and the margins around the menu bar.

However, in Internet Explorer & Safari only, I need to add 1px more of padding-bottom to the page menu bar, in order to make it align perfectly to the background image.

How can I add 1px of padding-bottom to the page menu bar in a way that will affect only IE and Safari?

(Note: The background image and header area do align perfectly in ALL browsers if I set a fixed height for both the logo/header area and the menu bar, rather than using margins or padding for the menu bar. However, with a fixed height for the menu bar, the menu items wrap against the bottom menu bar border on mobile devices, which looks distorted. By using margins and padding rather than a fixed height for the menu bar, it wraps more normally - inside the menu bar borders - on mobile devices).

Any help or suggestions will be much appreciated. (I will send a PM with the URL to both of you, Juggledad and Larry.)

Many thanks!

New WordPress Fan Mar 26, 2013 10:14 AM

Update: I have found a work-around: By shortening one of the page names to make the menu content shorter, it now does not wrap even on mobile devices.

Then we can use a fixed page menu bar height (along with the fixed header height) to align the site to the top-left background image exactly in all browsers.

But, for future reference, I would still greatly appreciate any tips on how to set padding separately for IE and Safari.

Many thanks!

lmilesw Mar 26, 2013 10:33 AM

I played around a bit and what I would do is set many of the backgrounds to transparent so the background image shows through. You need to set the horbar backgrounds and borders to transparent and none and put a transparent background on #container. You will also have to add a bottom margin to the menu to push the image down a bit as well.

I THINK that is about it but there are many interrelated items.

Nice design by the way.

New WordPress Fan Mar 26, 2013 10:40 AM

Thank you, lmilesw! Very clever! I would not have thought of that.

Many thanks!

New WordPress Fan Mar 26, 2013 04:30 PM

One further question: Is there a way to add CSS inserts that will be read only on mobile devices, and for mobile devices, supersede any other inconsistent CSS code?

For example, I'd like computers to read the following code:

Code:

div#menu1 {
height: 36px;
padding-top: 8px;
}


But, all mobile devices to read the following code instead:

Code:

div#menu1 {
margin-top: 8px;
padding-top: 8px;
margin-bottom: 8px;
}

Is there a way to do that at CSS Inserts? Designate some code only for mobile devices and to prevail for mobile devices?

Many thanks!

juggledad Mar 26, 2013 06:27 PM

try a google search with 'css for mobile only'


All times are GMT -6. The time now is 09:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.