<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8483411457166906246</id><updated>2011-04-21T18:01:16.877-07:00</updated><category term='Div_Combo'/><title type='text'>Div Over Combo</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://divcombo.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8483411457166906246/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://divcombo.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sizzler</name><uri>http://www.blogger.com/profile/15238996487725556661</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8483411457166906246.post-6183829880618990299</id><published>2007-04-12T03:40:00.000-07:00</published><updated>2007-04-12T03:45:19.015-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Div_Combo'/><title type='text'>Div Over Combo</title><content type='html'>[code][xmp]&lt;br /&gt;Div over Combo box ---- Isnt possible at all,&lt;br /&gt;this is like a bug in IE, i dont think that they have fixed it in IE7.&lt;br /&gt;But if u r trying to make a MENU, then there is a simpler option for that,&lt;br /&gt;this option overrides the all the z-index controls and if run in ur &lt;br /&gt;system (i mean if its a page from ur hard disk itself),&lt;br /&gt;then it can override any other windows(sites or windows or anything).&lt;br /&gt;I will discuss that option here,&lt;br /&gt;&lt;br /&gt;Most Techies seldom know that there is a method (or control or whatever u call it) "createPopup".&lt;br /&gt;This method can override any window (including much hyped Combobox or Drop Down).&lt;br /&gt;&lt;br /&gt;I will show u how to use it in this section,&lt;br /&gt;&lt;br /&gt;[HTML]&lt;br /&gt;[HEAD]&lt;br /&gt;[TITLE]Popup Example[/TITLE]&lt;br /&gt;&lt;br /&gt;[SCRIPT LANGUAGE="JScript"]&lt;br /&gt;var oPopup = window.createPopup();&lt;br /&gt;function ButtonClick()&lt;br /&gt;{&lt;br /&gt;    var oPopBody = oPopup.document.body;&lt;br /&gt;    oPopBody.style.backgroundColor = "lightyellow";&lt;br /&gt;    oPopBody.style.border = "solid black 1px";&lt;br /&gt;    oPopBody.innerHTML = "Click outside [B]popup[/B] to close.";&lt;br /&gt;    oPopup.show(50, 50, 180, 25, document.body);&lt;br /&gt;}&lt;br /&gt;[/SCRIPT]&lt;br /&gt;[/HEAD]&lt;br /&gt;&lt;br /&gt;[BODY]&lt;br /&gt;[BUTTON onclick="ButtonClick()"]Click Me![/BUTTON][br]&lt;br /&gt;[select]&lt;br /&gt; [option value="0"]http://tutor2.brinskster.net[/option]&lt;br /&gt;[/select]&lt;br /&gt;[/BODY]&lt;br /&gt;[/HTML]&lt;br /&gt;&lt;br /&gt;Check out the above code, u'll really find its worth.&lt;br /&gt;&lt;br /&gt;I will tell u another trick,&lt;br /&gt;this trick works only if the file is in ur hard disk (u cannot use this script in ur website, as this doesn't work.)&lt;br /&gt;&lt;br /&gt;As i have said, createPopup can override other windows(sites or windows or anything).&lt;br /&gt;[HTML]&lt;br /&gt;[HEAD]&lt;br /&gt;[TITLE]Popup Example[/TITLE]&lt;br /&gt;&lt;br /&gt;[SCRIPT LANGUAGE="JScript"]&lt;br /&gt;var oPopup = window.createPopup();&lt;br /&gt;function Override()&lt;br /&gt;{&lt;br /&gt;    var oPopBody = oPopup.document.body;&lt;br /&gt;    oPopBody.style.backgroundColor = "lightyellow";&lt;br /&gt;    oPopBody.style.border = "solid black 1px";&lt;br /&gt;    oPopBody.innerHTML = "Click outside [B]popup[/B] to close.";&lt;br /&gt;    oPopup.show(50, 50, 180, 25, document.body);&lt;br /&gt;}&lt;br /&gt;[/SCRIPT]&lt;br /&gt;[/HEAD]&lt;br /&gt;&lt;br /&gt;[BODY onLoad='javscript:setTimeout("Override();",5000)']&lt;br /&gt;Don't be in this page, goto some other window, a popup will open after 5 secs....&lt;br /&gt;[/BODY]&lt;br /&gt;[/HTML]&lt;br /&gt;&lt;br /&gt;I checked the above scripts in IE6 and its working perfectly...&lt;br /&gt;(Dont' forget to replace [ with &lt; and ] with &gt;)......&lt;br /&gt;Any suggestion, Queries r welcome&lt;br /&gt;[/xmp][/code]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8483411457166906246-6183829880618990299?l=divcombo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://divcombo.blogspot.com/feeds/6183829880618990299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8483411457166906246&amp;postID=6183829880618990299' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8483411457166906246/posts/default/6183829880618990299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8483411457166906246/posts/default/6183829880618990299'/><link rel='alternate' type='text/html' href='http://divcombo.blogspot.com/2007/04/div-over-combo.html' title='Div Over Combo'/><author><name>Sizzler</name><uri>http://www.blogger.com/profile/15238996487725556661</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry></feed>
