grafgo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: form fields are not alligned in IEThank you for the tip!
Forum: Themes and Templates
In reply to: form fields are not alligned in IEThank’s it’s an amazing site to see other platform.
Basically I have this problem on IE 6 and 7 following this website.
I am happy to see that the white space above the nav bar is also not visible on most platform.
For now I am not going to worry about it if it’s ok on most platform.
thanks
Forum: Themes and Templates
In reply to: form fields are not alligned in IEI see , i guess it works on many version of IE but mine. 🙂
Here is a printscreen of the layout I see:
Forum: Themes and Templates
In reply to: form fields are not alligned in IEyes if you go on the contact page: http://swiftpaymentinc.com/contact-2/
you will see that the fill out form on the page is very badly aligned in IE. The radio button is on top of the cell and the text beside it is at the buttom.
Maybe a look at it will make it clearer.
Version Internet Explorer 9.0.81112
Forum: Themes and Templates
In reply to: displays right side bar under the content on Mobile phonethe secondary code is :
#secondary { float: right; margin-right: 1.6%; width: 200px; background:white; }Forum: Themes and Templates
In reply to: How to add a link to background image in twenty eleven?In my case I have display none on: #branding and #searchform
Maybe this is why this fix doesn’t show a red border? I added it to my style.css but it changed nothing.
I admit I feel more lost now. where is it that I can add the link to or install this block in the right side of the header, in place of the search form where my logo is?
Thank’s for your patience..
Forum: Themes and Templates
In reply to: navigation bar is too narrow in IEEven if I change the width of the navigation bar the shadow of the bar under shows up.
#access a {
color: white;
display: block;
font-size: 14px;
line-height: 2.333em;
padding: 0 2.6em;
text-decoration: none;
}Forum: Themes and Templates
In reply to: Navigation Menu of Twenty Eleven ignored in IEThe color and hover are resolved so I will close this post. I’ll start another one concerning the navigation bar being narrower in IE and showing the slides.
Thank you very much Andrew.
Forum: Themes and Templates
In reply to: Navigation Menu of Twenty Eleven ignored in IEWow amazing! Thanks the colors works, the hover and all. Took me time to figure it out but I’m happy You helped me find this gradient tool online.
But what is this navigation bar shorter in IE that shows when the slides fade? That looks bad..
Forum: Themes and Templates
In reply to: Navigation Menu of Twenty Eleven ignored in IEyes: 9.0.9 to be precise.
You don’t have this problem in other versions?
I will look at that. Thank you I’ll see what comes up of it and keep you posted.
Thanks.
Forum: Themes and Templates
In reply to: Navigation Menu of Twenty Eleven ignored in IEWell i installed CSS 3 pie (WP PIE), and I got some results in IE 9.09.
The background color of the nav bar is now showing the right color. That’s great. The problem persists with the hoover color that stays the same old internet blue…
And strangely the bar is narrower in IE and it shows when the slides disolve?Thank you, at least the first look of the website is saved! Now If you know what is wrong in my coding I would really appreciate your help.
PierreHere is the CSS of that NAV BAR
#access { background-image: -moz-linear-gradient(#003366, #006699); -pie-background: linear-gradient(#003366, #006699); behavior: url(http://swiftpaymentinc.com/wp-content/plugins/wp-pie/pie/PIE.htc); } .singular .hentry {background-color: #ffffff} page.singular .hentry {background-color: #ffffff} /* If you want to change the hover color of the Navigation Menu of Twenty Eleven THeme try the following CSS Note : change the color code as your choice.and paste the code at the bottom of style.css of your main (parent theme)*/ #access li:hover > a, #access a:focus { background: #0033cc; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#003366, #006699); background: -o-linear-gradient(#003366, #006699); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003366), to(#006699)); /* Older webkit syntax */ background: -webkit-linear-gradient(#003366, #006699);color: #cc9933; -pie-background: linear-gradient(#003366, #006699); behavior: url(http://swiftpaymentinc.com/wp-content/plugins/wp-pie/pie/PIE.htc); }Forum: Themes and Templates
In reply to: compatibility problems with IEresolved
Forum: Themes and Templates
In reply to: compatibility problems with IEThank you very much… That did it! It works now.
Really appreciated. thank you.
Forum: Themes and Templates
In reply to: compatibility problems with IEOh, i did that and one bug I found was this. is this:
Error Line 88, Column 30: Heading cannot be a child of another heading.
<h2 id=”site-description”></h2>
Forum: Fixing WordPress
In reply to: Site Still shows up bad in I ExplorerIt is an un-edit version of twenty eleven.
I did replace it anyway and it changed nothing…
But you are right to suggest to start from there.