1) Script Title: Featured Content Glider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: Is it possible to include manual...
Type: Posts; User: balushahi; Keyword(s):
1) Script Title: Featured Content Glider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: Is it possible to include manual...
I've been trying to place a rounded corner div within the main content div frame, (frames code is from dynamic drive), but the rounded corner div is all messed up. Only first 2 rounded corner divs...
Looking for javascript to make sure that no duplicate values are chosen for several drop-down lists that have same options.
Could someone help me with that, please??? :confused:
Thanks for the reply - I can't give the URL for its on intranet site.
There is no option for using check boxes because
I've got a table with 4 columns and 10 rows. Every row has 4 options out of...
Looking for Javascript for:
1 - I've got: category 1 radio category2 radio category 3 radio(selecting this one would select all radio buttons under this category- column)
...
[script]
function usePage(frm,nm){
for (var i_tem = 0, coverage=frm.elements; i_tem < coverage.length; i_tem++)
if(coverage[i_tem].name==nm&&coverage[i_tem].checked)...
When I added your given code for new divs, the results were like this -
In FF -
new header
------------
left | old top frame
| new middle layer [old main frame] (the new middle layer...
Thanks for your reply.
I know how to scroll a div with overflow property.
Please view the example on dynamic drive. I need to modify that page by adding 2 more frames on that page
1 - on top of...
Thanks I know how to scroll or not:
what I"m looking for is I need to put a top most css frame with 100% width for breadcrumbs. It would move the left, header & main frames down by whatever height...
I got a CSS frames layout from Dynamic drive (http://www.dynamicdrive.com/style/layouts/item/css-left-and-top-frames-layout/) with left, top & main divs. However I need another div before main which...
I tried to set td for relative position & layer absolute with top & left property, but that too didn't do anything regarding the position of hover layer, it was still off. I've fixed it with...
Hi Medyman:
I'd already tried left property, but it doesn't work. the code works fine without table. It is getting around the table cell. It should position to the text in the cell but for some...
And following is the html code (Page is on intranet)
<div id="framecontentLeft">
<div class="innertube">
<!-- Place Left menu within this div layer -->
<h3>Left Menu Place...
Wow, thanks for such a quick reply, appreciate a lot. I tried it -
It's still not positioning right from the left side and now the description layers are hiding behind the table :(
within a top,left & main frame/div - I've placed a grid table. When mouse is placed over link in a table cell, a description layer drops down. But the positioning of the description layer instead of...