Tagged Questions

0
votes
5answers
34 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 …
4
votes
7answers
143 views

Is regex the right tool to find a line of HTML?

I have a PHP script that pulls some content off of a server, but the problem is that the line on which the content is changes every day, so I can't just pull a specific line. Howev …
0
votes
3answers
27 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
35 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&gt …
0
votes
6answers
81 views

Showing/Hiding a DIV based on one or more checkbox/radiobox selections?

I asked a similar question previously, but it was so vague that I couldn't possibly have gotten the answer I wanted. Basically, I want a user to be able to select from multiple op …
0
votes
3answers
34 views

find top and last element inside a scrollable div

I have a scrollable div with a fixed height. While scrolling I need to get the element at the top of the visible viewport and the one at the bottom of the viewport. I can get the p …
1
vote
1answer
27 views

Div positioning varies when runat=”server”

Hai guys, Error div is placed under menu div when there is no runat="server".... But When i give Runat="server" Error div placed to the right of menu div.. any suggestion for plac …
0
votes
6answers
102 views

How do I prevent my div layers from overlapping when the browser is resized?

I've just spent the last few weeks learning how to properly design a layout. I basically thought I had everything perfect with my website layout and was ready to go about transfer …
5
votes
3answers
138 views

How to make a <div> always full screen?

No matter how its content is like. Is it possible to do this?
1
vote
8answers
74 views

I want to align <div> b with <div> a horizontally, is there a simple way to do it?

When I write <div name="a">Foo</div><div name="b">bar</div>, I want horizontal alignment instead of vertical alignment. How to do it? Is there a simple wa …
0
votes
1answer
74 views

CSS: getting an unwanted 1px extra height per DIV table element in Safari

I have an issue with a table containing three cells in one row. Two of these (left and right) have fixed width/height and should display an image (or shrink to 0 when no image is p …
0
votes
1answer
40 views

problem with jquery’s clone in IE and Chrome

I am trying to copy the masterdiv contents including child divs. Below is the code implementation. <label id="lblMessage" /> <table width="100%"> <tr> …
0
votes
2answers
47 views

how to stop floating (sliding) div at footer

http://stackoverflow.com/questions/225843/how-can-i-have-a-sliding-menu-div-that-doesnt-move-unless-the-page-is-scrolled-d i used the code from this link for a floating menu. it h …
0
votes
9answers
101 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 !
1
vote
6answers
119 views

clear all divs’ contents inside a div

I have a div <div id="masterdiv"> in which i will have several child divs. For ex.: <div id="childdiv1">, <div id="childdiv2">, <div id="childdiv3"> insi …

1 2 3 4 5 36 next
15 30 50 per page