![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
ok with my page (more or less) with Firefox. Then I check the page with IE 7, and all my pretty buttons are gone! |
#3
| |||
| |||
|
|
eholz1 wrote: ok with my page (more or less) with Firefox. Then I check the page with IE 7, and all my pretty buttons are gone! Put your test page on the web somewhere and post the URL. Do not post code here. Before you do this, however, validate both your HTML and CSS to make sure there aren't any syntax errors causing the problem. |
#4
| |||
| |||
|
|
Hello Styleists! I am trying to get a page going similar to this nice tutorial at A List Apart. URL:http://www.alistapart.com/d/holygrail/example_1.html This is sorta what I would like. When I navigate to the page above using Firefox, all is well - the left side (a div column) has text and is colored blue, the center is white, and the right column (a div as well) is red. This is a three-column sample, which is fairly nice. BUT!! When I navigate to this page using IE 7! the left side is completely gone! |
#5
| |||
| |||
|
|
On Nov 17, 6:54 am, eholz1 <ewh... (AT) gmail (DOT) com> wrote: Hello Styleists! I am trying to get a page going similar to this nice tutorial at A List Apart. URL:http://www.alistapart.com/d/holygrail/example_1.html This is sorta what I would like. When I navigate to the page above using Firefox, all is well - the left side (a div column) has text and is colored blue, the center is white, and the right column (a div as well) is red. This is a three-column sample, which is fairly nice. BUT!! When I navigate to this page using IE 7! the left side is completely gone! http://www.alistapart.com/d/holygrail/example_1.html From CSS for #left column: margin-left: -100%; See http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/ Bug #39 The second thing you never should use is negative margin value unless you are Ok with part of your content disappearing for 80%-95% of your visitors (IE users). btw on the demo for bug #39 under IE 6 SP1 we are having the same peekaboo effect ("X" is not on the page) - despite the bug is claimed only for IE7. P.S. The first thing one should never use is div layout - unless it is a demo page showing the power and benefits of such layout. If it is a paid commercial solution then always use the standard table layout, otherwise soon you'll get a reputation of a unreliable producer. No |
|
matter how much UA-specific patches you will apply, the re will be always a high chance that some amount of visitors will not be able to see your page at all or a part of it. Only table layout eliminates this danger. |
|
That is not an order of course :-) - just a friendly advise. |
#6
| |||
| |||
|
|
Only table layout eliminates this danger. Er, what again? |
|
BTW VK did you not notice that the page the OP cited is not his own but from alistapart? |
#7
| |||
| |||
|
|
Only table layout eliminates this danger. Er, what again? |
#8
| |||
| |||
|
|
Only table layout eliminates this danger. No further comment required. |
#9
| |||
| |||
|
|
On Nov 17, 3:04 pm, "rf" <r... (AT) invalid (DOT) com> wrote: Only table layout eliminates this danger. No further comment required. Oh? So what is _your_ professional advise will be to OP? "IE users |
|
will not see one third of your page and hell on them, who cares"? Or do you have another "really working" three columns div layout to suggest? If the first, then no comments of course, if the last then I'm anxious to see one. |
#10
| |||
| |||
|
|
How about a couple of layouts that mix from 1 to 4 columns? http://beta.ksscholl.com/nbuy/rx/template.html http://www.singlebarrelsoftball.com/index.php |
|
It's not THAT difficult |
![]() |
| Thread Tools | |
| Display Modes | |
| |