The tag defines a division in an HTML document. It is often used to group content for formatting with styles and for content which cannot be semantically described with any other element.

learn more… | top users | synonyms (1)

0
votes
1answer
13 views

Div under body, generated by PHP, doesn't show in DOM. Why?

The <div id="page>" and <div id="pagecontent"> don't show in on my webpage. In Firebug, the "Script" tab shows that index.php has both of these divs in it, but the HTML tab doesn't show ...
0
votes
3answers
33 views

How to fadeIn text within a specific div

I know the simple answer to this is to do the following: $('#div > p').fadeIn() Although in my specific case, that doesn't seem to work. I use a lot of the same IDs on my webpage, and basically ...
1
vote
1answer
15 views

Using Javascript to shift location of divs w/ Up, Down, Left and Right buttons

I'm just getting into jquery and javascript but, I'm slamming my head against a wall trying to figure this one out. I've tried using .css and .animate commands, but I think I'm doing them improperly, ...
0
votes
2answers
44 views

Best way creating left/right border

I currently have the following layout for my webpage: <div class="content-body"> <div class="left-content-bar siteborder"></div> <div class="inner-content"> ... ...
0
votes
3answers
24 views

Anchor tags load too high; blocked by div [closed]

I'm having trouble with a page on our web site, www.ModerateParty.com You can see the problem by trying to go to, for instance, ...
0
votes
1answer
26 views

How to display a js object's property image in a div?

I would like to display the image property of an object written in Javascript. I have tried to use the following code, but it doesn't want to work for me. The function show_image is from here, so I ...
0
votes
1answer
24 views

CSS Percentage widths with EM padding

First attempt at percentage/em based sizing and I think I might be missing something here. HTML <div id="page"> <ul> <li class="menu"><a ...
1
vote
3answers
26 views

Div Contents on one line?

How do I get the contents of my DIV to all stay on one line? I've seen other posts, but I can figure out what I'm doing wrong? here is a link to the page with an issue: ...
1
vote
3answers
36 views

Div displays differently in IE and Chrome

Something very strange is happening when displaying a div. In IE, it displays like it's supposed to, but in Chrome it is shifted down slightly. Here's what it looks like in IE: And in Chrome: ...
0
votes
5answers
40 views

jQuery slideDown upon loading

I'm trying to make all of the divs on my website slide down when it loads but it just doesn't. I've made a separate document for my jQuery though. This is the HTML tag to link the 2 documents ...
0
votes
2answers
23 views

Scroll a div over another div

I want to make my divs scroll over each other, without them scrolling upwards out of the screen. I managed this with two divs, but can't manage to do the same with the third. I made an example on ...
0
votes
2answers
15 views

DIV contenteditable and new lines

I'm using XPath to get div contenteditable's content and insert it in DB. But when I output the content there are no new lines. $divs = $xpath->query('//div'); foreach($divs as $book) { $text = ...
0
votes
3answers
45 views

Is it possible to code a form over multiple divs?

I'm coding an email subscription form (api's proving a nightmare on their own) and I was wondering if it is possible to write a form across divs, as per below... <div ...
0
votes
1answer
11 views

Centering flash in <div> on different browsers

I have this simple html page that I edited (from html page made by pano2vr program) to show panorama on. For some reason it does not center the flash content inside div on all browsers. On Chrome it ...
0
votes
0answers
12 views

Phantomjs div with canvas export to pdf

I have a div that contain a canvas and i would to save it in pdf. I would to inspire me to highcharts exporting which use Phantomjs http://phantomjs.org/. So i create a button <div><input ...
0
votes
1answer
12 views

Get caret position in contenteditable div including tags

I have a contenteditable div in which I have multiple tags (br, b, u, i) and text and I need to get the caret position relative to the div, including all the tags. For example: <div id="h" ...
0
votes
4answers
26 views

JQuery show div if field value < n and NOT empty

I am trying to work out how to show a div based on input to a field. I want to show the div if both of these conditions are true: 1) the field value is <=30 2) the field is not empty at the ...
2
votes
5answers
28 views

How to add borders to div without messing up the layout?

I have the following elements: <body> <div id="container"> <div id="sidebar1"></div> <div id="content"> <h3>Lorem ipsum</h3> ...
-6
votes
1answer
45 views

ECHO MYSQL RESULT DISPLAY BLANK PAGE [closed]

I know it must be something simple but I can't do I need display the text into a DIV Like this: <div> <p><font color="#bdbdbd">TEXTO FROM MYSQL</font></p> ...
0
votes
3answers
21 views

How to open pages inside the same DIV

I´ve got a main page with a menu (with links to my sub-sites) and a div (where my sub-sites will appear). This is my home.asp Then I have a folder 'sub-site1' with 2 pages (A.asp and B.asp) that have ...
0
votes
2answers
29 views

How to apply check on Horizontal Div Scroll using buttons(Image)?

I have three div Previous Button(Image) Container(Content) Next Button(Image) If I click on previous or next image it is scrolling fine. If I click on next button scrolling stops at last element ...
0
votes
1answer
22 views

Chrome is not changing the parent div size as dynamic content grow ? Firefox and IE is working fine

I am using a jquery and php script to load dynamic content on the page .Mozilla is picking up the dynamic ontent and increasing size of div as well .Below are the code. #whtshot{width:700px; ...
0
votes
1answer
40 views

jQuery - Stop fixed floating div when it hits another div [duplicate]

Div in question is the gray box on the right sidebar at this link. Scrolling along nicely, but it never stops. It should stop right before it hits the "announcements" div. I am aware there is a ...
0
votes
2answers
50 views

Positioning Divs Within a Wrapper Div - Overflowing

I'm currently building a website that contains a structure that I haven't yet built in my experience. It involves a layout that requires multiple sections to be joined together within a wrapper. This ...
0
votes
1answer
13 views

stop scrolling while moving div element javascript

i got problem with scrollbar, when im trying to move div element to the bottom of the screen (using onmousedown,onmousemove,onmouseup functions) scrollbar starts scrolling down ,it looks like ...
2
votes
3answers
73 views

How to make div scale to 100% of browser width?

<div id="sidebar">sidebar</div> <div id="content">content</div> The sidebar is a fixed width of 100px. How do I make the width of content to 100% of the browser width? ...
3
votes
2answers
47 views

How to fix automatically closing div tag in this case

I have a question about appending data to a div in my html through jquery. This is what I have in my html file: <div class="container"> <div class="row"> <div ...
0
votes
2answers
61 views

Change DIV text with javascript

The following code changes a div's background-color when another div is dragged on it. How can I modify it it to change divs's text instead of background colour (for example I drop a div with a ...
0
votes
2answers
23 views

JQuery ScrollTop glitches with fadeIn and fadeOut

I'm getting this horrible glitch (it sort of jumps or flashes) when using animate scrolltop with fadeIn and fadeOut. I've got a Div which is dynamically loaded with content. When the user clicks a ...
1
vote
3answers
37 views

Div display using inline-block

I am trying to display div in rows columns using online div. Here is the same http://jsfiddle.net/sreeram62/b5d3s/1/ Same thing below: <style> *{ margin:0px; padding:0px; } ...
0
votes
2answers
58 views

How to get value from an input and pass it to a function?

I'm in the process of making little point-and-click game using html5 and jQuery. Even though I'm complete noob at these, up until now I didn't have any significant problems. But recently I've ...
0
votes
0answers
12 views

How to increase size of div? I have auto-scroll feature which load content on scrolling but contianer size is not increasing?

I have used a php-jquery plugin to load content on scrolling ,but the problem is container height is not increasing .I have searched on internet but not found anything that solve my problem. Box size ...
0
votes
1answer
87 views

load different divs without reloading the page

I want to develop a web page with four divs and each divs have some datas on it and one edit button,when user clicks on edit button of div user can edit the details and save button will appear instaed ...
0
votes
0answers
13 views

how do i make my dojo mobile div zoomable?

I already have a dojo scrollable view div with a object inside. when i view the div i want that div to be zoomable with the pinch to zoom gesture, how do i do that? <div id="divSvgView" ...
0
votes
0answers
8 views

Overlapping between fixed and relative positioned divs

I am trying to solve this overlapping issue shown on the image below(open in new tab for max view). I want to have my logo/nav divs position fixed and scroll the main content div(relative) using body ...
0
votes
1answer
18 views

center align div image variable width

I've found a few threads / FAQs about this, but none of what's suggested seems to work for me, so I'm not sure if there's something else going on with my code....but the example can be seen here: ...
0
votes
1answer
21 views

2 div, one most left, one most right, when resizing window, need second div jump to next line but appear on the most left

I want to have the following effect 2 divs, one on the left side of the screen, one on the right side of the screen, but when I resize the screen, when the same line is not big enough for both div, I ...
1
vote
3answers
51 views

PHP Group Elements with a DIV

hello stackoverflow community, my dom structur looks like <h2>Month</h2> <article class="test">test</article> <article class="test">test</article> <article ...
0
votes
5answers
69 views

How to auto scroll text within div depending on width of DIV

I have div with fixed width.I want to auto scroll(lefta nd right:Hirizontal direction) the text if content of div is more than div width.How can i do this thought css or jquery.Currently div has a ...
-1
votes
1answer
46 views

I installed a navigation bar with external css and it affected the rest of the website links

I created an external style sheet and installed a navigation bar at the top of my index page. The two links on the bottom of the page were affected. I then added css code for those links. They are now ...
0
votes
2answers
26 views

html div pixel offset other than float

I'm tiring to learn html. I want to set up a block inside another. I want this block to be 20 pixels away from the existing block on each side accept the top where I want it 100 pixels away from the ...
0
votes
1answer
24 views

converting frameset into css

I'm trying to build a CSS page layout based on this old frameset: <frameset cols="30%,70%"> <frame>left</frame> <frameset rows="80%,20%"> ...
4
votes
1answer
39 views

Overflow in Table TD width relative width

I am struggeling with this problem for quite a while now and can't find a proper solution to my problem. what i have: <div style="width:150px; border:1px solid #000;overflow: auto;"> ...
1
vote
2answers
26 views

javascript - manipulate parent div through by child values

Hello everybody i am trying to get along with javascript by manipulating the parent div with the height value of the child div. How does it look like till now? This is my javascript code that gives ...
0
votes
2answers
62 views

Jquery function on specific divs

OK, I have seen this question before, however none of the provided solutions worked for me, so I decided to start a new thread. I have some multiple results shown in HTML, and I want to use a jQuery ...
-4
votes
1answer
35 views

Buggy scrolling div code [closed]

I have a scrolling DIV element, It moves with the page as the you scroll. It bugs sometimes when scrolling, Help? JS Code: window.onload = function() { function getScrollTop() { if (typeof ...
0
votes
0answers
7 views

HTML menu is visible when using shadowbox

I have a problem with shadowbox, where the HTML/CSS menu of my page are being displayed on top of my shadowbox enlarged photo. I am sure having seen the solution somewhere a while ago; but couldn't ...
0
votes
0answers
26 views

inserting generated html into a div container

I'm trying to insert some html inside a div element on my page. The problem is, it is inserting html after the div. So the div remains empty. I thought InnerHTML would work, but it's not. Is there ...
0
votes
4answers
52 views

CSS : Center Element in div containing floats

I have a div with three elements: A, B and C. I want A and B to be at the far left and right respectively and C to be at the center of the div. I float A and B left and right and aligh B to the ...
0
votes
1answer
41 views

Changing a draggable element's content while dragging and hovering over a certain div using jQuery UI

I'm trying to do two fairly simple tasks. I simply want a draggable image to change to a different image when its being dragged, and goes back to normal when I let go. I read about the Helper option ...

1 2 3 4 5 224