[css-d] Vertical scroll bar problem in IE vs Mozilla Firefox

2008-03-24 Thread Binita Bharati (bbharati)
Hi all, I am a new-bie to css. Please help me with this problem: My table shows a vertical scroll bar with IE and no scroll bar on firefox when the following entry is present on my jsp file: tbody.myscrollContent { overflow: auto; } How do i enable the vertical scroll bar on firefox? Th

[css-d] Help! I have no more hair!

2008-03-24 Thread Steven Garno
I have been pulling my hair out trying to get this layout to work using DIV tags. With all the bugs, and hacks that I have been reading through in a ton of pages, I can't seem to get the recipe right. The layout that I am looking for is this: ===

[css-d] Vertical scroll bar problem in IE vs Mozilla Firefox

2008-03-24 Thread Binita Bharati
Hi all, I have the folloing problem : My table shows a vertical scroll bar with IE and no scroll bar on firefox when the following entry is present on my jsp file: tbody.myscrollContent { overflow: auto; } How do i enable the vertical scroll bar on firefox also? Thanks Binita

Re: [css-d] Laying out CSS for @media print

2008-03-24 Thread fantasai
Melton Cartes wrote: > Can someone list some very basic rules for laying out CSS for > printing purposes? What are the... top 5 (or 3) things to know about > CSS for print vs. for screen? This article might help: http://css-discuss.incutio.com/?page=PrintStylesheets Make sure you set your

[css-d] Help! I have no more hair!

2008-03-24 Thread Steven Garno
I have been pulling my hair out trying to get this layout to work using DIV tags. With all the bugs, and hacks that I have been reading through in a ton of pages, I can't seem to get the recipe right. The layout that I am looking for is this: Logo Here (Fixed Height & Width) Title Area

[css-d] wrapper width and IE

2008-03-24 Thread Waz and Elle
Hi, When I first developed this site (http://mesfiji.org/), I left-floated all my divs but then if the browser window was too small, the divs to the right got pushed down. So, I added a topwrapper and defined in as 89em -- and it works great on Safari and FF but IE still pushes the other d

Re: [css-d] Menu falling behind video

2008-03-24 Thread David Hucklesby
On Mon, 24 Mar 2008 10:54:04 -0500, Todd Richards wrote: Re: >> However, on the home page with the video, the video covers up the menu. >> >> www.thurtconstruction.com >> Mark Story suggested, and Vincent Pollard concurred: > Try embedding the flash with wmode = transparent or opaque. Setting

Re: [css-d] header :: Whoops!

2008-03-24 Thread David Laakso
David Laakso wrote: > Solomon Asfada wrote: >> http://library2.usask.ca/spcoll/Asfada/index.htm >> >> >> > Whoops. Also add this declaration: body{font: 100% arial,sans-serif} http://chelseacreekstudio.com/ __ css-disc

Re: [css-d] header

2008-03-24 Thread David Laakso
Solomon Asfada wrote: > http://library2.usask.ca/spcoll/Asfada/index.htm > > > This is one way to do it: Delete both of these declarations: body{font: 76% arial,sans-serif} div#header h1{height:80px;line-height:80px;margin:0; padding-left:10px; background: #EEE;color: #79B30B;} Add these

Re: [css-d] IE7 problem with dropdowns

2008-03-24 Thread Gunlaug Sørtun
Chris Kavinsky wrote: > Doing that, and it works fine on the static page. The problem, for > some reason, is that it doesn't work on the page that's generated by > the CMS (although the source code looks fine). I'm stumped. Fix the script. You've lost a backslash from the original. This line...

[css-d] header

2008-03-24 Thread Solomon Asfada
http://library2.usask.ca/spcoll/Asfada/index.htm -- SPA __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/

Re: [css-d] IE7 problem with dropdowns

2008-03-24 Thread David Laakso
Chris Kavinsky wrote: > I having a very bizarre problem with suckerfish dropdowns and IE7. > > static page: http://ecasite.org/2008template.html > CMS page: http://associationdatabase.com/aws/ECA/pt/sp/p_Home_Page > CSS file: http://209.235.241.60/css/styles2008.css > FWIW: The CMS version

Re: [css-d] IE7 problem with dropdowns

2008-03-24 Thread Chris Kavinsky
Doing that, and it works fine on the static page. The problem, for some reason, is that it doesn't work on the page that's generated by the CMS (although the source code looks fine). I'm stumped. On Mon, Mar 24, 2008 at 4:34 PM, Vicki Stebbins <[EMAIL PROTECTED]> wrote: > > At 07:14 AM 25/03/2008,

Re: [css-d] Right floated container dropping down in IE6 -- RESOLVED

2008-03-24 Thread Valerie Wininger
Yeah, it can be helpful, but it doesn't work with my standalone version of ie6, which is where I was noticing the problem. On Mon, Mar 24, 2008 at 4:43 PM, vincent pollard <[EMAIL PROTECTED]> wrote: > good to hear :) > > do you use the IE Dev > Toolbar

Re: [css-d] Right floated container dropping down in IE6 -- RESOLVED

2008-03-24 Thread vincent pollard
good to hear :) do you use the IE Dev Toolbar? i find it invaluable. On 24/03/2008, Valerie Wininger <[EMAIL PROTECTED]> wrote: > > Got it guys. I had a huge right margin on one of the p

Re: [css-d] Right floated container dropping down in IE6 -- RESOLVED

2008-03-24 Thread Valerie Wininger
Got it guys. I had a huge right margin on one of the paragraphs in the content (don't ask me what I was thinking). Thanks a bunch! On Mon, Mar 24, 2008 at 4:10 PM, Jason Ogle <[EMAIL PROTECTED]> wrote: > It seems as though your mainContent div width is breaking the layout in > IE6. > > Try applyi

Re: [css-d] Right floated container dropping down in IE6

2008-03-24 Thread Jason Ogle
It seems as though your mainContent div width is breaking the layout in IE6. Try applying a different width to this div for IE: #content #mainContent { width: 600px; *width: 590px; /*for IE*/ } Experiment with the IE width until it's as wide as it can be without breaking. Hope i

Re: [css-d] IE7 problem with dropdowns

2008-03-24 Thread Vicki Stebbins
At 07:14 AM 25/03/2008, Chris Kavinsky wrote: >I having a very bizarre problem with suckerfish dropdowns and IE7. I >have two versions of a page referencing the same CSS file -- one is a >static page on the same server as the CSS file, the other generated by >a CMS program on a different server. Th

[css-d] IE7 problem with dropdowns

2008-03-24 Thread Chris Kavinsky
I having a very bizarre problem with suckerfish dropdowns and IE7. I have two versions of a page referencing the same CSS file -- one is a static page on the same server as the CSS file, the other generated by a CMS program on a different server. The problem is the dropdown menus are sticking in th

Re: [css-d] Right floated container dropping down in IE6

2008-03-24 Thread vincent pollard
this happens a lot in IE6. i think it's because it increases padding on floated items, described here: http://www.positioniseverything.net/explorer/doubled-margin.html which means there isn't enough room for both divs so the second div drops down. i may be wrong - and if i am it won't take long bef

[css-d] Right floated container dropping down in IE6

2008-03-24 Thread Valerie Wininger
I could really use everyone's help. I can't figure out how to fix this issue. I have my menu floated left in one div and the main content floated right next to it. This problem only manifests itself on the home page in IE6. I kind of assume it has something to do with the image that is floated

Re: [css-d] Bullet placement in unordered lists: IE alignment problem

2008-03-24 Thread Gunlaug Sørtun
Doug Niven wrote: > http://www.montanamasterchefs.com/schedule.php > > Using IE the gold bullets above are "top" aligned while in other > browsers they are "bottom" aligned. Not in _all_ other browsers. > Any suggestions or workarounds how to make this the same for IE as > well? Ideally I'd l

Re: [css-d] Safari issues

2008-03-24 Thread vincent pollard
Rafael, thanks for your help. i noticed the js problem you mentioned in Fiddler - we fixed that. thanks for flagging it. interestingly it turns out that Safari automatically renders the .Net as and - without using the CSS Adapters - which why my style wasn't w

[css-d] [Solved] Hidden header TR has border in IE

2008-03-24 Thread Julie Wetherill
Never mind folks ... I forgot to zero out the table's border in the markup. Setting border=0 solved the horizontal line in an otherwise hidden row. -julie I am using data tables to list dozens of documents with their revision dates and available formats. Here is an example: http://hul.harvard.

Re: [css-d] IE incorrect box model with percentages?

2008-03-24 Thread Gunlaug Sørtun
Cristian Palmas wrote: > So the question is: can the box model problem be solved in IE using > percentages or I need to use some more workaround? Read this article - all of it... ...and if what's written there doesn't apply to your encoun

[css-d] Bullet placement in unordered lists: IE alignment problem

2008-03-24 Thread Doug Niven
Hi Folks, I am using unordered lists styled with CSS and have discovered how IE aligns our bullets differently than all the other browsers: http://www.montanamasterchefs.com/schedule.php Using IE the gold bullets above are "top" aligned while in other browsers they are "bottom" aligned. Any sug

[css-d] Hidden header TR has border in IE

2008-03-24 Thread Julie Wetherill
I am using data tables to list dozens of documents with their revision dates and available formats. Here is an example: http://hul.harvard.edu/oisnew/support/docs-oasis.html When all docs are listed, page will be longish. It has been a long-standing practice for us to skip visible header rows o

[css-d] IE incorrect box model with percentages?

2008-03-24 Thread Cristian Palmas
Hi, I'm Cristian Palmas and I'm starting now my experience ad a web designer. I'm creating my personal web site with Drupal and I'm working on the XHTML and CSS templates. After writing the general rules for the various divs of the page and after testing the layout with Safari 3, Firefox 2, Opera

Re: [css-d] Menu falling behind video

2008-03-24 Thread Todd Richards
Thanks Mark and Vincent. That appears to have taken care of it! Todd From: vincent pollard [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 10:43 AM To: Mark Story Cc: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] Menu falling behind video Mark is correc

Re: [css-d] Menu falling behind video

2008-03-24 Thread vincent pollard
Mark is correct. you must have 'wmode = transparent' in the parameters. On 24/03/2008, Mark Story <[EMAIL PROTECTED]> wrote: > > Todd Richards wrote: > > Hi Everyone - > > > > Been struggling with this and maybe it's something obvious. I have a > CSS > > menu on my site, and I have a .FLV slidesh

Re: [css-d] Menu falling behind video

2008-03-24 Thread Mark Story
Todd Richards wrote: > Hi Everyone - > > Been struggling with this and maybe it's something obvious. I have a CSS > menu on my site, and I have a .FLV slideshow on the home page. On all other > pages, the menu works fine, and falls on top of the text (so you can > navigate). However, on the home

Re: [css-d] Menu falling behind video

2008-03-24 Thread Gunlaug Sørtun
Todd Richards wrote: > www.thurtconstruction.com > Been struggling with this and maybe it's something obvious. The only obvious factor here is that you can't stack any html element on top of flash, and make it work across browser-land. > [...] The menu has a z-index of 1000. ...which doesn't

[css-d] Menu falling behind video

2008-03-24 Thread Todd Richards
Hi Everyone - Been struggling with this and maybe it's something obvious. I have a CSS menu on my site, and I have a .FLV slideshow on the home page. On all other pages, the menu works fine, and falls on top of the text (so you can navigate). However, on the home page with the video, the video

Re: [css-d] Problem with Fixed Width, Variable Height Tabs

2008-03-24 Thread James Leslie
Many Thanks Georg, That has worked perfectly. James -Original Message- > http://metafaq.com/clients/jamestesting/tabtest.html If you increase > the font-size one notch (in firefox) then the 'radio shows' text wraps > around but the others don't. Does anyone know how I can get the oth

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Gunlaug Sørtun
Alan Gresley wrote: > Very true Georg. For a developer wanting to develop for IE6 when > using conditional comments they must have original standalone > versions of IE6, IE7 and IE8b1 to test with. > > [...] Since other people are not me and don't have access to my head, > standalone versions

[css-d] IE8 mode and IE7 emulation mode.

2008-03-24 Thread Alan Gresley
Hi ereryone I have a question. This is what I now doing to test both IE8 and emulated IE7 mode. 1. Open fresh instance of IE8. 2. From the developers tools I select IE7 strict mode. 3. I load a page and it rendering like IE7. 4. I open a new tab and load the same page. The first tab will show I

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Ian Piper
On 24 Mar 2008, at 5:14am, Alan Gresley wrote: > Holly Bergevin wrote: > >> From: Ian Piper <[EMAIL PROTECTED]> >> > http://www.tellura.co.uk/index.php > As you can see, the image used for the background for the left > sidebar doesn't display in three-column mode and the content

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Alan Gresley
Gunlaug Sørtun wrote: > Alan Gresley wrote: > > > Ian would you have happen to have download IE8 as an overwrite of > > IE7? If so those [if lte IE 6] will not be seen by your standalone > > version of IE6. > > Just a comment here: we keep on running into these "standalone and > conditional co