- Total Members: 263,786
- Threads: 454,030
- Posts: 1,062,515
Great community. Great ideas.
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
-
Dec 27th, 2012, 01:09 AM
#1
Problem in css buttons
Hii friends,
I am creating css buttons that work well in internet explorer, firefox and chrome. The css buttons are not working well in safari. Safari shows the css buttons cut-off and with the text underlined in blue. Can anybody tell me how do css buttons work well in safari?
-
Dec 27th, 2012, 07:01 AM
#2
Hey, you should paste&post your code first then we'll se whats wrong
. Maybe you have to add more precised css to see an effect. Firefox and Chrome are very tolerant in html/css interpretation.
BTW, this is my first post, hello everyone!
-
Dec 27th, 2012, 09:13 AM
#3
It is very likely that you are using a property that is not supported in safari. Cross browser compatibility is a problem.
You have the following options
1) Do nothing, the traffic levels from safari is relatively low
2) Change your design method so that it works cross browser (implement an background image or combination of images instead of using CSS)
3) Use a browser sniffer script that delivers slightly different mark up and styling based on the browser, so you get the full functioning version for the supported browsers, and then the next best option for the browsers that don't support it.
Posting your code will help to debug the problem and get some solutions.
-
Jan 2nd, 2013, 02:31 PM
#4
Both Chrome and Safari are web-kit based. If you are seeing an issue in Safari but not in Chrome I am lead to believe it's a syntax error. To echo others a code sample would help immensely.
-
May 13th, 2013, 07:10 AM
#5
If you're using CSS2 or below, you shouldn't be facing any problem. If you're using CSS3, and you're opening your code in an earlier version of the browsers, you would be encountering the problems you have stated. Try use web-kit, moz-kit, etc to make it compatible
If it is still not working, there may be an error in the code. can you please share the code so that we can help you further
Similar Threads
-
By Swagman in forum Social Chat
Replies: 3
Last Post: Jul 25th, 2012, 04:36 PM
-
By SeoExp in forum SEO Help (General Chat)
Replies: 2
Last Post: Feb 24th, 2010, 02:40 AM
-
By J.T in forum Google Optimization
Replies: 1
Last Post: Apr 30th, 2008, 05:36 AM
-
By deregular in forum Suggestions & Feedback
Replies: 0
Last Post: Oct 4th, 2004, 07:37 AM