0
votes
0answers
43 views

Javascript, appended CSS not working on Webkit

Once again, I turn to the expertise of the crowd :-) I have appended a new stylesheet like so: var css = "#newElement { color: #ff0000 }"; style = document.createElement('style'); if ...
1
vote
1answer
38 views

CSS Hover on Elements with Transformation [Chrome/Webkit Bug]

I have a div I'm applying a transform to with CSS. The actual transformation is as follows: .trans{ transform-origin: right center; transform: perspective( 600px ) rotateY( -30deg) ...
-1
votes
1answer
31 views

Really Bizarre Google Fonts and Letter Space Issue that materialized out of thin air, foreign characters won't load [closed]

So, in the last few hours, my website in development sprouted an issue. Where there are the character İ or I in small-caps variant, loading Roboto from google fonts, the spacing is suddenly all messed ...
2
votes
2answers
61 views

CSS Transform Translate to center of Window

I have a list of elements and upon a specific action, i'd like to apply the css-transform translate to move it into the center of the window. I know css-transform is used to relatively move an ...
1
vote
0answers
11 views

CSS glow animation keyframes work on Chrome but not iOS Safari

Any idea why this works in Chrome but not Safari? http://jsfiddle.net/tTxMV/ CSS: @-webkit-keyframes glow { 0% { opacity: 0; } 50% { opacity: 1; } 100% { ...
1
vote
1answer
31 views

webkit-filter breaks overflow: hidden

It seems I've run across a weird rendering bug that was introduced in Google Chrome 27. If you have a container with a webkit-filter and children element with overflow: hidden the overflowed content ...
0
votes
1answer
21 views

Moz appearance for radio button shows radio still

I'm using -webkit-appearance and -moz-appearance so that I can style my radio buttons differently. When I do this in Chrome I get what I want: When I use -moz-appearance for Firefox browsers, it ...
0
votes
0answers
39 views

page/form cutting off at 100% height

I am working on building an options page for a small website I am working on, but I have run into a rather interesting error. The bottom of my form seems to abruptly cut off at 100% browser height as ...
0
votes
0answers
34 views

Delay before displaying a CSS gradient in a Sencha Touch Carousel

I'm using Sencha Touch to build a mobile app in which there is a carousel. Each item is a small piece of HTML containing text and images. In some of these items, I need to add a gradient a the bottom. ...
1
vote
2answers
58 views

Flexible box layout model: How should auto margins in the cross-axis direction behave?

Please help me to understand one issue with the flexible box layout model for which I get different results in Firefox and Chrome. Consider the following HTML fragment: <body> ...
0
votes
2answers
30 views

CSS inline svg background in select with firefox

I am building a custom select tag with an inline svg background using -webkit-appearance: none in my css. http://jsfiddle.net/sucrenoir/yHR53/5/ select { font-size: 30px; border: 1px solid ...
0
votes
1answer
35 views

CSS animation issue with Firefox

I'm experiencing a browser incompatibility issue for Firefox, which I can't seem to fix. This works fine in modern IE and Chrome, but you'll see that when you hover over a box that its contents show ...
0
votes
1answer
21 views

Image blur effect working on Firefox and IE

I'm testing the blur effect -webkit-filter:blur(5px) which seems to work only with Chrome. But I've found this: http://vectorflower.com/preview/trans_banner/ I dont know how they do it, but works ...
1
vote
2answers
38 views

-webkit-flex not displaying properly on Android

After realizing the wonderful abilities of display:flex, I made a web page that looks exactly how I want it to when viewed from Chrome 26 on Windows. However, it doesn't work in Chrome 26 on my ...
3
votes
1answer
83 views
+500

Android WebKit focused textarea won't draw background image

Android WebKit draws a white background + border on a textareas and inputs when they have focus. How do I stop it from doing that? I've tried changing -webkit-tap-highlight-color, ...
1
vote
0answers
63 views

-webkit-text-size-adjust is no longer supported,how to set font-size to less than 12px

When I update my chrome to 28.0.1500.11 dev-m, I found that: -webkit-text-size-adjust:none; is no longer supported,and I found the changlist here http://trac.webkit.org/changeset/145168 It`s not ...
0
votes
0answers
16 views

WebWorks Viewport Width Issues

On the Blackberry Bold 9900 running 7.1 Bundle 998 (v7.1.0.284, Platform 5.1.0.230) I am having a strange viewport related issue. I am non-deterministically seeing screen.width alternate between ...
2
votes
1answer
44 views

Webkit / Blink browsers not respecting display styling on legend tag

Legend Tags in Webkit browsers seem not to accept any styling besides block and none for the CSS display property: Here's the HTML <legend>I should display as an inline block</legend> ...
2
votes
3answers
98 views

CSS3 box-shadow inset painful performance killer

After very hours debugging my app when I start first tests to deploy a Desktop executable with Awesomium (for Visual Studio 2010) I see a lot of render issues in webkit, since slow redraw and very ...
2
votes
1answer
51 views

How to hardware accelerate a box-shadow animation in CSS?

I am animating on a box-shadow with CSS. Using Instruments program, I discovered that this animation alone is taking 35% of the CPU on iOS Safari! The iPhone become hotter and hotter when I leave the ...
4
votes
3answers
58 views

How to fill the gap while scale

How can fill the gap at the bottom while using -webkit-transform: There is a gap when div becoming small. does any body know how to fix these gap here is the code <div id="popUp"> ...
-1
votes
0answers
47 views

webkit text size adjust has been removed now,how can i get font-size:10px now? [closed]

http://trac.webkit.org/changeset/145168 Remove desktop version of -webkit-text-size-adjust property. now how font-size<12px show in newest Chrome&Safari?
0
votes
1answer
50 views

Jquery cycle and css webkit animation

Im using jquery cycle for the slideshow. i want to be able to have the numbers stop and then roll whenever the next slide comes. so is almost there i have the numbers rolling in a infinite sequence so ...
-1
votes
0answers
44 views

-webkit-transform: rotate not functioning

Having problems using -webkit-transform: rotateX(180deg). Unfortunately, I cannot get it to load or work. Here's the code in question. HTML: <!DOCTYPE HTML> <html> <head> <link ...
1
vote
1answer
99 views

SVG background-image via CSS not showing in webkit browsers

I am an open-source developer and going for pure HTML5 and CSS3 with my webframework (http://m-m-m.sf.net). I want to draw a validation error icon via input:invalid rule in CSS aligned to the right. ...
0
votes
1answer
30 views

Background images and gradients - control size of the image

I'm using background images and gradients - see code below. I want to set a percent height for the image only, which works for Firefox, however i cannot figure out how to get it to work for Safari - ...
-1
votes
1answer
54 views

CSS x jQuery slideshow style [closed]

I'm using jQuery slideshow solution FlexSlider2. There is paging square navigation at the middle bottom of the slideshow which causes issue (but not in all browsers). In Chrome and Safari everything ...
1
vote
2answers
56 views

Chrome picks up non-existent CSS rules (-webkit)

When rendering a site in Chrome I noticed that certain <input> elements started appearing weird. When inspecting the elements in Chrome's built in developer tools I found matched -webkit ...
3
votes
1answer
65 views

Displaying a large background SVG slow on WebKit?

I have a large SVG graphic for the background of my site. See an example here: http://jsfiddle.net/aAwgU/4/embedded/result/ body{ background: url(http://www.thedavidcummings.com/images/html.svg) ...
1
vote
1answer
39 views

Android native browser doesn't update height on overflow auto when adding elements

I'm making a 1 page mobile web app. The container is fixed at 100% height and the article inside it has overflow: auto height: 100% This works great on both iOS and Android, the viewport stays ...
0
votes
1answer
31 views

CSS Fixing has unusual effect on browser window

I have a sidebar that affixes in a way that is similar to http://thenextweb.com/ Here is a live demo of the bug: http://adamkochanowicz.com/static/build0502/kickstrap/_examples/contacts.html To ...
0
votes
1answer
44 views

webkit transitions not working in chrome and safari

I'm having trouble getting a transition to work in webkit browsers, while it works perfectly in firefox. My code is below HTML <div class="dropdown" data-id="new-houses"> <h3>New ...
0
votes
0answers
56 views

CSS fixed positioning breaks in Chrome after -webkit-translate

I'm creating a webpage based on responsive web design. So when it's resized to a smaller resolution, the navigation menu will be removed from the top bar and turn into an iPhone Facebook/Path style ...
1
vote
2answers
110 views

CSS3 equivalent to width:calc(100% - 10px)

I'm searching for an alternative to migrate my CSS - already working on FF and Chrome -, because QtWebKit it's not rendering some CSS3 feature yeat. I have the following stuff: .fit { width: ...
0
votes
1answer
57 views

Stop animation at end of a cycle

The following code resets the animation to the first frame and repeats. For some reason animation-fill-mode:forwards; is not working. I'm not sure if it has to do with the pixels or the top margins. ...
1
vote
1answer
65 views

Select element CSS class to match Input element class

I found a nice style for my input elements but now I want to create a style that will look similar (or complementary) for my select elements. I would like someone familiar with CSS styles to give me ...
0
votes
0answers
18 views

Four value syntax for radial-gradient's position

MDN says that a radial gradients first argument is A <position>, interpreted in the same way as background-position. However, when using the four value syntax (e.g right 20px top 20px) that ...
0
votes
1answer
37 views

WebKit on tap transparency not working

I am trying to get rid of the transparency on tap. But for some reason this doesn't work on any of the elements on my html document. Does someone have any idea why this might be? body { ...
0
votes
2answers
37 views

How to copy only visible text

If text is positioned off display, is there any way to convince browsers to copy text only visible on the screen when user selects text using ctrl-a or select all. In the example that follows, I don't ...
1
vote
0answers
36 views

Removing animation in Firefox reverses but in webkit it snaps back to start

Why does Firefox reverse an animation back to the start if you remove it whereas webkit snaps it back to the start position? Is there a difference in how they handle this? I have an animation that ...
0
votes
3answers
99 views

Absolute positioning element 100% width inside relative positioned container bug in webkit

I've used this positioning trick a bit to achieve complex outcomes. I think I've come across a bug in webkit browsers which I'm struggling to understand. Here is the simple markup: <table> ...
0
votes
0answers
24 views

Triggering a CSS animation repeatedly in Firefox

I'm working on a little project of a book made out of divs with some CSS on it. You are suppose to be able to turn the pages repeatedly by clicking them. It works correctly on webkit where I did it ...
0
votes
0answers
34 views

CSS Skew Jagged Edges on iPad

I have a site that uses CSS skews extensively as part of the design. Using backface-visibility solved the jagged edge problem, except for on iPad. In every other webkit browser, iphone included, the ...
0
votes
0answers
52 views

CSS: How much is the value of webkit-border-radius and inner webkit-box-shadow of the icon like Ubuntu Unity tablet icon?

I tried to make the border-radius and the inner webkit-box-shadow and webkit-border-radius of the icon, using the transparence out, like the Ubuntu Unity tablet icon, but it wasn't well sucesseful. ...
0
votes
1answer
49 views

How to properly declare variables in CSS custom fragment shader?

For some reason every time I declare a custom variable in my CSS fragment shader, the shader stops working. I have no idea why this is the case since I'm quite sure the syntax is correct. Here is my ...
1
vote
2answers
70 views

Hide all divs but one (Qt Webkit)

I want to set the style of every element in my HTML document to be "display: none;", except one. I can't edit the HTML source file. I'm using Qt Webkit to try and do this, and this is my code so far: ...
4
votes
2answers
91 views

CSS animation doesn't restart when resetting class

I am using CSS shader + animation. My shader class is defined as follows: .shader{ -webkit-filter :custom(url(v.vs) mix(url(f.fs) multiply destination-over), 200 200); -webkit-animation-name: test; ...
0
votes
2answers
65 views

webkit appearance - textarea background: none

I have a webkit appearance issue. What I am trying to accomplish is to use a division as a contenteditable division with the webkit appearance of a textarea. This works wonderfully until I attempt ...
0
votes
0answers
51 views

Elastic 'bounce-back' scrolling on arbitrary element

If I have an arbitrary element with element { overflow-y:scroll; } Is there a way to give this element's scrollbar the elastic 'bounce-back' effect when the element is over scrolled? This would ...
0
votes
1answer
81 views

SVG spritesheet targeting with CSS

I've been trying to find a solution for handling SVG elements used as background images via CSS: .icon.arrow-down { background-image: url( 'images/spritesheet.svg#arrow-down' ); } I'm using ...

1 2 3 4 5 24