0
votes
3answers
32 views
show/hide div based on radio clicked with class
hello. I have 4 radio buttons that correspond to 4 different divs. i want to fadeOut the current div and then fadIn the new selected one. right now its working but just fades betw …
2
votes
4answers
56 views
How to switch from table to div for FORM layout?
I'm noticing most folks are talking about using DIVs and CSS for
label, textbox pairs. How would one convert a table such as:
<table>
<tr>
<td><some Label1&g …
0
votes
4answers
100 views
How do you make the area of a div clickable? Not the whole div!
If you have a background image in a div with a (drawn) button in the middle and some other drawings around it. How do you make the button clickable but not the whole div because I …
0
votes
0answers
11 views
motionpack.js remember state with cookie?
Hi there,
I'm currently using Harry Maugans's motionpack.js toggle javascript file in order to collapse divs.
I'd like to know if it's possible to put it so that there is a cooki …
0
votes
2answers
76 views
Counting div elements based on id
I have a page similar to:
<div id="content">
<div id="boxes">
<div id="box:content:1:text" />
<div id="box:content:2:text" />
<div id="another_id" …
1
vote
2answers
67 views
on jQuery: with a lot of items show only div of this anchor clicked
first of all: sorry for my english
i have a webpage like this
<div class="item"><div class="details">
<ul>
<li><a href="#">Show div 1</a></ …
0
votes
5answers
75 views
Switching from tables to divs with CSS
I have an HTML table in my page that I'm trying to replace with divs and CSS. Basically, it's a 3x3 table with scalable content in the middle and fixed sized edges and corners with …
0
votes
2answers
52 views
Hiding div tag when the user clicks outside the div tag.
Hi friends,
I have a div tag and I am populating the search results on a custom grid, which is placed inside this divtag.
When a user click on the search button, i am displaying t …
1
vote
3answers
261 views
Why does my <div> not expand to height:100%?
I have 3 divs that correspond to this.
I have #wrapper which wraps around everything. That is #EEE
I have #contain which is inside #wrapper right after. That is #FFF (part with the …
0
votes
2answers
55 views
Jquery— Finding the ID of an element in a DIV
Im trying to get the ID of the <div> element here so that i can use it to animate the opacity of the when i hover over the div with class 'module'.
i have set the opacity o …
0
votes
1answer
66 views
Toggle divs for open/close with Derek Perez PageSlide
Hi,
I'm trying to use Derek Perez PageSlide Plugin for jQuery in a Wordpress site. Default beahaviour is a link to open it, and click anywhere else on the page to close it.
I wou …
0
votes
4answers
183 views
Applying jquery function to more than one div?
The code below will show / hide a div on click. It works perfectly for the first div listed, but doesn't work for any of the others. Is there a way to have the function apply to …
0
votes
1answer
201 views
multiple div reveal with rollover (mouseover thumbnail shows a larger image and text description div) needs to be converted for use in wordpress to be updated by client.
first time using wordpress "from scratch" (converting html/css to be used with CMS without a theme) and im attempting to set up an easily updatable database of images and text desc …
0
votes
1answer
32 views
Div Collapsing - Unwanted
I am working on a xhtml/css design and an having trouble with a particular div.
My div formcontainer is collapsing and not containing the divs inside it. Can someone please take a …
0
votes
2answers
172 views
div with dynamic elements pushing other div down
So, I have a predicament. My tabs are pushing down the content below it. Here is some of the code:
<div id="navigation">
<div id="test" class="blue">
<p>< …
