33 posts tagged with javascript and css. (View popular tags)
Displaying 1 through 33 of 33. Subscribe: Posts tagged with javascript and css

Which HTML/CSS/JS IDE do I want? [more inside]
posted by drjimmy11 on Oct 27, 2009 - 16 answers

So, I am sadly tasked with debugging sites on IE every once in a while. Is there anything that even approaches the awesomeness of FireBug/Web Inspector for this task? [more inside]
posted by tmcw on Oct 22, 2009 - 11 answers

Googlepages webhosting shuts down in June. Help me find a replacement. Requirements: free/almost free, no ads, javascript, css, custom html upload, at least 50Mb storage. Would Amazon S3 work? [more inside]
posted by nolnar on May 2, 2009 - 13 answers

Recommend a book on Javascript and/or CSS 2.1 for a four day, internet free weekend, please. [more inside]
posted by anonymous on Dec 19, 2008 - 3 answers

WebDesignFilter: I am trying to create a table with columns appearing based on what checkboxes are selected. [more inside]
posted by the_dude on Nov 27, 2008 - 4 answers

What should I learn in order to do web development? [more inside]
posted by giggleknickers on Oct 15, 2008 - 16 answers

Is there a way to lock or hack an iPhone's orientation in mobile safari using CSS, HTML, Javascript or a combination there of? [more inside]
posted by wmeredith on Aug 21, 2008 - 7 answers

CSS, JQuery, PHP and Caching: What are the best practices for creating dynamic CSS with JQuery and PHP? Examples inside. [more inside]
posted by odinsdream on Aug 20, 2008 - 7 answers

Javascript/CSS and IE6/7: content called from a javascript file (a modified form of fontSizer) into an otherwise blank div appears and disappears intermittently in IE6/7. Help a newbie! [more inside]
posted by Paragon on Jun 19, 2008 - 6 answers

WebDesignFilter: How can I show certain elements of a form depending on the value of a radio button? [more inside]
posted by trim17 on Apr 19, 2008 - 3 answers

Looking to add lightbox functionality to my website, but one big problem seems to stand in the way. [more inside]
posted by Jezztek on Oct 1, 2007 - 4 answers

I have a problem where I show a document within an iframe, and I wish to have links clicked within the iframe show in the toplevel window instead of the iframe. But there's a twist... [more inside]
posted by RustyBrooks on Sep 19, 2007 - 4 answers

Without access to PHP, MySQL, or any other fancy server-side stuff I still need to have dynamic pages. What are my options? [more inside]
posted by genial on Sep 12, 2007 - 11 answers

I'm starting a new tourism website for my local area. It's a mash of google maps, with photos and information of a given area featuring some of the neat stuff happening, or that has happened. And now I need some help with the wordpress theme. [more inside]
posted by sethwoodworth on Aug 12, 2007 - 2 answers

With Javascript, CSS or anything else, can I make different categories of link text on the same web page behave differently? Specifically, if I wanted to make a page listing some links I need to visit daily, some I need to visit weekly and some I need to visit monthly -- could I make each category of link text change from "visited" color back to "unvisited" color after the appropriate number of days? Or if this can't be done, how would you solve this need (in a visual way, rather than just "keep a list manually of when you visit each")?
posted by lorimer on Jun 21, 2007 - 9 answers

CSS/JSP/Javascript Filter: I'm creating a widget which parses RSS via JSP and Javascript. This widget will allow users to include an RSS feed in their sidebar, but I'd like the widget to appear differently depending on the sidebar size. Is this possible to create an if statement determinant on the sidebar css class/id without know the class/id names? [more inside]
posted by captaindistracto on May 10, 2007 - 4 answers

How do I wish my programming-geek boyfriend "Happy Birthday" and tell him "I love you" using computing code? [more inside]
posted by divabat on Jan 23, 2007 - 25 answers

CSS/HTML/Javascript: I cannot get all browsers to obey my wishes regarding the placement of my absolutely positioned footer. [more inside]
posted by maxwelton on Jan 22, 2007 - 13 answers

I want to make something similar to the navigation menu of Helldesign, as in 'image > click > new image' (obviously, without refreshing). [more inside]
posted by Memo on Jan 17, 2007 - 11 answers

I am inserting a large amount of links and text into a DIV tag using innerHTML after a page loads. For some reason, the HTML I am inserting is overflowing to the right of the DIV and not wrapping. I have a feeling, the browser cannot perform its normal text-wrapping because I am adding the HTML after the fact. Is there any technique via CSS or javascript to prevent this overflow from happening?
posted by jasondigitized on Nov 29, 2006 - 6 answers

I have recently enbraced the dfn tag. However... [more inside]
posted by Brittanie on Nov 6, 2006 - 9 answers

How could Javascript find what media-type related stylesheet has been selected by a Web browser? [more inside]
posted by adipocere on Sep 1, 2006 - 5 answers

What's your favorite HTML, CSS, Javascript web design trick? [more inside]
posted by dial-tone on Mar 16, 2006 - 27 answers

I'm trying to get iFrames, anchors and hyperlinks to play nice together. [more inside]
posted by grumblebee on Feb 11, 2006 - 12 answers

javascript question: im looking for a way to access the style sheet text in firefox. [more inside]
posted by Tryptophan-5ht on Jan 29, 2006 - 6 answers

How the heck do I iterate through all a given div's style sheet in IE? [more inside]
posted by ph00dz on Jan 20, 2006 - 5 answers

CSS and javascript: I thought I had them beat, then I had to go and test my site in IE [more inside]
posted by renderthis on Jan 10, 2006 - 8 answers

HTML + javascript question. Changing the text-cursor position of a textarea? [more inside]
posted by Tryptophan-5ht on Dec 3, 2005 - 6 answers

What is your favorite method for showing and hiding a DIV layer? [more inside]
posted by ao4047 on May 12, 2005 - 7 answers

Does anybody have an easy way in HTML (or CSS) to layer two images on top of each other, while maintaining the ability to switch the bottom image using a javascript event? [more inside]
posted by stovenator on Mar 31, 2005 - 7 answers

I want to create a website which visitors can "annotate" with something more than a simple commenting system. Basically, I'm looking for Flickr's photo annotation capabilities, but for html documents instead of jpegs. My instincts say this could be accomplished with some fancy CSS and javascript, but I would prefer not to start from scratch if something already exists. Any ideas?
posted by sanitycheck on Oct 6, 2004 - 8 answers

I'm having a javascript/CSS/IE problem. I'm working on a website that has a line of buttons at the top for navigation, and when you mouseover the button, a menu drops down giving you sub-options. This is controlled pretty simply with javascript changing the "visibility" attribute in the stylesheet for the menu. A problem arises in IE, however, when there are form elements on the page. If the dynamic drop-down menu overlaps a form element, that form element disappears. (Specifically, this is happening with a menu) You have to reload the page to get it back. Anyone know why this might be happening, or how to fix it? Works fine in NS7, Firefox, Mozilla, etc..... [more inside]
posted by emptybowl on Aug 18, 2004 - 5 answers

Wanted: list of canonical, essential mailing lists/discussion groups for web development, a lá css-discuss. [more inside] [more inside]
posted by weston on Feb 5, 2004 - 3 answers