Re: [css-d] how high can z-index be reliably?

2006-09-08 Thread Michael Landis
On 9/8/06, Peter Michaux [EMAIL PROTECTED] wrote: Hi, I haven't seen a specification on how high I can set the z-index. Perhaps it is browser specific. Is going up to safe? What happens in browsers if the number is too high? Hi, Peter, As others have mentioned, you probably don't need

Re: [css-d] Website design bugs

2006-07-31 Thread Michael Landis
On 7/28/06, Amy Ostrom [EMAIL PROTECTED] wrote about http://www.jocohistory.net: Known problems: *extra code is necessary to keep navigation and content sitting side by side in gecko and Microsoft browsers As long as were talking about a few extra divs, versus dozens, that should be fine.

Re: [css-d] Problem with css popup info box

2006-07-31 Thread Michael Landis
On 7/28/06, Appalaches Web [EMAIL PROTECTED] wrote about http://connaissances.org/site2: In the hidden part the link anchor text in the middle of the first paragraph is missing in IE6 but all texts after this link are in italic. Other links in hidden paragraph 2 and 3 are visible but in italic

Re: [css-d] Link text jumps to single line in IE

2006-07-31 Thread Michael Landis
On 7/28/06, Admin at AK [EMAIL PROTECTED] wrote about http://www.annerykiln.co.uk/newak/datamanagement.html: Load it in IE Locate the line that contains the link that says: See one at Cwmcroiddur here... and set browser width so that the link text is split over two lines (end of one to

Re: [css-d] AbsoluteInRelative, usual remedies don't work

2006-07-31 Thread Michael Landis
On 7/31/06, I wrote about http://mss.uchicago.edu/MRB/citation_example.html: It looks like IE is having issues with trying to juggle the text-indent along with the positioning and the margin. I found that replacing the margin-left: 3em with padding-left: 3em, setting the label's left position

Re: [css-d] IE5.5 menu and general layout weirdness

2006-07-31 Thread Michael Landis
On 7/28/06, Jeralyn Merideth [EMAIL PROTECTED] wrote about http://www.msbanet.org/conference/2006_annual_conference.htm: Today I downloaded and installed stand-alone versions of IE (5.5 and 6 - I upgraded to 7 and it overwrote my 6 haha). I was curious, so I decided to look at some web stuff

Re: [css-d] TD Overflow:Hidden?

2006-07-31 Thread Michael Landis
On 7/31/06, Shlomi Asaf [EMAIL PROTECTED] wrote: Hi All can i get overflow:hidden on a td, without use of div/span nested inside that TD? According to the specs, it should work. :-) According to the manufacturers, it doesn't. :-( I couldn't say why for certain, but I'd imagine that because

Re: [css-d] Background positioning

2006-07-28 Thread Michael Landis
On 7/27/06, faramineux [EMAIL PROTECTED] wrote: I want to have a table with 1 column 2 rows The first row has the logo Using CSS I want to have a background image in the cell below: .tdbkg { background: url(graphics/logo_bkg03.gif); background-repeat: no-repeat; background-position:

Re: [css-d] List in IE

2006-07-26 Thread Michael Landis
On 7/26/06, faramineux [EMAIL PROTECTED] wrote: IE is not showing the bullet or the list. Where am I wrong? Many thanks. CSS: ul {list-style-image: url(graphics/arrow22.gif); margin: 20px 0 0 0; } ul li { margin: .5em 0 .5em 0; } Hi, faramineux, It is difficult to tell exactly the issue

Re: [css-d] Freaky Win/IE disappearing/reappearing text?

2006-07-26 Thread Michael Landis
On 7/26/06, Cliff Pruitt [EMAIL PROTECTED] wrote about http://dev.josegomez.com/apps/bbs/thread_list_view.asp?l1id=2: The problem is that on IE the page will load but a large portion of text will just be invisible. If you scroll the window so that the missing portions are out of the viewport

Re: [css-d] to pre or not to pre

2006-07-25 Thread Michael Landis
On 7/25/06, jaklitsch maya [EMAIL PROTECTED] wrote: I have been studying xhtml and css and have found in one book this example: pre one three five two four six /pre I can then use css to style it whichever I want. Now I have been using ul in order to set up the same lines, and styling

Re: [css-d] image alignment problems

2006-07-25 Thread Michael Landis
On 7/25/06, Magenta Placenta [EMAIL PROTECTED] wrote: http://www.matthickerson.com/testing/ http://www.matthickerson.com/testing/stylesheet.css I'm having problems getting all my main navigation elements to fit in a specific div. Above url works in IE, but not in Firefox or Opera, the last

Re: [css-d] IE loading and showing images

2006-07-25 Thread Michael Landis
On 7/25/06, Stefan Witte [EMAIL PROTECTED] wrote (about http://www.studionext.nl/dev): Dear list members, On the website I work on atm, i have this problem with IE win, showing the image of the roll over state while loading the website. I assume the problem is because the roll over state is

[css-d] New Wiki page for z-index and overlapping

2006-07-24 Thread Michael Landis
Hi, folks, I've written up a tome on the Wiki about z-index: http://css-discuss.incutio.com/?page=OverlappingAndZIndex It seems like there have been some recent questions and suggestions about increasing the z-index of positioned elements, and I thought it might be helpful to explain some of

Re: [css-d] Image not aligning correctly in IE

2006-07-24 Thread Michael Landis
On 7/24/06, Janet Chang [EMAIL PROTECTED] wrote about http://www3.law.northwestern.edu/macarthur: Sorry, hope you don't mind me asking another similar image-related question The picture inside the content area is supposed to line up with the first sentence of the paragraph to the left

[css-d] Normal flow (was Re: stylesheet link causing validation to fail)

2006-07-23 Thread Michael Landis
Bill Walton wrote: I'm really having a hard time understanding 'normal page flow.' I see it referred to, but I haven't been able to find an understandable explanation of what it is. If you (or anyone else) could point me to a reference that could help me get my arms around those

Re: [css-d] inherit problems

2006-07-21 Thread Michael Landis
On 7/20/06, Zoe M. Gillenwater [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I have set the properties of my form fields textarea, input { width: 550px; } I only have one that I want to ignore this class. What is the best way to get the single elements to ignore the class?

Re: [css-d] Combine Stylesheets Dynamically?

2006-07-21 Thread Michael Landis
On 7/20/06, Alex Foley [EMAIL PROTECTED] wrote: The problem is my main page is the heaviest of the pages...it carries a large Flash graphic (although that would soon go away...). One thing I've decided on is that the user downloading a separate stylesheet for each page is no good... I have

Re: [css-d] Page Loads

2006-07-19 Thread Michael Landis
On 7/15/06, Donna Pfledderer @ Virtual Business Connection [EMAIL PROTECTED] wrote: I have searched the archives on page loads, but I'm not sure they answered my question or I just didn't understand. But, this site, www.1startescape.com When the page loads in IE the background

Re: [css-d] Scalability with bottom-stuck footer

2006-07-18 Thread Michael Landis
On 7/12/06, Geoffrey Alan Colbath [EMAIL PROTECTED] wrote about http://www.id.iit.edu/~colbath/v2: The main problem that I'm having, is getting the div that contains the right-hand background graphic to extend the full height of the viewport. The footer is to be positioned at the bottom of the

Re: [css-d] Side-scrolling mystery with overflow-x

2006-07-18 Thread Michael Landis
On 7/13/06, Jesse Keller [EMAIL PROTECTED] wrote: Hi -- I'm trying to make a horizontal-scrolling div that contains other divs. I can make a side-scrolling div containing images, but putting divs into the mix always forces the line to break, even with overflow-x set to scroll. Easier to

Re: [css-d] load multiples css with one page

2006-07-11 Thread Michael Landis
On 7/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello all I have a site where i am using one style sheet to load others here it is: @import url(layout.css); @import url(modules.css); @import url(print.css) print; problem is IE (really?!!) doe's not recognize the print delivered

Re: [css-d] load multiples css with one page

2006-07-11 Thread Michael Landis
On 7/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a site where i am using one style sheet to load others here it is: @import url(layout.css); @import url(modules.css); @import url(print.css) print; I wrote: How is the parent stylesheet loaded? I could imagine browsers having

Re: [css-d] Content invisible in IE - shows when hovering

2006-07-10 Thread Michael Landis
On 7/10/06, Albert van der Veen [EMAIL PROTECTED] wrote: Hello list, Please have a look at the following page: http://www.humanrightsimpact.org/top/search/ search for 'human' for instance and a list of searchresults appears. However, in IE6/Win (haven't tested other IE's) a white gap shows

Re: [css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Michael Landis
On 7/10/06, Anthony Baker [EMAIL PROTECTED] wrote about http://www.coachandgrowrich.net/template_drafts/interior_07july2006.php: My issue is that, when trying to clear the float, I'm getting unnecessary space added beneath the navbar. In IE, of course, the size of this space doubles over

Re: [css-d] style the parent object?...

2006-07-10 Thread Michael Landis
On 7/10/06, Karl Jacobs [EMAIL PROTECTED] wrote: As you know, in a dropdown/flyout menu, if you have a item's background change using a:hover, once you roll off of that to the next level of the dropdown (I currently have 3 levels). the background change goes away. What I would like to do is

Re: [css-d] What can I do about inconsistent spacing across browswers?

2006-07-07 Thread Michael Landis
On 7/7/06, Dova Wilson [EMAIL PROTECTED] wrote: I understand that pixel perfect results across browsers are not realistic, but what can I do to improve this at least a little? See http://209.211.255.131/newsite/testjuly7.html. The CSS code is at http://209.211.255.131/newsite/testjuly7.css.

Re: [css-d] Why the extra vertical space?

2006-07-06 Thread Michael Landis
On 7/6/06, Rick Pasotto [EMAIL PROTECTED] wrote: http://charlottetoastmasters.info/leaders2.php These are nested DLs. (I'm using DLs because there is a possibility of additional info for each governor -- phone, quote, picture, etc.) As far as I can see the code for the two sections is

[css-d] Getting conditional comments to work in IE 6 and 7 (from Can't find a haslayout trigger thread)

2006-07-05 Thread Michael Landis
Richard wrote: I am struggling with my conditional comments syntax. The MSDN reference [1] does not give any examples of using comparison operators. If I use !--[if lte IE 6] as per some example sites, the styles are not applied. But if I use !--[if IE lte 6], the corrected styles are

Re: [css-d] FF/Safari absolute footer

2006-07-05 Thread Michael Landis
Riquez Rapidly Rote... Can someone with safari FF please confirm? http://www.thethebootleg.co.uk/thethe/dev/viewposts.php?pg=1topic=1346 The footer (green bar) should sit at the bottom of the page - in my FF its fine, but in Safari LIVE, its jumping up a few 100 pixels. Locally, its the

Re: [css-d] ie5 breakdown

2006-07-05 Thread Michael Landis
On 7/4/06, Ed Dorsch [EMAIL PROTECTED] wrote: Am having problems making my testing page work in ie 5.x http://www.edorsch.com/hunnex/index.php This layout is looking good in just about every other browser. For some reason, the tabs (SERVICES, LEARN MORE, ABOUT US, etc.) are not spaced

Re: [css-d] gmail is ignoring display:none - what to do?

2006-07-05 Thread Michael Landis
On 7/4/06, Bojana Lalic [EMAIL PROTECTED] wrote: I've got the following code: caption style=display: none; This is the caption /caption And gmail is still displaying the caption. How do I prevent it from doing this? By the way, the reason why I am using inline styles is because of

Re: [css-d] Best way to center something in a div

2006-07-05 Thread Michael Landis
On 7/5/06, Eoin Maguire [EMAIL PROTECTED] wrote: I'm trying to center a couple of select boxes within a div that has a background image. However, I don't want everything within the div centered, only the select elements. I've tried text-align: center and also setting the margin: 0 auto. But

Re: [css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Michael Landis
On 7/5/06, Simon Kittle [EMAIL PROTECTED] wrote: hey, i have a question regarding the cascading of styles. I'd like to set a default color on all DIV elements so I have the following: div { color: blue; } in the HEAD of my document (in a style tag). And I the have HTML

Re: [css-d] Weird attribute

2006-07-05 Thread Michael Landis
On 7/5/06, Brian Cummiskey [EMAIL PROTECTED] wrote: I just stumbled upon this in some (mostly table-based) code i'm updating, and I've never seen anything like it before. table, td { font:normal 11px Arial,sans-serif; font:normal 8px standard 07_55,Tahoma,Arial,sans-serif; color:

Re: [css-d] FW: List Menu

2006-07-05 Thread Michael Landis
On 7/5/06, Christina Hawkins [EMAIL PROTECTED] wrote: Thanks, Riva. I tried line-height: 14px and 2.5em in the li and a classifiers under #navlist. Both give me the same result as if I'd didn't have it. Also, why is the rollover effect I want working in FF but not IE? snip/ #navlist

Re: [css-d] Background image and window scroll - problems if scroll horizontally

2006-07-05 Thread Michael Landis
On 7/5/06, Micky Hulse [EMAIL PROTECTED] wrote: Hi, Not sure where to look to learn more about this issue... hoping someone on the list can point me in the right direction. Long story short: I have a body background image that is positioned to the top/right. My main container is around

Re: [css-d] Help with Safari and topnav

2006-07-05 Thread Michael Landis
On 7/5/06, Skip Knox [EMAIL PROTECTED] wrote: I am experimenting with a template design and thought I had everything worked out. I wasn't especially happy with the kludge I had to do with the header, though, and then a user reported that the header didn't align properly in Safari. I have

Re: [css-d] Help with Safari and topnav

2006-07-05 Thread Michael Landis
at all. Even so, I do thank Michael Landis for offering some simplification of my code. I still have some spacing tweaks to do, but this is fundamentally sound, right across the major browsers. Loading leftnav before header is a bit of a kludge, as it's contrary to common sense, but since

Re: [css-d] Moving a graphic

2006-07-05 Thread Michael Landis
On 7/5/06, Visually Insane Genetically Modified Organism [EMAIL PROTECTED] wrote about http://www.infoforce-services.com/ifs_header_tri.php: Michael Thank you for the response. Are you suggesting display: block; in the h1 img { and .curve img { in the CSS? I almost what I would like. However,

Re: [css-d] Moving a graphic

2006-07-05 Thread Michael Landis
Oops, didnt finish On 7/5/06, Michael Landis [EMAIL PROTECTED] wrote: On 7/5/06, Visually Insane Genetically Modified Organism [EMAIL PROTECTED] wrote about http://www.infoforce-services.com/ifs_header_tri.php: Michael Thank you for the response. Are you suggesting display: block

Re: [css-d] FW: List Menu

2006-07-05 Thread Michael Landis
On 7/5/06, Christina Hawkins [EMAIL PROTECTED] wrote: Thank you Michael. This worked! Whew! I would not have even figured that my lack of a width was causing it. Christina Hawkins www.globalspex.com Glad to help! For more information on hasLayout, check out Ingo Chao's detailed article on

Re: [css-d] bolded links not working in IE

2006-07-05 Thread Michael Landis
On 7/5/06, John Haas [EMAIL PROTECTED] wrote (about http://www.manapedesign.com/21dems): Now, if you got to About Us and look at the HTML source for that secondary nav, you'll see that I have a class being dynamically inserted into the a to mark the page you're currently on: class=active

Re: [css-d] Differences between IE/FF with fieldset padding/margins

2006-07-03 Thread Michael Landis
On 7/2/06, Philippe Wittenbergh [EMAIL PROTECTED] wrote: snip/ What you are trying to solve here, of course, is a bug in iExploder, with the background 'leaking' out of the fieldset border... You then could apply all those styles for IE only. snip/ The legend element is very difficult to

Re: [css-d] Differences between IE/FF with fieldset padding/margins

2006-07-03 Thread Michael Landis
I wrote: fieldset div class=container legendspanLegend/span/legend content... /div /fieldset francky wrote: Then it is very close to the idea to forget the whole fieldset-coding, and replace it by common div's and classes: div class=fieldset-imi div

Re: [css-d] Can't find a haslayout trigger

2006-07-03 Thread Michael Landis
On 7/3/06, Richard Grevers [EMAIL PROTECTED] wrote: I've been integrating phpmyfaq into a site written in a different language (fun!) and have been banging my head against one problem when IE6 destroys the display: Test case at http://www.dramatic.co.nz/wfsm/test2.html - valid html/css

Re: [css-d] style descendant elements of a table column in IE

2006-06-09 Thread Michael Landis
On 6/9/06, Zoe M. Gillenwater [EMAIL PROTECTED] wrote: I have a really big table that contains input fields in most cells. The client wants some of these input fields to be a certain width, and others to be larger. I can accomplish this in Firefox and other browsers who understand child

Re: [css-d] 3 images in a ul, is this the best way

2005-10-12 Thread Michael Landis
On 10/12/05, Scott Haneda [EMAIL PROTECTED] wrote: I have three images, they are each 189 by 146 and all sit inline, so that's 566 wide. No spaces, no padding, just three images, I could make it one, and use a image map, but they get swapped out so I ca not. Right now, this is suiting me

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Michael Landis
On 10/6/05, Thierry Koblentz [EMAIL PROTECTED] wrote: Christian Heilmann wrote: I do understand the idea, however, I dislike the idea of adding a JavaScript containing document.write and mixing structure and behaviour layer I don't see how we're mixing structure and behavior here... I

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Michael Landis
On 10/7/05, Al Sparber [EMAIL PROTECTED] wrote: From: Michael Landis [EMAIL PROTECTED] I think we're getting very close to a debate on personal beliefs and preferences (the importance of browser support versus the importance of clean code). Perhaps it would suffice to add a note

Re: [css-d] Can I style generated content?

2005-09-26 Thread Michael Landis
On 9/23/05, [EMAIL PROTECTED] I also encountered a problem with the generated content on hover. I tried to remove the on hover, but I am seeing all of the other links flash when I hovered over the link with the generarted content. snip / htmlbody #sidebar-nav li.selected a:before {

Re: [css-d] Can I style generated content?

2005-09-23 Thread Michael Landis
On 9/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to style generated text? /* Example: CSS */ a { font-family: arial; color: red; text-decoration: none; } a.left-arrow:before { content: ; } You can style generated content in standards-compliant

Re: [css-d] Variation on off-site links - need help

2005-09-12 Thread Michael Landis
John Huetz wrote: We're developing a site content management process which separates the The designers want to be able to indicate within a list of links which link may be new by displaying a NEW graphic after the link text. What I'm trying figure out is how to make that happen within the

Re: [css-d] Search box like in browsers toolbar

2005-09-06 Thread Michael Landis
On 9/6/05, Martin Petrov [EMAIL PROTECTED] wrote: Padding-left doesn't work in Opera :( It looks like Opera is a loss, but perhaps an almost-decent degradation can be done by putting the image on a wrapping element. Most browsers let you remove the text input's border. Therefore, you can wrap

Re: [css-d] Two pixel gap under flash in Firefox

2005-09-01 Thread Michael Landis
On 8/31/05, Jessica Mays [EMAIL PROTECTED] wrote: I have a flash swf movie that when viewed in IE there is no gap between the flash movie and the div below. However, when viewed in Firefox there seems to be a 2 pixel gap between the bottom flash swf and the top of the div. Hi, Jessica, This

Re: [css-d] CSS Height Question

2005-08-24 Thread Michael Landis
On 8/23/05, Adam Kuehn [EMAIL PROTECTED] wrote: Yazmin Media wrote: http://tnri.yazminmedia.com/news When I remove the height on .container, the background then extends as needed on the News page, but on other pages where the content is short than the viewport, .container no longer extends to

Re: [css-d] Difference in 100% height between IE and standards

2005-08-24 Thread Michael Landis
On 8/24/05, andrew welch [EMAIL PROTECTED] wrote: This works with IE in quirks mode, but not in Firefox or IE in standards mode. The problem is setting the table to 100% high - IE in quirks mode makes that the height of the viewport, whereas IE in standards mode and Firefox make that the

Re: [css-d] some unwanted spacing in FF/Mozilla

2005-08-24 Thread Michael Landis
On 8/24/05, Bruce Gilbert [EMAIL PROTECTED] wrote: On this site :http://www.semlogic.com/ there is some unwanted spacing on the right margin where my h2 is for testimonials is. (between the header and top gray bar). I am not sure where this is coming from. Can someone take a look and give me

Re: [css-d] a question about inline styles

2005-08-22 Thread Michael Landis
On 8/22/05, Bruno Girin [EMAIL PROTECTED] wrote: Otherwise, you could add a class to your a tag and add all 4 pieces of style in the inline style with the class specifier to make them more specific and force the browser to use them: a class=special href=link.html style={border-color: #fff}

Re: [css-d] span vs div

2005-08-21 Thread Michael Landis
On 8/19/05, Jared Nielsen [EMAIL PROTECTED] wrote: If I apply the following style to it [a lot of text in a span]: .description { padding-top: 100px; font-size: 10px; border: 1px solid red; } I get five different boxes... [one for each line in the

Re: [css-d] Content/Footer problem - Not footer stick problem

2005-08-18 Thread Michael Landis
On 8/15/05, Schalk [EMAIL PROTECTED] wrote: Greetings All! Can someone please have a look at the following page: http://tinyurl.com/8w2lj I got the footer to stick to the bottom but now, for some reason, the content area does not fill the area to the footer. Any idea what is preventing

Re: [css-d] Styling form controls

2005-08-18 Thread Michael Landis
On 8/15/05, Pringle, Ron [EMAIL PROTECTED] wrote: I'm sorry, but I'm not sure what your actual question pertaining to CSS is. If it was how do I style forms, then the list's wiki page should be of help to you. On 8/15/05, Garrett Smith [EMAIL PROTECTED] wrote: 0. I want to control the

Re: [css-d] Order To Declare Link Anchors

2005-08-18 Thread Michael Landis
On 8/15/05, BJ [EMAIL PROTECTED] wrote: I've read there is a specific order which the anchors should be declared snippety Correct order: a a:link a:visited a:hover a:active This isn't explicitly defined by the specifications, but comes from thinking like a browser. :) When an a tag is

Re: [css-d] li bg great in Firefox - but not in IE ???

2005-08-11 Thread Michael Landis
Thomas Hall wrote (about http://design.tmhdesign.com/szidonia/beauty-wellness-spa-e.asp?spa=9): If you look at it in Firefiox, you will see all li have the background color of red, but in IE, only half of them do??? Anders Ringqvist wrote: As I can see it it´s nothing more then a big bad bug

Re: [css-d] How to get one tag to inherit the same style as another

2005-08-11 Thread Michael Landis
On 8/10/05, J. Kang [EMAIL PROTECTED] wrote: How can I get one tag to inherit the style already set to another tag? This would be the default style NOT set in any of my style sheets. Hi, Jennifer, This may be a lot of work, but you may want to define your own defaults for tags in general.

Re: [css-d] Import alternate stylesheet

2005-08-01 Thread Michael Landis
On 7/28/05, Mr. Kim Siever [EMAIL PROTECTED] wrote: Is there a way to indicate in an import statement that a particular style sheet is and alternate style sheet. I know how to do it using a link tag. I want to know if it can be down using import statements. Hi, Kim, You can try the title

Re: [css-d] Child Seletors, Absolute Positioning, Internet Explorer

2005-07-30 Thread Michael Landis
On 7/30/05, Rich Points [EMAIL PROTECTED] wrote: Thanks Jim, Your solution didn't work because of my absolutely positioned header. When I tried class=hideit it hid the banner as you would expect but leaves an unwanted 140px gap at the top of the page. This is why I'm using the child

Re: [css-d] one more for list of IE CSS nastys ?

2005-07-28 Thread Michael Landis
On 7/27/05, Rebecca Cox [EMAIL PROTECTED] wrote: Grr IE, you know how you can use an ID class selector together on same element? Eg .resources .stories#banner { background: #666; } .resources .know#banner { background: #ccc; } All fine valid etc but IE6 Win

Re: [css-d] absolute div growth problem

2005-07-28 Thread Michael Landis
Zoe wrote (about http://www.westga.edu/~www/projects/library/index2.html): Don't use absolute positioning for any of those blocks. Instead, use a two-column float layout. Leave your quickLinks div floated left, but then add a new div after it that wraps around all the stuff in the right

Re: [css-d] IE navigation positioning/padding/margins

2005-07-28 Thread Michael Landis
Virtuallee wrote (about http://www.alisonbranagan.com/new_website/index.htm): I've got most of a site working in Firefox, but the navigation is moving out of alignment in IE. I can't seem to get it right. Does anyone have any ideas? Not IE mac - haven't thought about mac yet :( Actually, a

Re: [css-d] IE Win Drawing Problems

2005-07-27 Thread Michael Landis
On 7/26/05, patrick mattison [EMAIL PROTECTED] wrote (about www.thecooperativemusic.com): Hello, I'm a newbie here and I'm struggling with some IE Win bugs. 1) the horizontal menu bar in IE Win is off center (it's flushed too far to the left so that HOME hangs almost over the edge) and 2) the

Re: [css-d] positioning in IE

2005-07-27 Thread Michael Landis
On 7/27/05, . Berrys [EMAIL PROTECTED] wrote: Hello, I'm a relatively experienced HTML coder painfully trying to make a full transition to CSS and XHTML. I'm working on a prototype and have much of it figured out -- but I see some inconsistencies that baffle me. Forgive me if these

Re: [css-d] Firefox help please

2005-07-27 Thread Michael Landis
On 7/25/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need help with several problems on this page: http://www.haroldauto.com/edit:2:43t243 first of all, in ie there are icons/buttons visible, I don't understand why they don't show up in firefox. also if someone could tell me what

Re: [css-d] Image replaced h2 ignoring floated div in Firefox

2005-07-26 Thread Michael Landis
On 7/24/05, ugo pozo [EMAIL PROTECTED] wrote: My question is: why is it ignoring the floated div? We can see that the content div starts in different heights in both browsers by the background colors, but shouldn't the h2 tag respect the floated div and appear in Firefox in the same place it

Re: [css-d] Image replaced h2 ignoring floated div in Firefox

2005-07-26 Thread Michael Landis
On 7/26/05, ugo pozo [EMAIL PROTECTED] wrote: This is what worked for me: putting the extraDiv1 div *inside* the leftcontent div and above any content it might contain. Then, I floated the h2 element left and also cleared it left. The page displays perfectly both in IE and FF now. Actually,