Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
64% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Forums

22 Posted Topics

Member Avatar for simirnov

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 : …

Member Avatar for mrinaldey
0
173
Member Avatar for n_e
Member Avatar for dipak_passion
0
123
Member Avatar for ayalsule

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 …

Member Avatar for ayalsule
0
128
Member Avatar for Alexancho

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.

Member Avatar for dipak_passion
0
80
Member Avatar for maheshks230

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 …

Member Avatar for ko ko
0
122
Member Avatar for chowdarysmk

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.

Member Avatar for sylstain
0
108
Member Avatar for bjdmb

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: …

Member Avatar for dipak_passion
0
140
Member Avatar for chowdarysmk

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.

Member Avatar for dipak_passion
0
52
Member Avatar for gmx

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

Member Avatar for js112
0
114
Member Avatar for RhysW

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 …

Member Avatar for ko ko
1
106
Member Avatar for Member #361407

[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 …

Member Avatar for Member #361407
0
131
Member Avatar for anand4160

[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 …

Member Avatar for Troy III
0
2K
Member Avatar for greenglow

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.

Member Avatar for greenglow
0
99
Member Avatar for w33n

Instead of button just use A tag and stylize that like a button through CSS. Thats the best way here. regards

Member Avatar for dipak_passion
0
52
Member Avatar for RobRob666

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

Member Avatar for RobRob666
0
113
Member Avatar for chunky1318

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.

Member Avatar for dipak_passion
0
78
Member Avatar for srirajj

Hello ! its not clear that which scrollbar not working? is that borwser's or in page? please explain bit more.

Member Avatar for srirajj
0
99
Member Avatar for drugoholic

At first glance its seems that height/width issues are there, assign height and width, it may help.

Member Avatar for drugoholic
0
110
Member Avatar for ritu_kr
Member Avatar for cjmalloy
Member Avatar for marjan_m

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

Member Avatar for dipak_passion
0
146
Member Avatar for drumichael87

[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 …

Member Avatar for dipak_passion
0
135

The End.