A JavaScript question. [more inside]

1 Answer

Answer :

answer:I can’t answer the question directly. But here’s a CSS-only solution that allows for that functionality, I think: http://cssglobe.com/lab/tablecloth/ Scroll to the bottom of the article to change the settings so , for instance, only table rows highlight when moused over.

Related questions

Description : CSS Question: What to do with fonts if the user end doesnt have it on their computer?

Last Answer : Currently this is basically only available in Webkit-based browsers such as Safari and Chrome. This is a touchy subject with a lot of designers. Your best bet is sIFR which uses Flash and JavaScript to ... doing those, just specify back up fonts. Like so: font-family: Helvetica, Arial, sans-serif;

Description : One more time... what am I doing wrong now with this CSS?

Last Answer : What do you want to do with your CSS? I need to see an example of what’s happening now, and then know what you want it to do diferently. Given that, I’ll try to help.

Description : Why does my tumblr homepage always end up going to a page called "Zynga RewardVille"?

Last Answer : answer:This is what I’m seeing: http://i53.tinypic.com/2emlaib.png I don’t see anything about Zynga. It could very well be you’ve got a bug on your side.

Description : Anyone know of a good free website hosting site that allows .css files?

Last Answer : answer:Not sure if I'm understanding you correctly, but the css file would just be linked from the html files you've made. So it's not that you'd make your content files into css files, you'd ... doesn't support css files. Does that help? Am I misunderstanding? Perhaps a link to the site would help?

Description : How to put a scrollbar in my tumblelog?

Last Answer : Not familiar with Tumblr, but perhaps you could try overflow: scroll instead of overflow: auto?

Description : When I try to put my scrollbar in my tumblelog, none of my posts show up. What am I doing wrong?

Last Answer : View the source Here

Description : Holiday CSS themes - when and what?

Last Answer : We change things around when we feel like it, or when a user gives us a compelling reason to (as I explained in this blog post).

Description : How To Add An Image Around My Tumblr Audio Posts?

Last Answer : You'd have to use custom HTML, and then look for look for the specific part of code in their theme (both the image section near the beginning), and also HOW to place it in the second part of the ... sure which image you want to use in your tumblr, so not sure how to help you out with specifics.

Description : Coding A Theme For Tumblr Is The Same As Coding AnyOther Blog Right?

Last Answer : i didnt mispelled anything tho

Description : I'm not sure how my site is rendering on screens with a height greater than 900px. Could you take a look?

Last Answer : looks fine to me at 1080 full screen.

Description : Creating your own wordpress theme?

Last Answer : You have to know css and a bit of HTML and PHP. (don't be intimidated by the PHP part) it isn't that bad once you know what it is doing. Themeing wordpress is kinda hard. Going from zero to themeing wordpress ... try to convert it into a theme. No promises. And I won't try to get it to work in IE.

Description : Do you think its about time to drop further development for IE6?

Last Answer : I think it's still too early, there's a good portion of people still using it. I would guess we have another couple years of supporting it, so best to find fixes for the common issues ... users before making that decision. Others shared their thoughts here - Web Developers: Do you still support IE6?

Description : Any suggestions as to where to look for information on how to edit CSS in Squarespace?

Last Answer : Learn CSS?

Description : Is there a way to have multiple versions of Internet Explorer installed?

Last Answer : Try using Multiple IE. It won't work in Vista unfortunately though.

Description : Does anyone use CSS sprites?

Last Answer : I hadn't read about it before. From what I can see now, it looks like quite a neat trick, but I can't really think of many use cases (or, for that matter, real-life situations where this effect is used but reached in another way).

Description : Some vertical alignment help using CSS would rock my socks.

Last Answer : Try adding margin-top: 9px; to each of the images. I haven’t tested this on IE6, but it works on Firefox 2 and Safari 3.

Description : How can I shrink a to its content, while still having it centered?

Last Answer : answer:Maybe you should try a instead of a div… that should shrink to it’s width by default. (Or you could give your div display:inline;). To make a div not stretch, I think you need to give it a width, in either px or %, but that doesn’t sound like what you want.

Description : Navigation bar doesn't appear in Safari...

Last Answer : answer:I tested it and it looks just like Firefox… http://www.indielyrics.info/pics/safari.png

Description : Safari Image Mouse Overs

Last Answer : I did FIRST 8 years ago… good luck with your robot. Your buttons (Georgia, Lego, Keynote) look correct on my Safari (Safari 3.0.4 on OS X Leopard)... no flickering or underlining.

Description : What's the deal with Opera and width?

Last Answer : Have you set the padding and margin for both the divs and the images? And why don’t you just use overflow: hidden? Or perhaps overflow: visible?

Description : Should I add my own CSS to my tumblelog?

Last Answer : Google is your friend. Search for a beginners css tutorial

Description : RapidWeaver for pro web dev?

Last Answer : answer:I use RW 4 even though there are a lot of snazzy and polished templates, the editing of the code is still the same as would be in any HTML editor feature (as in DW), so in the ... self-paced online course through Lynda.com (not a plug). Just some personal perspectives from a current RW user.

Description : Guestbook thingy.

Last Answer : answer:nah, but I would go to google and servh for it. Or you can go to this websites forum and it has a shoutbox and if you want something like that I know the admin, Zlools, who could give you come ... Click forum at the top and take a look at the shoutbox. It should be near the top of the forum.

Description : What's more powerful, JavaScript or Python?

Last Answer : Python is server side. You use python to output HTML/CSS/Javascript that the browser interprets. Your browser doesn’t know what Python is.

Description : How do I make an HTTP request in JavaScript?

Last Answer : There are several ways to make an HTTP request in JavaScript, and the choice of which to use depends on the type of request you need to make and whether you want to use modern standards or not. ... .data)); Which option you choose will depend on your needs and which browsers you need to support.

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : How to add 2 buttons that do 2 things in JavaScript?

Last Answer : Can you share some code? Can probably get you on the right track here. To start, I'd double check whatever you're using to target the form and make sure it's right. Some common things might be ... sure it's not shared between both and make sure you're calling the right target for the right button.

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }

Description : Help making a questionaire with javascript/html?

Last Answer : Are you familiar with Javascript? Are you using any type of framework like jquery?

Description : Any way to directly download an audio source file when the web page is using a javascript audio player (that doesn't use filenames like "x.mp3")?

Last Answer : Could try file2hd.com to see if you can find the resource.

Description : What's bugging my simple JavaScript toggle script?

Last Answer : answer:The toggle_visibility function specifies (eng, met), not (var1, var2), so it seems not to matter what order of parameters you send it, it's going to read (eng, met) always. function toggle_visibility(eng, ... = block'; } else { e1.style.display = block'; e2.style.display = none'; }

Description : How to make a javascript code between shortcodes showing in Wordpress?

Last Answer : answer:My guess is that Wordpress is stripping the javascript out. I found this: http://codex.wordpress.org/Using_Javascript

Description : Anyone here who is a good JavaScript coder or can recommend someone who is?

Last Answer : PMing you, @ETpro.

Description : How can I swap two integers without temporary variables using JavaScript code?

Last Answer : answer:This is a trick using the exclusive or operator ^ that was used when computers were short on memory. a = (a ^ b) /* a^b, b */ b = (a ^ b) /* a^b, a */ a = (a ^ b) /* b, a */ You can also do it using subtraction for numeric ... = a - b /* a - b, b */ b = b -a /* a-b, a */ a = b - a /* b, a */

Description : How to inherit a Javascript class?

Last Answer : answer:There is no such thing as classes or object-oriented programming when it come to Javascript. Are you sure you didn't mean Java? Java is a full programming language, developed by Sun. ... used to do thing like change the background color when you hover your mouse over a certain image.

Description : Why should I use JavaScript Library if it may effect the performance of a web site?

Last Answer : You might want to check out some extremely lightweight Javascript libraries such as xui, zepto, or jQuery Mobile. However, 17KB should not be a huge concern on iOS and Android devices. On phones with ... .example.com or mobile.example.com with minimal CSS, small page size, and no Javascript at all.

Description : How to implement a JavaScript code that doing "Set as my Home Page" in Google Chrome?

Last Answer : So, you’re saying the JavaScript code for doing this works in IE and Firefox, but not Chrome? That’s weird. Let me see if I can find a script for you.

Description : How can client-side Javascript determine the iOS version of an iPhone?

Last Answer : This sums up the atate of the art pretty well.

Description : Is JQuery much slower than pure JavaScript ?

Last Answer : answer:You might be correct, there can potentially be more abstraction in JQuery with what you are doing when compared to pure JavaScript. But do note, JavaScript is client side based so it depends on your ... But if you are OK with the delay then keep using JQuery, if not, back to pure JavaScript.

Description : Has anyone ever created a timer using JavaScript?

Last Answer : answer:I think the easiest thing to do is just use an existing timer that uses 1,2,3,4 syntax and convert it to hh:mm:ss yourself. It should be a fairly straightforward conversion. You're basically just ... (I imagine there are also some existing conversions you can find, but I'd say just dive in).

Description : Name that Script. Can you help me find a JavaScript for this?

Last Answer : Sounds similar to a “Recently Viewed Items” script or module. However, you can also use a shopping cart module to set the items aside for review.

Description : Is there a code for CSS/Javascript to keep your contents in place when re-sizing a window?

Last Answer : Is your site fixed width?

Description : Which is the best javascript and actionscript editor?

Last Answer : if you have a Mac, Textmate, I use it for all my code. love it.

Description : What is the difference between javascript and AJAX?

Last Answer : Javascript is a client-side language that runs in the browser. AJAX Is javascript that for the most part uses the XMLHTTPREQUEST object to grab snippets from a server. For example.. I have a website. I want ... . The user never has to reload the page. It is all real-time. This site is AJAX heavy.

Description : How, in javascript/jquery, can I change what "this" refers to in an event handling function?

Last Answer : By using the call and apply prototype methods of Functions. For example: function example () { console.log(this); } example.call(window); this will be the window variable. example.call( a string'); this will ... 2'); Hope this helps. If you need any more help with this, feel free to just ask.

Description : Javascript help, please?

Last Answer : any ideas, anyone?

Description : Is Javascript the best way to go when doing a ... photography portfolio site?

Last Answer : Those are all very different technologies that don't really compare to each other. Actionscript is for Flash obviously, which I would not recommend for doing an entire web site in. HTML is the foundation of all ... here. Or you could of course just put them on Flickr and let them manage all of it.

Description : Is there an official/legal owner of JavaScript and does it have an official logotype?

Last Answer : JavaScript is a trademark of Sun Microsystems. It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation. As for a logo, no it does not.

Description : Executing JavaScript in a page retrieved using AJAX?

Last Answer : Would assigning the scripts in page B to an “onload” event handler not work? (I’m new to this, but that seems possible. Forgive my kneejerk response.)

Description : Can someone please explain to me exactly how PHP, mySQL, Javascript, and HTML/CSS are related?

Last Answer : PHP is a serverside language, while JavaScript and mySQL are clientside languages. I think the difference is that PHP/HTML is the language used by the server to encode instructions for the web browser, ... have no idea whether it's accurate or not. I just started learning this stuff this week.