22 Posted Topics
Hi! LI hover doesn't support in IE6, for better and compatible results you can use the code like following[CODE] #nav, #nav ul { /* all lists */ padding: 0; margin: 0; list-style: none; float : left; width : 11em; } #nav li { /* all list items */ position : …
Hello! Just assign widht at '.floatingDiv' hope that will solved your issue.
Hello Ayalsule, You want 100% layout with three column, there are so many solutions, you can make any one or two div fixed widht and the 3rd will be 100%, or can make any one div fixed and rest two will be 100% or you can also make the three …
You have assigned display linline in LI tag, though its not supported by IE browser. At first to solve that add float left to LI tag along with display inline. And after that you can remove float left from A tag.
Use the backgroud image in UL tag insteed of li and assing the bullet-blue-normal image as backgroud image of LI tag. Use the CSS code like that [CODE].nrml-bul { background:red url('../images/list-bg-large.png') repeat-x; margin:5px 40px 10px 0px; border:1px solid #ccc; padding:2px; } .nrml-bul { background: url('../images/bullet-blue-normal.png') no-repeat 0 0; }[/CODE] Its …
Hi! IE doesn't support display:inline-block, css property. And thats why you are getting this type of distortion. For IE browser use float property, it will solved the issue.
Hi! Try with following stylesheet : [CODE]body{ margin:0; padding:0; } b{font-size: 110%;} em{color: red;} #maincontainer{ width: 1000px; margin: 0 auto; /*Center container on page*/ background-image:url(../slices/bg-image.jpg); background-repeat:repeat-y; background-position:center; } #topsection{ padding-left:25px; padding-top:0px; margin:0; height: 112px; /*Height of top section*/ } #topsection h1{ margin: 0; padding-top: 15px; } #contentwrapper{ float: left; width: …
Hi! I have replied to your same same issue earlier that IE doen't support display[B]display:inline-block[/B], insteed of that use float property that will solve your issue. Thanks.
Dreamweaver is really very helpful for both design and coding. Choose in menu View > Design and Code, option. thus you can navigate both options for design and coding. Thanks
Hello Sreein! In html file its written (conditional CSS at line no 12) that if the browser is IE then padding 30px from top will be added and the code is like following ;[code]<!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment …
[QUOTE=leegeorg07;1010193]no, the code validates fine, the css is embedded in the <style? tags, but I moved it into a css file. But thanks, I'll give it a shot[/QUOTE] Yes, you can add the code,what ever you like but the code is not 100% correct for cross browsers. Mainly in IE …
[QUOTE=anand4160;1011757]CSS and HTML file is attached in mail. Plz see attachment[/QUOTE] Use "white-space:normal" that will solved your issue, and obviously you have to use CSS here for maintain the web standard. Though your file is not that much capable for same right now. Attached is the file with corrected mentioned …
First of all your site in totally distroted in IE6, mainly IE6 doesn't support 24bit PNG image, and three boxes also sfifted down deu to improper width. For scroller their is an script error in line no 3929. Plz check, other wise source code is fine.
Instead of button just use A tag and stylize that like a button through CSS. Thats the best way here. regards
Hello! Just add cellpadding to the table tag like : <table class="test" cellpadding="0"> OR add padding:0; .test td { background-color: blue; border-bottom: 3px solid pink; padding:0; } it will solved the issue. regards
Hi! Chunky1318, iframe doesn't support height 100%, you have to assign a max height for that. Please check with that, it may solved your issue. regards.
Hello ! its not clear that which scrollbar not working? is that borwser's or in page? please explain bit more.
At first glance its seems that height/width issues are there, assign height and width, it may help.
Just use simple JavaScrip here, it will better.
Ok, please post the URL. It will help best here.
with continuation of Thyrosis comments also remove the height from the div tag which contains iFrame. And place the <? session_start(); ?> just after DTD it will create display issue in IE. Regards
[QUOTE=drumichael87;888538]Okay, here goes. I am using this template. [URL="http://collectibleshakers.com"]Site is Here[/URL]. Seems straight forward enough. Well, when I try to put my Twitter widget in the black bar, the navigation disappears. The twitter widget uses a UL, as does the navigation at the top of the page. There is evidently …
The End.
dipak_passion