Favorite Tags
View questions based on your favorite tags across the Stack Exchange network

0 answers

Why isn't this CSS3 animation working in Safari & Chrome?

I used the -webkit- stuff and it doesn't animate for some reason, even though the same code with -moz- prefix works in firefox. The background is meant to slide down, then the background changes ...

1 answer

How to init text input for Arabic / Persian keyboard?

I'm trying to make a text input that change keyboard type from English to Persian / Arabic , totally is any solution for type on to the text input without hit ctrl + shift to change keyboard type with …

2 answers

comment form not acting as expected send and reload wanted

I am having problems with a comment form: Here is my code: http://pastebin.com/uvagULfr This is what currently happens: (If the user is logged in the form is displayed and can the user can insert a …

5 mins ago
4 answers

Is it possible to specify a custom timing functions for CSS transitions?

I use CSS transitions pretty frequently now but find it limiting to only have access to ease-in, ease-out etc. The bezier-curve option appears to allow the most control but even this does not allow …

1 answer

can i use CSSTranforming with GWT?

Is there a option to use CSSTransforming with GWT? I want to scale an image. So I have set a stylename to the the image and define it in my css-rules: .zoomedCard{ -webkit-transition:all 1s ...

6 mins ago
0 answers

Need to redirect after back button pushed. How?

I have a set of three apps/scripts. The first allows the user to select a value. That value is passed to the second script, which takes the value, reads a database, and produces XML which is then …

3 answers

Why does my window.navigate code fail?

I have a <section id="thisitem"...> And when I try to do window.navigate("#thisitem"); JS fails on that line...why?

7 mins ago
2 answers

Isolate a value with BeautifulSoup in a bad written script

I am trying to parse the HTML source of a lot of different pages, like this one : http://www.ielts.org//test_centre_search/results.aspx?TestCentreID=dd50346f-60bc-4a4f-a37f-7e3d34df0bf8 or ...

0 answers

Django HTML quality and tutorials

Hey I recently heard about Django, and will hopefully be moving on to learn an HTML type platform. I am currently learning python 3 and wanted to know if Django, especially recent editions, are the …

10 mins ago
0 answers

Cant get logo to appear in right place plus cross-browser issues

I'm using the Twitter bootstrap wordpress theme. I want the logo (the picture of a face) to appear next to the title of the blog. I've tried both absolute and relative positioning as well as other css …

0 answers

form input boxes and labels Alignment way off in IE9

I'm redesigning the skin and layout of a user info form. Initially it was done using a table, but I really don't want to use a table for the layout. My code is here ...

3 answers

How can I polyfill CSS 3 styles for Internet Explorer 7 and 8?

I work for a client who has masses of <a> elements on their site which use the same styling and reference the same class name. The problem I have is the developer who worked on this project ...

13 mins ago
2 answers

Most efficient way of selecting a set of elements

Example, if I have an unordered list lets say, <ul> <li class="foo">Foo</li> <li class="bar">Bar</li> </ul> I can select foo as $('ul li.foo'), ...

13 mins ago
0 answers

Can't upload an image to my domain

I'm using my own domain for developing ideas and basic Web Pages. I designed a element that had an image on its background as you see here: background:url(img/myImage.png); I made a jQuery ...

15 mins ago
0 answers

Reading the regional location setting (country code) in Windows using Ruby?

I am trying to access the Control Panel: Region and Language: Location: Current location setting using Ruby. I am only interested in the country code. The closest I have got is the country code from …

0 answers

HTML/DOM for a page with random image which will post properly in facebook and google+

I have a website which contains the cute conceit of a random headshot. Every time you load the page (or click the headshot), it gets replaced with a new headshot. It works great until I post a link …

18 mins ago
3 answers

Cannot get image to center with css

No matter how often and where I apply a margin: 0px auto; even with an !important tag I just can't get the large sample rugs to center. It's probably something obvious. Any ideas? ...

22 mins ago
1 answer

DIV transparent border not showing underlying background in IE7

I have a div with background solid color and transparent border. In IE8+ and Chrome, transparent border shows the underlying background color. However, in IE7 border is transparent: no background is …

3 answers

How can I prevent default double-tap behavior (zooming, panning) in Mobile Safari on iOS4?

When I double-tap near the edge of a page that exceeds the height or width of the browser window in Safari under iOS4, it zooms in or out and/or scrolls up, down, right, or left, depending on the size …

1 answer

Best way to load content into application

I have a project where I need to write text from a database into an HTML5 canvas / Javascript application. To select this content, I've specified an attribute "reference" where I can ask the database …

1 answer

How to get the XmlTextWriter to actually write the & (without CDATA)

I am using XMLTextWriter to serialize a bunch of my objects into HTML (since HTML is basically XML), and all of my objects are able to read/write themselves as XML anyway. The method works great ...

25 mins ago
2 answers

Is it a good idea to use !Important in a CSS file

I have lots of CSS files on my current project, and a lot of the styles in these files have !important besides them. A feeling inside me tells me that this is not a good thing. Can someone shed some …

26 mins ago
0 answers

Using SED with RegEx to put underlines back in links in hundreds of CSS files

I've got hundreds (more than 700) sets of web folders, each containing discrete CSS stylesheets. (If you are curious, they are online courses.) Recently a decision was made that links should have ...

27 mins ago
4 answers

Word too long for radio button

I've got a page that we're translating into German on the fly. On the page is a set of three radio buttons, arranged horizontally. In English they're displayed fine, but in German the label text gets …

1 answer

Is it possible to 'embed' cache manifest directly in HTML?

I've only recently been reading about cache manifest and how it's type must be served as text/cache-manifest. Seeing this, I thought this being possible might might be a reasonable assumption: ...

0 answers

Payment form with toggles - Toggle slide down and stay down, then go up when other item is selected.

I am working on a form that takes payment and getting frustrated like no other. I have a section where the user gets to select which payment (Credit Card, EFT Check or Mail) they prefer. I found that …

28 mins ago
0 answers

CSS preprocessor with anti-FOUC support

FOUC is a common user experience problem for sites with a lot of CSS (especially after you start combining your CSS files), and the common solution is to separate important layout rules in a small ...

31 mins ago
5 answers

What is the difference between the different methods of putting JavaScript code in an <a>?

I have seen the following methods of putting JavaScript code in an <a> tag: function DoSomething() { ... return false; } <a href="javascript:;" onClick="return ...

32 mins ago
3 answers

Tricky css/javascript floating task

I have a design that has several divs at varying widths/heights and I need them to float essentially to the top left. A simple css float:left will not work because it does not take advantage of the …

2 answers

jqGrid does not render correctly in Chrome/Chrome Frame

Currently using Chrome v19.0.1084.46 (Official Build 135956) beta-m jqGrid 4.3.2 (latest release) The problem is that no matter the size of my grid, columns, or containing div, a small fraction of my …

34 mins ago
15 30 50 per page
1 2 3