-
6 Nov 2006 6:49 AM #1
IE7 BasicDialog Tabs Top Border
IE7 BasicDialog Tabs Top Border
First off, unbelievable work. Not only does everything look great, the code is equally well thought out.
I just started to play around with some examples from your recent blog post on BasicDialogs. In IE7, I noticed that the top border doesn't show around the tab area.
Oddly enough, it does show up if I bump the height to 2px-- but showing 2px in height. I'm not sure what would necessarily cause that flip of visibility between 1px and 2px.Code:.ytab-wrap { border-bottom:1px solid #6593cf; padding-top:2px; position:relative; }
-
6 Nov 2006 4:17 PM #2
This was a very difficult one. I have uploaded an updated CSS file:
http://www.jackslocum.com/blog/css/basic-dialog.css
Gives this try, it seems to work great everywhere.
-
6 Nov 2006 11:30 PM #3
Nice, not sure what you did, but it works correctly on your site-- I think I just need to re-update my local sandbox to get the same fix applied (just copying over basic-dialog.css to a b3 download didn't seem to correct it, which is fine :-).
-
21 Nov 2006 6:33 AM #4
I am having the same problem with IE6 (firefox 1.5 is ok). I have replaced the basic-dialog from b3 with rc1 but the problem still exists.
-
21 Nov 2006 7:07 AM #5
Did you also replace the css?
Also, did you include reset.css?
-
21 Nov 2006 7:40 AM #6
yeah, the baisc-dialog.css only. I will try the reset too.
-
21 Nov 2006 8:09 AM #7
reset.css is generally a must for yui-ext. I have added a line to tabs.css that will make it not required in the future.
.ytab-strip td{
padding:0px;
padding-left:2px;
}
-
22 Nov 2006 1:53 AM #8
Similar Threads
-
BasicDialog and tabs
By ines in forum Ext 1.x: BugsReplies: 2Last Post: 21 Mar 2007, 1:49 AM -
Disable Tabs For Border Layout Region
By thejoker101 in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 20 Dec 2006, 9:27 PM -
More Tabs in basicDialog Help
By Hersha in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 5 Dec 2006, 3:52 PM -
BasicDialog with Tabs and UpdateManager
By rizakoyt in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 1 Dec 2006, 11:42 AM -
basicdialog tabs
By jbowman in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 6 Nov 2006, 5:23 PM


Reply With Quote