0
votes
4answers
33 views
Find an achor in a Div with javascript
In javascript I have a reference to a div. In that div is an anchor element with a name='foundItem'
How do I get a reference to the anchor with the name foundItem which is in the …
0
votes
2answers
31 views
div scroll to in javascript
I have several divs with content. Some of the context is wrapped with,
content <a name='SomeName'> cool content </a> more content
In Javascript how do I force the S …
0
votes
4answers
29 views
how to evenly space layers within a container layer
I have a container layer with a width of 850px. Inside of that i have 4 layers displayed as inline-blocks floating left, each of which are 100px high and 200px wide.
How can i spa …
1
vote
2answers
39 views
how to get size of DIV at 100% zoom?
If a web page is zoomed out/in in any modern browser, then how I can find size of a DIV element at 100% zoom?
0
votes
3answers
50 views
Centering float left div’s in the body
hello guys!
i have this piece of code
<body>
<? while.. (blah blah blah){ ?>
<div class="product">
something
</div>
…
0
votes
1answer
47 views
jquery - selecting a radio button crossfades div onclick
hi. I have search all over google for this and nothing. I am going off what i stared and found.
I have multiply radio buttons that i need to change a corresponding DIV when check …
0
votes
3answers
32 views
Wrap floating DIVS
I have 3 divs and all of them are floated to the left. My container can accommodate only 2(intentional) so the 3rd div is pushed below. My problem is the height of 2nd div is more …
0
votes
2answers
61 views
Jquery Show/Hide Div
Hi,
I am trying to achieve like this.
I have total 4 div. each div have check box.
So it is like this
1 2 3 4
What I want to do is, when 2 , 3, 4 div checkbox are selecta …
0
votes
4answers
42 views
div background images shows up, but background color does not
Hello,
I'm having a minor css issue.
I have a series of layered divs and I've set div class styles and they all show up (padding, font colors,etc). However, the background-color …
1
vote
3answers
37 views
Detecting horizontal div overflow with JavaScript?
I have a DIV that has plenty of child DIVs inside of it. What I want is similar to Firefox's tabs, when you have too many tabs open or the main DIV width is too small, the interfac …
1
vote
2answers
49 views
Making a div smaller than its contents
I'm trying to show a div on a webpage, with mostly text. I would like to know if I can make it smaller so that not all the contents are able to be seen. (Javascript would make it …
0
votes
1answer
63 views
Pretty Photo Set linking Issues
Hello,
Yesterday a nice stack overflow user helped me to trigger the Jquery Prettyphoto Lightbox from a DIV element rather than an A element.
You can find that solution here
Thi …
1
vote
5answers
47 views
JS: Hiding DIV based on another DIVs content
I am looking to hide a number of DIVs based upon the specific text of another DIV. My Javascript (below) isn't working.
The HTML:
<div id="LEGEND">abAB</div>
<di …
0
votes
3answers
34 views
Making right div repeat background based on left div’s height
I have two div's in a container div, one floating left, one floating right.
I have a php function for a search engine that spits out results, into the left div. what I need to do i …
0
votes
2answers
55 views
CSS Parent DIV Overflow
I have a problem with a website I'm putting together. I have a simple div layout. Which is as follows:
<body>
<div id="Container">
<div id="Logo"></div> …
