soap
-
Eclipse with Aptana plugin
Well there's a standalone that you can try, don't really need eclipse. I just already had eclipse for Droid apps so I used the plugin. Here's the standalone link: http://www.aptana.com/products/studio2/download. They have downloads f…
-
Margin disappearing on slideToggle in IE
I will give it a shot tonight and let you know how it goes. Thanks a lot! :)
-
Margin disappearing on slideToggle in IE
I looked around the web and apparently this is an IE8 bug and people say they've fixed it with overflow:hidden but this didn't work for me..
-
Margin disappearing on slideToggle in IE
well i guess this one is too hard for jamy_za and TheDoc :)
-
Margin disappearing on slideToggle in IE
I hope this post doesn't get lost in oblivion!
-
Stop Browser scrolling
Is this application using javascript? flash? java? sup
-
display table for ie6
I don't even know what display:table does. That's how often I use it.
-
CSS Dropdown menu -- for the iPad?
hovers for normal browsers. clicks for mobile devices.
-
Vertical Aligning: The Devil is in the details
There are many ways you can do it. In this particular case you might be able to just give that particle item a position:relative; bottom:8 or 9px; What helps me with vertical alignment is uniform heights on things and line-height.
-
Side Scrolling Portfolio Site
ive seen very cool sites with not necessarily side scrolling but where everything is actually on one page and certain anchors move elements around creating "new" pages. nothing wrong with this :)
-
jquery conflict between coda-slider and yoxview?
this is why i don't use plugins for things like image viewers and sliders :) try using the jquery noConflict? http://api.jquery.com/jQuery.noConflict/
-
Finding Page height
just use javascript/jquery, man. if (screen.width
-
Best mac for webdesign?
difference is, a PC doesn't make you look bad and repulsive. nasty clothes do.
-
CSS width: question
I think the point is that he didn't want to have a bunch of different classes. Lazy boy :)
-
CSS width: question
A div is a block-level element by default, meaning its width will be as wide as its containing element. If you want the width to be a certain number, I'm im afraid you will have declare it. The thing is, how would it know by itself how wide to …
-
Real jQuery with css and html???...
google.com! http://net.tutsplus.com/articles/web-roundups/the-20-most-practical-and-creative-uses-of-jquery/
-
IE not recognizing header tag
Ahhhhh you're beautiful, that did the trick :) Thanks!!!
-
Best mac for webdesign?
"I think it's less of a status thing and more of a "whole package" thing. Apple products in my experience allow someone to better leverage an already great presentation skillset. It gives a prospective client the feeling like thi…
-
IE not recognizing header tag
Yeah sorry the bottom of the code didn't get pasted. Unfortunately, moving stopPropogation() didn't handle it, nor does removing it altogether. Is this the most practical way of doing this? Here's a live example: http://websitest…
-
IE not recognizing header tag
hahahahahaaha........ i was inlcuding the header before body... ANYWAY, that said, This code works in Chrome, not Firefox or IE: $(document).ready(function() { $('article').click(function(e) { e.stopPropagation(); var offset = $(…
-
Best mac for webdesign?
don't need a mac for web design. save money, buy a pc!
-
Quick jQuery question
@TheDoc hmm? I don't think you understand the prob
-
Quick jQuery question
Anyyyyyyyyyybody? Need more info? I can provide this. !!!
-
Redesign - feedback requested
Hello If you want to manipulate DOM objects you will have to use javascript. The site functions fine. I believe it needs a bit of work in the design dept., though. The brown isn't too appealing to me. I'm a Design Nazi and have been desi…
-
JQuery adding a span tag after a list item/a tag
$('li a').append('');