0
votes
4answers
44 views
Div in lower left corner of wrapper div
Hello!
I have a page with a wrapper div which contains a background image and all the content divs.
In this wrapper div I also have a logo div which should be placed at the bottom left corner of the …
0
votes
2answers
28 views
Div overlapping & wrong height
I have 3 DIVs. 2 are inside the parent DIV. something like
<div id="parent">
<div id=1>......</div>
<div id=2 …
2
votes
2answers
59 views
Is div inside list allowed?
I know that DIV inside LI isn't allowed, but I've seen it lately on many "big" websites like: Smashing Magazine, Web Designer Wall... etc.
I try to validate sites, and they have errors, but nothing …
2
votes
2answers
61 views
How to make a DIV wrap for content with no whitespace?
I am trying to get a DIV element to wrap its content despite the content not having any whitespace. The content is a nucleic acid sequence, so inserting whitespace every x-characters is possible, but …
0
votes
4answers
67 views
Stacking DIVs in top of each other?
Hi,
Is it possible to stack up multiple DIVs like:
<div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
So that all those inner …
2
votes
4answers
52 views
Overlay thumbnail with remove image button?
Hi All
i need to create a remove button that appear over my thumbs when a user hover that image with his mouse a link appear like remove from favorites ?
anyone know how to achieve this ?
an …
0
votes
2answers
31 views
Text Wrapping around an absolute positioned div.
I know there are a few questions about similar topics but they mostly amount to floating the div/image. I need to have the image(and div) positioned absolutely (off to the right) but I simply want the …
0
votes
3answers
57 views
jquery how to only allow effect on assigned div, not children
I have applied an mouseenter effect to a div. When you enter the div, it then animates another div. The problem is, the mouseenter effect applies to the children div as well. How do I apply the effect …
1
vote
4answers
74 views
Surrounding all content in div with span - why?
In code we got from a "psd2html"-service, I see a lot of spans surrounding the contents of div-tags.
I know the difference between spans and divs, but I cant figure out why the code looks like this:
…
0
votes
1answer
29 views
Javascript Bookmarklet
Hi,
I've coded a bookmarklet that opens a new window at a certain URL and sends some variables to a PHP using GET.
The problem is I need to have it load the same php and send the same variables but …
0
votes
9answers
99 views
how to size a div’s height to its container height, using CSS ?
How to size a div's height to its container height, using CSS ?
<div class='container'><br>
<div style='display: block; height: …
0
votes
4answers
37 views
What does msvc 6 throw when an integer divide by zero occurs?
I have been doing a bit of experimenting, and have discovered that an exception is being thrown, when an integer divide by zero occurs.
#include <iostream>
#include <stdexcept>
using …
0
votes
2answers
60 views
Making table with resizable columns and selectable rows with jQuery UI
NOTE: My original question was whether I should use <div>s or <table>s for this task. I have found an answer myself: <div>s are more than twice as slower on Firefox and Chrome if you …
1
vote
2answers
49 views
jQuery: Get ids from class
Hi,
I have a lot of div's and I want to fade this one who is hovered.
How i can get the id of the hovered div?
Is there anyway to do that except calling function(and sendind the id) with …
0
votes
1answer
32 views
dynamically make top div position
So I have created a simple calendar (http://www.akapa.org/newsite/events/calendar.htm) and I have a bunch of "More Info" buttons I made from cells. In a table cell to the right are a bunch of hidden …
