Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~7K People Reached
Member Avatar for Julia25

i have two product categories which customer can preview when click, and wish to show a message on each item. Ive found a nice script but need help to make this in 2 sets. need help. Happy new year! <!DOCTYPE html> <html lang="en"> <title>Untitled Document</title> <script type="text/javascript"> var current = …

Member Avatar for Airshow
0
469
Member Avatar for Julia25

I'm almost done experimenting on how make the slideshow background clickable http://www.gracetous.org/test/ but I was hoping the mega menu dropdown will show up without adjusting the height since its responsive, is there any hope to this?

Member Avatar for Julia25
0
174
Member Avatar for Julia25

I found this slideshow http://jsfiddle.net/vengiss/QRWAD/6/ that works on my current project but the client requested to make the slideshow image clickable (with links), I tried adding "<a href="#"><img src" but it wont work :( any suggestion?

Member Avatar for Julia25
0
3K
Member Avatar for Julia25

I found a script but i cant make it to work to detect ie 9. need some assistance! http://www.devslide.com/labs/browser-detection

Member Avatar for Julia25
0
202
Member Avatar for Julia25

Im currently customizing a softwared driven site which has a lot of limitation, i can add new properties on existing css class and thats it. I was ask to add a tooltip to a certain class but no success. is it still possible to add a tooltip in "buy" button …

Member Avatar for AleMonteiro
0
200
Member Avatar for Julia25

i hired a developer to customize a wordpress template, it seem ok but when i use certain feature in the template it show a small broken image above the main image, when i right click to open image in new tab it has this "Invalid src mime type:" and i …

Member Avatar for gon1387
0
137
Member Avatar for Julia25

since apple doesnt support swf on phones just wondering if other phones has some issues on playing swf?

Member Avatar for cpchc
0
106
Member Avatar for Julia25

i have two html one which works in all browser and the other is for ie ex 1.html (not ie) and 2.html (ie) i added this in 1.html [CODE]!--[if IE]><meta http-equiv="refresh" content="0;URL=2.html/"><![endif]-->[/CODE] which works my question is if the visitor visit the same page (2.html) and using different browser i …

Member Avatar for Julia25
0
152
Member Avatar for Julia25

I saw this script but wondering if this is possible using div instead of image which maintains the ratio whether you adjust browser height or width [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>maintain height and width</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script …

Member Avatar for Troy III
0
306
Member Avatar for Julia25

i was able to find a good script on centering a div vertically but not compatible on ie old browser and another issue my div is pushing up because i have a footer and i dont know how to adjust on script adding a top border :( [CODE] <script type="text/javascript"> …

Member Avatar for Julia25
0
110
Member Avatar for Julia25

Is there a script that when div resize(browser) it will maintain aspect ratio? ive tried using css which adjust the width through min-max but wish to maintain the aspect ratio (height) [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style …

Member Avatar for Julia25
0
395
Member Avatar for Julia25

Hello there! im having problem on adding dropdown menu (like the nav in this site) in a dynamic site(templated) which i cannot access the html (like ul, li or adding class) and i was thinking is it possible to create a javascript dropdown menu for this? which add drodown menu …

Member Avatar for Julia25
0
133
Member Avatar for Julia25

I found this cool script but i dont know how to modify it. i want the notification to fade in after 1 second automatically without clicking on the link [CODE] $(function(){ $('#add-sticky').click(function(){ var unique_id = $.gritter.add({ title: 'This is a sticky notice!', text: 'Lorem ipsum dolor sit amet, consectetur adipiscing …

0
49
Member Avatar for Julia25

Hello! i created a simple popup window using this script [CODE]function MyPopUp(c) { window.open(c, 'window', 'width=480,height=480,scrollbars=yes,status=yes'); }[/CODE] which works but is it possible to modify the size according to the browser with? like if (screen.width == 1024 size "" if (screen.width == 1280 size "" Thanks!

Member Avatar for twiss
0
97
Member Avatar for Julia25

Hi There! Can anyone teach me on how to use this script? (im not a programmer :)) i wish to use this but the images are in each div [url]http://www.chazzuka.com/blog/?p=87[/url] demo [url]http://www.chazzuka.com/experiments/jquery-image-loader/jquery-image-loader-3.html[/url]

Member Avatar for twiss
0
82
Member Avatar for Julia25

is it possible to align text vertically within a div just using css class? I saw this tutorial on the web which are compatible with IE but wish to avoid the span. but cant make it to work. need some advice :) [CODE] <style> p.demo { border: 1px solid black; …

Member Avatar for Joebhoy Designs
0
121
Member Avatar for Julia25

Ive made a simple css but i dont know why the div go down if i make the width of style #ID_Number more that 251px really weird! [URL=http://img543.imageshack.us/i/weirdk.jpg/][IMG]http://img543.imageshack.us/img543/1089/weirdk.jpg[/IMG][/URL] [CODE] <style type="text/css"> #CONTENT { height: 222px; width: 421px; background-color: #E8E8FF; } #B8 { height: 25px; width: 200px; float: left; clear: both; …

Member Avatar for Julia25
0
69
Member Avatar for almostbob

:-/ All you men watch out Women take time and money[INDENT]woman = time * money[/INDENT] time is money[INDENT] woman= money * money = money^2[/INDENT] money is the root of all evil [INDENT]woman = (evil^1/2)^2[/INDENT] [INDENT]=> woman = evil[/INDENT]

Member Avatar for JamieLynnSEO
-2
497
Member Avatar for Julia25

ive been searching for a triple combo dropdown script with go button and cant find one! i found a double combo([url]http://www.javascriptkit.com/script/cut183.shtml[/url]) but im aiming for triple which they can choose country, State and city need help!

Member Avatar for Julia25
0
441
Member Avatar for Julia25

i posted this question in other forum but no luck so far, i found a link that has the same goal as i am but dont know how modify this [url]http://www.verysimple.com/blog/wp-content/uploads/2007/01/resize_css.html[/url] my goal would be in reverse when enlarge (window browser dragging) my div will decrease size (width) when enlarge …

Member Avatar for Julia25
0
133