1
vote
2answers
47 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?
EDIT:: I asked another similar question here, which was unanswered.
0
votes
10answers
136 views
Center <ul> <li> into div
After some search, I did not find a proper way to center a list of <li> into a fixed width div... any solution there ?
--
take a look at the page.. dont work !
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 Div I have the …
3
votes
3answers
272 views
A DIV that stays at the top while a web page scrolls
How would I have a DIV stay at the top of the page visually as the user scrolls down a web page?
A simple Javascript framework would be great!
it's for this web site: http://BiblePro.BibleOcean.com …
0
votes
2answers
33 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 SomeName name to …
0
votes
4answers
30 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 space them so the …
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
This works... Almost.
…
0
votes
3answers
51 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
49 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 checked.
I need to have …
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 than the other two, …
0
votes
2answers
64 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 selectable. But Once div is …
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 will not work for …
1
vote
3answers
38 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 interface will detect …
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 larger later on.)
1
vote
2answers
46 views
How to create a floating div in BHO dynamically?
Hi all,
How do I create a floating DIV in a web page on load using BHO with C#.NET?
I just want to inject an HTML code snippet for DIV that will display "Hello World" on the page. The div should …
