Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-14-2013, 02:05 PM   PM User | #1
amill016
New to the CF scene

 
Join Date: Mar 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
amill016 is an unknown quantity at this point
Overlapping menu in Safari only

I have a problem rendering a menu in Safari. In safari I have a menu that overlaps with my profile picture. I don't have this problem in Chrome or Firefox. The menu position is controlled by the code
#profile_menu{}.__wps__wrapper }
I can change the position of the menu if I add padding-top: 150px; in the {}, but it is applied across browsers. Is there a way to target safari? I tried
@media screen and (-webkit-min-device-pixel-ratio:0)
and a few other hacks, to no avail. Alternatively, is there another way to fix it, so I don't have to hack the code? the website is www.thefreecollective.org/profile/. I can provide a temp login if necessary to see the problem. Thanks.
amill016 is offline   Reply With Quote
Old 03-14-2013, 05:04 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,366
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
See if you have coding errors first go to http://validator.w3.org/#validate_by_input and post your code there.
Coding error are a big cause of not working in all browser (IE being the exception).
sunfighter is offline   Reply With Quote
Reply

Bookmarks

Tags
overlapping menu, safari css

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:08 AM.


Advertisement
Log in to turn off these ads.