0
votes
0answers
137 views

Issue with CSS font color in Webkit in Lion (#444 looks darker than #333) [closed]

I have a strange issue with Safari and Chrome Mac (19.0.1084.54) in OS X Lion. Here it is, very simply put: When I display it in a Webkit browser, text set in Helvetica Neue and color Hex #444 ...
2
votes
1answer
320 views

Image disappearing on reload in Safari and Chrome [closed]

I created a website for a client as seen here: http://einzigartig-reisen.com/ Notice the clock icon in the right sidebar. Works fine on first load. Now reload the page (by pressing F5 or the reload ...
4
votes
2answers
142 views

Should sites be tested in both Chrome and Safari?

While recently doing testing for a new web project, it occurred to me that Safari and Chrome both use the Webkit engine, yet are produced by two different companies (Apple and Google). Since it is ...
8
votes
4answers
817 views

Is there anything wrong with targeting the alt attribute in css?

I tried targeting the the alt attribute in css. My solution worked in Firefox/Mozilla, but fails in Safari-Chrome/Webkit. Is there anything wrong with styling an alt tag? If not, how do you suppose I ...