IE 3 « div « HTML CSS Q&A

Home
HTML CSS Q&A
1.align
2.anchor
3.Animation
4.attribute
5.background
6.Block
7.border
8.Button
9.checkbox
10.Class
11.color
12.column
13.cross browser
14.Development
15.div
16.doctype
17.dom
18.dreamweaver
19.dropdown
20.email
21.embed
22.Encoding
23.Eye
24.firefox
25.flash
26.flex
27.float
28.font
29.footer
30.form
31.Format
32.grid
33.height
34.htaccess
35.HTML 5
36.hyperlink
37.iframe
38.Image
39.Image Format
40.inheritance
41.input
42.internet explorer
43.JTabbedPane
44.label
45.layout
46.li ul ol
47.link
48.margin
49.media
50.Menu
51.mobile
52.Navigation
53.opera
54.overflow
55.pdf
56.position
57.print
58.query
59.regex
60.Render
61.rhino
62.scrollbar
63.selector
64.shadow
65.Shape
66.span
67.Table
68.Template
69.text
70.TextArea
71.TextBox
72.URL
73.validation
74.webkit
75.Website
76.Website Header
77.width
78.Word
79.XML
80.z index
HTML CSS Q&A » div » IE 3 

1. streching div vertically inside a table-cell - IE8    stackoverflow.com

how to stretch a DIV vertically inside a table-cell?
I thought height: 100% would be fine
but in some situations - it isn't (at least in IE8) here is a simple example:
a 3-row ...

2. How to display one DIV over another DIV in IE6?    stackoverflow.com

I am writting some html code which have following structure

<div style="position:relative">
<form>
<table>
<tr>
<td> <div id="Upper_Element" style="position:absolute;z-index:10"></div> </td>
</tr>
<tr>
<td> <div id="Lower_Element" style="position:absolute;z-index:-1"></div> </td>
</tr>
</table>
</form>
</div>
here Upper_Element is a YUI autocomplete text box (where suggestion are displayed ...

3. rounded corner div problem in IE(6/7)    stackoverflow.com

heres the code for rounded div. all works fine except ie(6/7), even in ie(8/9) pretty good, and obviously other browsers seems nice on the rounded div. describe later after the code. html ...

4. Div does not get over PDF in IE8 / IE9 but works on FF & Chrome    stackoverflow.com

I want to get my DIV over a PDF. This example works fine with FF but does not work with IE 8 / 9. note: this is the same result whatever PDF ...

5. Different fieldset view problem between firefox and internet explorer    stackoverflow.com

I am designing a page with divs in fieldset to create an effect like the page in url below. I can not insert the screenshot. Look at the left coloumn ...

6. width 100% for divs, table not working on mozilla and ie    stackoverflow.com

width 100% for divs, table not working on mozilla and ie. can anybody share their experience while working to achieve this. I wanted to place swf to occupy full web page ...

7. IE 8 transparent div with content on top    stackoverflow.com

Hi all I'm currently having some issues with IE < 9 and transparency rendering. I have a transparent div and some text over it. it looks fine in Firefox Chrome and IE 9. however, ...

8. IE8 bug? div with height, position:absolute, and opacity doesn't display correctly    stackoverflow.com

I'm having a CSS problem in IE8. The full height of .test_div is not showing when I add an opacity in #header. But the full height of .test_div will show when ...

9. Overflowing content outside parent div in ie6    stackoverflow.com

The following code:

<div style="width: 50px; border: 1px solid green;">
    <div style="position: absolute;">
        whatever text you want
    </div>
</div>
Renders like ...

10. Table is forcing width of div in IE    stackoverflow.com

We have a page similar to the following:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
        <meta ...

11. DIV being pushed down in IE7 - can't figure out why    stackoverflow.com

See http://www.jciuk.org.uk/events/ In IE 7 the main content column is being pushed down and I can't figure out why. Any ideas? Thanks!

12. unable to center div in IE    stackoverflow.com

I'm unable to center a div in IE but it's fine in Chrome and Firefox. here's the url: http://www.hearts.co.za/blog/my-inspiration/ Current CSS: #content { font-family: Arial; font-size: ...

13. li with {display: table-cell; position: relative;} with absolutely positioned div inside behaves differently in (FF4, WebKit) vs (Opera, IE9)    stackoverflow.com

Here is a complete test case:

<!DOCTYPE html>
<html>
<head>
  <title>test</title>

  <style type="text/css">

    html, body, ul, li, div, span {
        padding: 0;
 ...

14. Why won't my absolute-positioned div stay at the top level in IE?    stackoverflow.com

I have a test site at capitalcitysc and right over the header there should be the soccer club logo named logo.png. Shows fine in Firefox, but IE and Chrome ...

15. Line break or something after footer in IE    stackoverflow.com

i have a site: www.onreg.dk. As you can see, there is a footer div, but some kind of line break comes after it in IE 7/8 Quirks mode. I have no ...

16. Links leak through semi-transparent DIV overlays in IE8    stackoverflow.com

I just noticed something with IE8. I have a photo that is a link, and there's an partially transparent div over the image (just the bottom third of it or so) ...

17. IE 6/7 z index stacking issue with nested divs - help needed    stackoverflow.com

I have a overlay div called overlay which will another div called panel. The panel div is contained in a div named main and this main div has 6 ancestor divs. ...

18. IE7
  • bullet or number shown outside of div    stackoverflow.com
  • I'm having issues with the IE7 list element bugs. The bullets (or numerals) of and are being shown outside of the margin. How do I fix this ...

    19. IE8 div overflow not visible (cut off) due to opacity filter    stackoverflow.com

    I use jQuery and fade in divs. Works great on all browsers, but IE8 (I suspect other IE versions as well) will cut off divs that overflow an outer div ...

    20. div disappearing in IE7    stackoverflow.com

    I have a problem with a div in IE7, it's disappearing and I don't understand why. I already tried to add zoom:1 and overflow: hidden as someone suggested but it is not ...

    21. z-index issue in ie 7+ and opera    stackoverflow.com

    Here is the html:

    <div id = "parent">
       <div id = "one" ></div>
       <div id = "two" ></div>
    </div>
    
    css:
    #parent
    {
      position:    relative;
    }
       #parent > ...

    22. How would you setup a CSS3 fallback in IE for this slanted DIV navigation?    stackoverflow.com

    Taken from a tutorial at: http://www.joecritchley.com/demos/slanted-nav/ I can't for the life of me get this to work in ANY version of IE. It only displays the navigation as ...

    23. div padding on firefox/ie7    stackoverflow.com

    Is there any way to let the IE7 interpret CSS correctly, as in Firefox or something? I've got an issue with width + padding div attributes. On FF/IE8+ div is automically expanding and ...

    24. IE div positioning problems    stackoverflow.com

    I'm having trouble figuring out why IE aligns my side-bar div in the center of the page. This only happens on the index page, it's in the correct position for all ...

    25. How can I dock a div in IE 8?    stackoverflow.com

    you amazingly kind and intelligent people. Consider the following HTML:

    <html>
    <body>
        <div id="Panel1" style="position: absolute; bottom: 0; right: 0; top: 0;
            ...

    26. Can I dock a div against another div in IE 8?    stackoverflow.com

    Consider this page: http://losthobbit.net/temp/docking.html Here's the HTML:

    <html>
    <head>
        <title></title>
    </head>
    <body>
        <div style="position: absolute; bottom: 0; right: 0; top: 0; width: 259; background-color: #00FF00">
        ...

    27. CSS/IE7 - Text within div not centered, extra break after div    stackoverflow.com

    The webpage is rendering with an unwanted line break after the "jabbrs" div in IE7 (but not in Chrome or FF4). Additionally the text in h1 tag in the "hi" div is ...

    28. DIVs repeating in IE8    stackoverflow.com

    Here is the source: http://store.bionoricausa.com/index.aspx All good in FF and Mac browsers. In IE8 developer mode, the 3 divs immediately below div id="footerIn" are shown being recreated a second time, resulting in ...

    29. internet explorer ignores width of div    stackoverflow.com

    Hey guys im having a problem. Im trying to make a website with 3 columns, that looks like a flyer. It looks fine in firefox, but in internet explorer (7 is the ...

    30. Empty DIV height IE7    stackoverflow.com

    UPDATE 1: I've found that when removing width:100% from the div, I get the results I want interms of it having 0 height if it contains no content. However, I need ...

    31. IE7 problem with parent div auto-applying clear:both to div closing tag    stackoverflow.com

    given the following code:

    <!doctype html>
    <div style="position:relative;border:1px solid red;width:500px;overflow:visible;">
    <div style="height:200px;border:1px solid orange;float:right;">test</div>
    </div>
    stuff
    
    Every browser other than IE7 (and IE8 in IE7 compatibility) displays this properly, however in IE7 the parent div automatically expands ...

    32. A div is not showing up in IE6    stackoverflow.com

    I've built a webpage, everything looks great in IE7 and upwards but in IE6 it's looks bad. I have a whole div which has a background image that's not even showing up. Why ...

    33. IE7/Quirks Mode Child Div Hover Problem    stackoverflow.com

    Effect: A hovering box with text and a button that appears when you hover over the TD element. In IE 7 the box will appear but disappears as soon as you ...

    34. z-index problem in IE with transparent div    stackoverflow.com

    I have a transparent div-element with a higher z-index than an img-element on the same page. But Internet Explorer is acting as if the img-element would have a higher z-value when ...

    35. Keep contents of a div together for printing in IE8    stackoverflow.com

    Given the following HTML document, I need to keep the "Table title" line on the same page as the <table> when being printed in IE8. Despite the page-break-inside:avoid;, there is still a ...

    36. Relative positioning, div stacking issue in ie 7    stackoverflow.com

    This is my example code which is not working as expected in IE7 - I think position:relative; is the issue for IE7

    .oner {
      position:relative;
      height:50px;
      background:#fff;
      ...

    37. div overlay problem in IE9 (Not in FF5)    stackoverflow.com

    I'm trying to overlay a "search box" over a Google Maps API V3. The overlay works fin in FF5, but in IE9 it does not work quite right. A white space ...

    38. IE9 center div block    stackoverflow.com

    Can somebody tell me how to make the work with IE9: I am trying to make the "center" div to appear in the center.. It works fine with ff and chrome, but ...

    39. Table not resizing properly in IE7    stackoverflow.com

    I have a script in the link below which works in IE8 nicely. However, it seems to go wrong a little in IE7. In IE7, I end up getting a bottom ...

    40. why there is a space between the two div under IE7?    stackoverflow.com

    http://xanlz.com/template/ why there is a space between <div class="nav-top">...</div> and <div class="nav-inner clear"> </div> (the test navigation part and its below part) under IE, But ok under firefox and ...

    41. CSS: IE7 Blank area of
    takes space    stackoverflow.com

    I have a page with some divs that have a width of 800px and margin: 0 auto to center them. One of the divs contains an image and the rest of the div ...

    42. 100% parent div width in IE compatibility view    stackoverflow.com

    I am having an issue with IE compatibility view. I have to account for this because it is required by some of the websites that my company uses unfortunately. I have ...

    43. Link over whole div is not working when cursor is over contained text in IE    stackoverflow.com

    I have this code for demonstration example. It makes my link spread over whole div, which works great in FF, but in IE when I move cursor over text ...

    44. Internet Explorer Div Issue    stackoverflow.com

    I am having problems with my webpage. On all browsers the div aligns perfectly. However, on all versions of Internet Explorer the Div shows out of line. Here is an image ...

    45. IE7 TD Hover Problems    stackoverflow.com

    IE is the bane of my existence.... I tried posting this before, but I didn't describe the problem correctly. I've been experimenting since. I am rendering a table, and inside that table ...

    46. Strange gap between
    in IE but no other browser    stackoverflow.com

    I have a strange gap between my header and content div's in IE. Any information for a non-web designer much appreciated. I am suer its something simple but as I am ...

    47. IE9 DIV padding issue    stackoverflow.com

    http://www.guygar.com/test/android/index.html if you click "all the things i wanna say" it loads some text through AJAX. the div being:

    #androidDiv
    {
        background-color:#C93;
        color:#FFF;
        width:260px;
     ...

    48. div showing up twice in IE    stackoverflow.com

    I'm almost finished a site , but for some reason it's not appearing as wanted in IE. The div "content" (with top border) is showing up twice - once with the ...

    49. Hide a specific DIV if browser is IE6    stackoverflow.com

    I have a DIV on my site that calls a few external javascripts... unfortunatley the vendor does not support IE6. This script is in the global footer, so its on ...

    50. Div with nested block-level elements loses styling in IE7    stackoverflow.com

    I'm building a site using the 960gs and some styling of my own. My navigation menu uses this code:

    <nav class="push_1">
                ...

    51. CSS/div positioning that does not work in IE    stackoverflow.com

    I have been searching for an answer for a good hour without luck so It may be OK to ask my silly question: I am trying to overlay a legend over ...

    52. Center div inside another div in Internet Explorer    stackoverflow.com

    I have the code below:

    #div1 {
        position: relative;
        width:800px;
        height:540px;
        top: 50%;
        left: 50%;
       ...

    53. Why do nested Divs come out of the parent in IE    stackoverflow.com

    Sorry, I don't have the exact code with me, but hopefully this works with the example I provide. Why is it that in IE, some nested divs pop out and sit in ...

    54. IE8 doesn't zoom content when applying a CSS zoom value to a DIV    stackoverflow.com

    When I apply a zoom value to a DIV (via CSS 'zoom' property), IE8 doesn't apply tyhe zoom level to DIV's content (Chrome does). Is there a workaround? Here is an example:

    55. How to create a 1px height div in IE8    stackoverflow.com

    I have the following code to create a 1px height line:

    <div style="width:300px; height:1px; background-color:#ff3300; margin-top: -1px;"></div> <!-- top red line -->
    
    The code works fine in Firefox, however in IE8, it is ...

    56. Div shifted in IE Compatibility Mode    stackoverflow.com

    The Close to Play button on the advertisement box is shifted to the right for some reason on IE, when Compatibility mode is checked Screenshot: enter image description here

    57. html - px and % width setting conflict in IE and Mozilla    stackoverflow.com

    all i am doing is a simple - creating a html page. however, i got 2 probs. 1) when i set the width in pixels: i see width mismatch/conflict between IE8 and ...

    58. Absolute positioned div width/height in IE (all versions)    stackoverflow.com

    My knowledge of css is very limited. In a larger context, I need to do something like the following: Inner div goes inside other divs. I am trying to position ...

    59. ie7: absolute div in centered relative parent behaving strangely    stackoverflow.com

    The issue is best explained with pictures, but you can try it for yourself here: http://pastehtml.com/view/b3y7e9uz6.html Simply compare ie7 to (ie8 or ff or chrome). It looks like this in ...

    60. html overflow : auto not working on IE    stackoverflow.com

    I have a div which have a literal which is filled at runtime. The overflow of that div is set to auto but still in IE its showing the contents. However ...

    61. CSS div contained in parent incorrectly with IE    stackoverflow.com

    I am having a problem with this website displaying incorrectly with IE. http://outlawstar.zymichost.com/ I think that the problem is that menu_bar is not contained within the head div. However, the ...

    62. Internet Explorer Div Width Issue    stackoverflow.com

    I'm working on a template for a vBulletin forum and I'm having issues with one of the headers which is a bit tricky. Internet explorer is expanding the width of one ...

    63. Title disappears from div when gradient applied    stackoverflow.com

    I have several divs on my page. Each of them has the title attribute so the user can mouse over them to get more information. Until today, they were very plain ...

    64. The height of my div is not the same in IE and firefox    stackoverflow.com

    I am having trouble with handling the vertical alignment of a div within another div in IE. My html code is as follows :

    <div class="header">
        <div id="mainMenu">
       ...

    65. Div not centering in IE    stackoverflow.com

    I'm sure you've heard it before... a div is not centering correctly in IE even though it works perfectly in Chrome and Firefox. I've already researched and tried stuff with text-align ...

    66. Strange IE7 bug with hr width in a floated div    stackoverflow.com

    I ran into this very strange "bug" with IE7, I have many div.column floated left, no width specified. The strange thing is that in IE7 the hr element width seems to ...

    67. content being pushed down in ie6    stackoverflow.com

    Here is a sample of the type of page that is getting messed up in ie6 on our website: sample page In ie6, the main content area is being pushed down ...

    68. IE , Firefox mismatch with div attribues    stackoverflow.com

    In Firefox, div takes the entire space available horizontally and starts from a new row if we don't give float:left, while in IE it doesn't. Can anyone suggest anything on this? ...

    69. IE 6 width = 70% for a pop up div with dynamic data not working    stackoverflow.com

    I want to display a pop div that has dynamic data to the center of the screen. I specified height = 300px and width = 70% and overflow scroll:y. In IE7/IE8 the div ...

    70. DIV overlaping IE hiding another DIV    stackoverflow.com

    I've built this website www.brownieboo.co.uk and for some reason in IE6, 7 and 8 the DIV #container is overlapping (I think) the #footer DIV and making it not visable. Tried all sorts ...

    71. Div appears twice in I.E. for no reason at all. In other browsers it works fine    stackoverflow.com

    The page contains a loginform which is held by the div "login". In IE9 that div is displayed twice. I studied the CSS and HTML and source in several browsers. I ...

    72. Show hidden div on a:hover in IE6 - nothing happening    stackoverflow.com

    My situation: I have a three-tier navigation structure where hovering over an item in the secondary level should show a div, which contains the tertiary level. I have included a screenshot to help ...

    73. Turn a flash movie into a link... getURL doesn't work inside of DIV in IE    stackoverflow.com

    I would really appreciate some help here: Basically, I need to be able to turn the flash video into a link someway or another, I don't care how it works, but

    <a ...

    74. Alignments w/ CSS, and IE CSS Conditionals    stackoverflow.com

    I'm building a pretty heavy J.Query website and, as always, it looks great in the modern browsers - but I am coming across all types of alignment issues in IE 6 ...

    75. div width auto !important seems not to work in ie6/ie7    stackoverflow.com

    THE HTML

    <div class="grid_11 omega" id="homeGalleryFichaGold">
            <div class="contSlideGalleryUp" style="display: none;"> 
                   ...

    76. IE7 div position fixed    stackoverflow.com

    I have a div which needs to fill out the height of the browser's viewport,but still says in the same position when the user scrolls the web page up and down. ...

    77. How can I make the cursor stay hidden below an absolute div in IE?    stackoverflow.com

    Check out this page in IE 8. Focus on the input box. The blinking cursor appears on top of the blue div. In Chrome and Firefox this does not happen. ...

    78. how main div to be appeared in center in IE?    stackoverflow.com

    I have one issue,I created a main div and used center tag to make it appear in center of page and it working fine in Firefox but in IE it appears ...

    79. Extra
    style issue in ckeditor with IE7    stackoverflow.com

    when i insert any text by ckeditor with IE7 ,Text inserted into the mysql database with some styling property. Plz help?? Code is inserted:

    <div accesskey="" datafld="" dataformatas="" datasrc="" disabled="disabled" id="" implementation="null" ...

    80. How do you center a div with Internet Explorer?    stackoverflow.com

    i have trouble with internet explorer and centering , my question is how can i centering a div without the CENTER tag and it got to work in all the browsers , because ...

    81. Absolute positioned element displays in different position in safari compared to IE8    stackoverflow.com

    For www.zabb.co.uk/test2b.html the displayDiv displays higher up in IE8 than in Safari. How can I make it so they display in exactly the same vertical position? Thanks in advance.

    82. IE: How to display absolute positioned divs under a relative positioned div    stackoverflow.com

    currently I'm creating a layout, which requires a div having background graphics and the top and the bottom. My mark-up which I created works fine in FF and looks like this:

    83. Div overlay hue issue only in IE8    stackoverflow.com

    Please visit http://www.in2medical.com/ with IE8. There seems to be some sort of lighter hue over the dark blue bar (in which the logo resides) on top. This hue is not ...

    84. DIV overlap IMG IE 8    stackoverflow.com

    I'm using a div with position: fixed to overlap an image. This works fine in firefox, but not in IE8. The div just sits below the image, even if ...

    85. IE7 Absolute Div within Relative Div vanishes. z-index does not solve issue    stackoverflow.com

    Every question I've found on SO lists the z-index fix as the solution. This, unfortunately, does not seem to work for me. Here's my structure:

    • body
    • div wrapper
      • div header
      • div main
        • div page-container
          • div page-background-image
            • div page-bottom-gradient
        • div primary
          • div ...

    86. What is IE doing with the width of my divs which other browsers do not?    stackoverflow.com

    I have a left and right div on the page. The two divs are divided using a splitter. The div on the right hand side does not have a width explicitly ...

    87. Centering Page In IE Issues    stackoverflow.com

    http://www.friendsoftheuschamber.com/deficit-reduction I know many folks have run into this problem and I have read a few others posts about it and tried fixes with no luck. But on the url ...

    88. IE8 CSS Shadow not displaying correctly on a parent div    stackoverflow.com

    Here is my site: http://uwf.edu/honors/thesis_submission/ In firefox, everything is absolutely great. However, in IE8 the shadow does not surround the bottom footer div inside my container.

    <div class = "container">
      ...

    89. IE problems regarding opacity, stacking order and a disaperaing div    stackoverflow.com

    I am having bit of a trouble regarding my code in IE, everything works great in Safari and Firefox, but not in IE. My first problem is that some of my ...

    90. How do you center a div in Firefox and IE?    stackoverflow.com

    I'm using the following code:

    <html>
    <body bgcolor="black">
    <center>
    <div style="width:1080px;height:288px;">
    <img src="declined.png" width="1080" height="288" alt="" style="z-index:0;position:absolute;" ondragstart="return false"/>
    <img src="cover.png" width="1080" height="288" alt="Declined."" style="z-index:1;position:absolute;" ondragstart="return false" />
    </div>
    </center>
    </html>
    
    It works in Chrome but not in IE or Firefox. ...

    91. Strange CSS issue on IE 7/8/9    stackoverflow.com

    I've got a website that I started laying out. The problem is in the footer_internal_box and footer_box_bottom. Even though the box_bottom is in a separate div section after the internal_box, it ...

    92. CSS3 shadows in IE harden rounded div corners    stackoverflow.com

    When I use only rounded corners on my div, it looks about how I expect in IE9.

    border-radius: 7px;
    
    However, when I add the following line to make a drop shadow, I ...

    93. CSS Shadow on a Div in IE6+    stackoverflow.com

    This is my container:

    #container {
    width: 950px;
    -moz-box-shadow: 0 0 8px 0px #808080;
    -webkit-box-shadow: 0 0 8px 0px #808080;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #FFF;
    } 
    
    <div id='container'>
    
      stuff
    
    </div>
    
    How can I get the ...

    94. How do I remove whitespace from stacked DIVs in IE?    stackoverflow.com

    I have two DIVs stacked on top of eachother and enclosed by a third DIV. Then below the stacked DIVs I have a "red" DIV. In Chrome, the DIVs show up correctly. ...

    95. Cannot fix CSS for IE - Help?    stackoverflow.com

    In FF the site below works as expected but in IE the Search and Basket that are on the right in FF are put to the left, beneath the Products and ...

    96. Internet Explorer->
    & width    stackoverflow.com

    I have a page which appears just fine in FireFox / Chrome / Opera / Safari, but appears incorrectly in Internet Explorer. A quick search reveals many issues with DIVs in ...

    97. CSS div following width of previous div in IE7    stackoverflow.com

    Here is the link : www.guidegather.com (sorry, tried posting image but cannot) If you look at the footer section, it appears correctly in all major browser (including IE9) but in IE7, the width of ...

    98. CSS Padding Stretching Divs: Internet Explorer Vs. Chrome/Firefox    stackoverflow.com

    Hello StackOverflow community, I have run into a problem that quite frankly is baffling me and I am surprised that I haven't run into this problem sooner. Apologies if I have overlooked something ...

    99. IE9 restore down, divs not resizing properly    stackoverflow.com

    I am using IE9 on windows 7. I have a web site where the problem described below works consistently in latest versions of FF, Chrome, Opera and Safari... In IE9 however, ...

    100. IE 7 z-index, overlap div in another stack    stackoverflow.com

    <pre><code>    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
        <style>
    .back{width: 1000px;height: 1000px;z-index: 1;position: fixed;top: 0px;
    left:0px;opacity: 0.5;filter: alpha(opacity=50);background-color: ...

    java2s.com  | Contact Us | Privacy Policy
    Copyright 2009 - 12 Demo Source and Support. All rights reserved.
    All other trademarks are property of their respective owners.