Re: [css-d] Why z-index does not work for transformed element?

2012-01-07 Thread Mark Senff
 In the following example, no matter what z-index I set, div2 is always
 above the first div. Does anybody know how to change css to make div2
 in the bottom? Why z-index does not work with transform?

You just need to make sure that the DIV elements have a position value.
Set it to position:absolute; or position:relative; and the Z-index will
have effect.

mS


__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Mark Senff

On 2011-12-22, at 8:16 PM, Philippe Wittenbergh wrote:

 On Dec 23, 2011, at 10:12 AM, Elli Vizcaino wrote:
 
 This has always been my experience w Safari render fonts even when viewing 
 directly on a Mac. I really need the font to render like the rest of the 
 browsers because that heavy weight is throwing my design off :(. 
 
 http://www.e7flux.com/clients/sof/safari-ff-ss.jpg
 
 As I said, check your Safari settings.

I've had similar experiences in Safari (with its default settings!). Situations 
where I had to give some text-containing DIVs a fixed width, only to realize 
that in Safari, things would break horribly because some text was rendered 
differently -taking up more horizontal space- in Safari. Not just strange 
fonts, but also standard ones.

mS



__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] positioning over mpeg video..

2011-12-11 Thread Mark Senff
On 2011-12-11, at 9:18 PM, Michael Beaudoin wrote:

 Is it possible to position a transparent button over an embeded mpeg video?
 I can move them around but when the page loads, it seems the buttons are 
 behind the movie.
 I've tried z-index but I'm sure I'm not doing it right. Code is below but the 
 link is http://www.ba-doyn.com/junk/video/

For what it's worth -- it does seem to work on a Mac in Firefox and Safari, but 
not Chrome. 
Personally, I prefer using a Flash player for embedded videos, and with the 
all-popular JWplayer it's no problem to use images over the video container 
(but of course that won't solve your problem of wanting to place images over an 
embedded MPEG video).

mS

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] flash element covering nav dropdowns in Chrome

2010-11-28 Thread Mark Senff
Isn't this one of those things where this additional parameter would fix the 
trick?

param value=wmode name=transparent

I'd be more sure if the same issue happened in Firefox as well, but give it a 
try I guess

mS



--- On Sun, 11/28/10, Jody Levinson j...@troutdream.com wrote:

From: Jody Levinson j...@troutdream.com
Subject: [css-d] flash element covering nav dropdowns in Chrome
To: css-d@lists.css-discuss.org
Date: Sunday, November 28, 2010, 9:40 PM

There's a dropdown menu until Live in the menu on this page: 
http://evamoon.net/ that shows properly in FF but in Chrome, the Flash slide 
show covers it. I think I've got my z-index layers set up properly, but I can't 
fix it. Any thoughts?

The CSS validates.

Thanks!

--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-883-8277


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] OPTIONS of a select box overlapping a DIV overlay

2009-08-12 Thread Mark Senff
Hey all,

I'm well aware of the IE6-specifc problem regarding SELECT-boxes showing 
through a overlay div, and its usual fix (putting an iFrame with certain 
properties right under the overlay div), but I've just come across something 
new, related to this. Why I've never seen this before, I don't know.

Go to http://www.costumehub.com/mascot-costumes and click on any QUICK VIEW 
button. You'll see a overlay div popup show up, that hides the SELECT fields, 
like it obviously should. Works in IE6/7/8, Firefox, Safari, etc.

Now the problem occurs when you actually CLICK ON ANY OF THOSE SELECT BOXES -- 
even though the initial SELECT is hidden, the OPTIONS aren't. In every browser 
I've tested, this happens.

So right now I'm wondering if this is something that can actually be fixed or 
not -- I read before that select dropdowns are part of the OS pr DOM or 
whatever, that makes them hard to hide (hence the original IE6 issue). Am I 
missing something here or is this really something that can't be fixed? The 
fact that it occurs in all browsers I've tested, on both Windows and MAC, makes 
me wonder about it's fixability too (yes, I guess I just invented that word!). 
So if the answer is simply can't overlap select box options, ever, then I'm 
happy.

A Google search for css select option overlap div 'z-index' form didn't 
really give me exactly the answer.

Note: yep, I know that the page won't validate, but I can't do much about that 
myself; it's the result of dozens of people working on pages like these, being 
a combination of six hundred and twenty three languages and techniques. I just 
want to fix the quickview popup hiding the options of the select boxes -- or 
have confirmation that it can't be fixed, that's my only worry for now.

Thanks for your help all,
mS



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] styling select drop down in IE

2009-03-27 Thread Mark Senff

--- On Thu, 3/26/09, Angela French afre...@sbctc.edu wrote:

 Can CSS be applied to the select tag in IE?  I
 can't get mine to remove the 3D effect.  I remember
 something about the styling of selects being an operating
 system style that can't be overwritten.

To my knowledge, this is indeed not possible in IE, and you'll stuck with the 
default 3D look of the select boxes. It's beyond me why we can't style these 
with CSS, whereas we ARE allowed to style regular input boxes.


  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and png transparency

2009-03-27 Thread Mark Senff

--- On Fri, 3/27/09, hairball stop.the8th...@gmail.com wrote:

 How can I set .png transparency for ie7. I thought is was
 something like this.

 code:
 filter:alpha(opacity=50);
 
 But I guess I'm wrong it doesn't seem to work, am I
 missing something ?

With PNGs, the transparency is part of the actual IMAGE, you shouldn't need 
additional CSS. Only for IE6 you need a fix.

mS



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] List-style-type in IE

2009-03-27 Thread Mark Senff




--- On Fri, 3/27/09, Mike Davies m...@integrawebdesign.co.uk wrote:

  ul,li {
 list-style-type: none;
 list-style-position: outside;
 }
  
  The list-style-position should help there.
 
 This seems to remove the bullet but the indent remains as
 though the bullet still exists.

Like Tim said, padding and margin is also relevant here. Set those to your 
desired values for both the UL and the LI.

Having said that, it seems you fixed it already, it looks good to me in 
FF/IE6/IE7/IE8.

mS




  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] styling select drop down in IE

2009-03-27 Thread Mark Senff

--- On Fri, 3/27/09, Nick Fitzsimons n...@nickfitz.co.uk wrote:

 On Thu, March 26, 2009 10:18 pm, Angela French wrote:

 Can CSS be applied to the select tag in IE?  I can't get mine to 
 remove the 3D effect.  I remember something about the styling
 of selects being an operating system style that can't be overwritten.
 
 It depends which version of IE. IE 6 and below implement the select
 element as a windowed control [1], so it follows the user's settings 
 for their Windows appearance and cannot be styled with CSS.
 
 As of IE 7, it becomes a windowless control, and can be styled.

Although it's true that you can the style the text/background colors of a 
select dropdown, I don't see how you can get rid of the 3D border in IE7. 

Have a look: http://www.senff.com/select.html

The bottom dropdown should have a 1 pixel red border (as you can see in FF and 
IE8 for example), but IE7 doesn't take that and keeps showing the default 3D 
style. In fact, I really don't see a difference between IE6 and IE7 (styling of 
text/colors was already possible in IE6 as well).

Am I missing something?

mS



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] List-style-type in IE

2009-03-26 Thread Mark Senff

--- On Thu, 3/26/09, Mike Davies m...@integrawebdesign.co.uk wrote:

 I am trying to remove the bullets from an unordered list, which works
 fine in Firefox using list-style-type:none;. But this doesn't appear to
 be supported by IE and the lists are showing either with the bullet or
 with an indent.

 See the left-hand side links on
 http://www.deveron-arts.com/wb/pages/artists/david-blyth.php 

 How can I work round this?

In IE7 the first list seems OK, the second list has indented items.

Personally, I usually use these rules to reset all UL/LI tags:

ul,li {
   list-style-type: none;
   list-style-position: outside;
   }

The list-style-position should help there.

(to be perfectly honest, I'm not sure if this is a 100% foolproof/valid/good 
method, but I've never had problems with it)

mS


  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] How to 'clear' absolute?

2008-10-30 Thread Mark Senff
 Hi, is there a way to clear a absolute positioned element?
 For example:
 
 
 div style=position:absolute;
   psome content/p
 /div
 
 div
   psome more content/p
 /div
 
 
 How do I make the second div appear after the first one and not on top  
 of it? Assume that I can't use float and the height of the first div  
 is unknown (its content is dynamically generated).

Is there a reason for not doing it like this?

div style=position:absolute;
div
psome content/p
/div

div
psome more content/p
/div
/div

Granted, the second div will also be positioned absolute then, but it does 
follow your specs of the second one being placed right after the first one.



  
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-21 Thread Mark Senff
--- On Fri, 10/17/08, Bruno Fassino [EMAIL PROTECTED] wrote:

 With which IE6 version are you seeing the problem?
 
 I ask this since I do not see flicker in your pages with a
 real IE6.
 Remember that the so called stand-alone versions of IE6 are
 not IE6 SP1
 (they are a bit older) and so are not sensitive to the js
 fix.

You are correct sir. I kept testing on a stand-alone version  if IE6 indeed and 
that's when the fix would not work. Once I actually tried it on a real IE6 
(v6.0.2800.1106), I found out that the fix worked perfectly. Hadn't thought of 
really trying that.

Thanks! :)



  
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
Hey all,

I'm in the process of creating a standard base 4-level Suckerfish menu that 
is 100% compatible with FF, IE6/7/8, Opera and Safari (Win). (for the sake 
of argument, let's not go into details why other browsers should be supported 
too. this is what's on my plate for now) that I can use as a reference for 
whenever I need such a menu.

Everything seems to work, EXCEPT this dreaded IE6 flicker bug and I can't seem 
to fix it for some stupid reason. I've tried the following:

1. image as background of the anchor tag
2. image as background of the listitem
3. image as background of both (double-buffered)

All three versions call the JS code that's mentioned on 
http://www.mister-pixel.com/#Content__state=is_that_simple but to no avail. 
The image keeps flickering in IE6. I'm sure I'm overlooking something real 
easy, but I can't figure it out. I would appreciate it if someone could take a 
look and let me know.

For this example I removed all deeper levels of the menu, so you can just focus 
on the images and hover states.

http://www.marksenff.com/help/suckerfish/files/1_image_in_anchor.html
http://www.marksenff.com/help/suckerfish/files/1_image_in_anchor.css

http://www.marksenff.com/help/suckerfish/files/2_image_in_listitem.html
http://www.marksenff.com/help/suckerfish/files/2_image_in_listitem.css

http://www.marksenff.com/help/suckerfish/files/3_double_buffered.html
http://www.marksenff.com/help/suckerfish/files/3_double_buffered.css

JS file (also contains code for IE6 sfhover): 
http://www.marksenff.com/help/suckerfish/ie6_fixes.js

To see the error in action, you will need to change your IE6 settings: 
Tools - Internet Options - Temporary Internet Files Settings - Every visit to 
the page

Really, am I doing something wrong or did I totally forget something?

Thanks for your help in advance!

mS



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
--- On Fri, 10/17/08, Gunlaug Sørtun [EMAIL PROTECTED] wrote:

 Info: http://www.brunildo.org/test/IEAbackima.html

I know that page, and under WORKAROUNDS it does list the following:

Update September 2006 - Thanks to Dan Popa, a javascript workaround using an 
undocumented parameter in a Microsoft proprietary function is available, at 
least for IE6 SP1 (and newer.) Check this same page with the js fix applied.

I applied the JS fix (as described in my original post) but that didn't seem to 
work (the JS file IS being called, I'd say??). Or were you referring to 
another specific part of that page?

Server configuration is not possible, by the way.

mS


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
--- On Fri, 10/17/08, Gunlaug Sørtun [EMAIL PROTECTED] wrote:

 In my book: if end-users don't know how to set preferences in their
 own browser so it works for them, or deliberately set them so their
 browser works badly, then there's nothing I can or will do other
 than to tell those who ask what they can do about it - at their 
 end.

I absolutely do agree that if a user changes a specific setting and that breaks 
stuff, it's not up to us to fix that.
However, the IE6 flicker bug seems to be common enough for me to wonder if that 
specific IE6 setting isn't standard or default for some versions or anything? 
I mean, a friend of mine came across it and he swore he never even changed that 
setting. 

Apart from that, whether it's a bug or a user-setting or a feature or (fill in 
your own word of preference), there ARE fixes for it so I'm really curious why 
those don't work for me.

mS


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 displaying some text twice

2008-10-05 Thread Mark Senff
--- On Sun, 10/5/08, Tim Dawson [EMAIL PROTECTED] wrote:

 I have a problem with IE6 displaying (part of) some text
 twice.  The page advertises eight BB properties, each in 
 identical format.   Underneath the last entry, the last
 part of the last line is getting repeated at the top of
 the footer (on the left).

It's IE6's duplicate characters bug -- it can happen to the last of a series 
of DIVs that are floated left combined with comment-tags in your source code 
(see http://www.positioniseverything.net/explorer/dup-characters.html for 
details).

All you need to do to fix it, is add the property display:inline to your div 
item (line 21 in the source).



  
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Possible to install multiple versions of IE?

2008-09-18 Thread Mark Senff
To address the original question first:


--- On Thu, 9/18/08, Hedley Finger [EMAIL PROTECTED] wrote:

 Currently, I was using IE 7 just for day-to-day browsing for
 years. Just recently I started to build my website and now have
 installed several browsers for testing.  Is it possible to install
 IE 5.5.x, 6.x, and 7.x on the same box?

So far I've found two pieces of software that can do this. The first one I like 
best, but doesn't seem to work on Vista: http://tredosoft.com/Multiple_IE

Like David said, some of the things in any version you then try, still use the 
features of the highest installed version (cookie management for example, I 
think??), but overall it's my experience that when I view a page in the fake 
IE6, it renders it the same as if it were a *REAL* IE6 about 99.5% of the time.

The other one is much buggier but DOES work on Vista: 
http://www.my-debugbar.com/wiki/IETester/HomePage

This one's still in alpha release, but it does allow you to view pages in IE8 
mode as well it seems, without actually having to install the real IE8.



--- On Thu, 9/18/08, David Jones [EMAIL PROTECTED] wrote:

 Another option is to use VMWare or some other virtual PC
 technology to install and run a virtual Windows PC on your 
 existing one, and install the older IE version on it. You can 
 have a separate virtual machine for each different browser 
 version. Each browser set up this way responds to IE 
 conditional comments as its own version.

I'm using Microsoft Virtual PC for this kind of thing, but here's my 
problem. Whenever I start up any virtual machine, I can not seem to access 
my standard hard drive (I believe it has to do with security, that a virtual 
machine shouldn't be allowed to access the real hard drive or something). Any 
files I want to use in the virtual machine have to be either burned on a CD (or 
image file), OR I have to go online within the virtual environment. Does 
anybody know if it's possible to actually open a browser in my virtual PC and 
then just go straight to, say, C:\websites\blabla\index.html ?

mS



  
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Positioning navigation and IE 6 positioning.

2008-07-03 Thread Mark Senff
1. Measure the width of the menu bar that you always want to keep on
one line (I think it's app. 950 pixels) and make sure the contents are
contained in a div (or UL or whatever block-element) that's has a
specific width of (at least) 950 pixels.



2. Kinda like the same answer. Make sure both columns are wrapped
in a DIV with a certain specific width. Then when the browser is
resized, that DIV will just be invisible outside the browser window.



That would be quick fixes, I'd say.


--- On Tue, 6/24/08, Brandon Blatcher [EMAIL PROTECTED] wrote:
From: Brandon Blatcher [EMAIL PROTECTED]
Subject: [css-d] Positioning navigation and IE 6 positioning.
To: css-discuss css-d@lists.css-discuss.org
Date: Tuesday, June 24, 2008, 4:26 PM

Two questions:

1. I'm working on a website, which has a simple horizontal navigation
bar. When the browser window is resize, all the text in the bar bumps
down to multiple lines, messing up the layout. How can I prevent this?

2. On the same website, in IE6, when the browser window is resized, the
right column slips under the left column. How can I prevent that?

The site link is:http://www.politicalfilter.com/content/frontpage/, and
yes the HTML and CSS validiate. 

Thanks for any suggestions.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


  
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-20 Thread Mark Senff
Please validate before asking for help. I get a scrollbar regardless of font
size or window size, but things like that are no surprise when the HTML is 
invalid. http://validator.w3.org/In all fairness: the scrollbar wasn't there at 
the time the question was posed. Very possible that he changed the page using 
some tips he received from us, and is currently still editing, in the middle 
between his problem and a finished page. Just a thought. 


   
-
Get easy, one-click access to your favorites.  Make Yahoo! your homepage.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-19 Thread Mark Senff
I don't think it's an issue of the browser being maximized or not -- to me it 
looks like this undesirable thing is happening when the browser is just too 
small to show everything on one line. But that's a technicality, I guess.

The thing is, the page is doing what it's supposed to do. The LOGO div for 
example, is set to 100% of the page. But when the page is less than 700px wide 
(more or less), the actual logo and the call us toll free images don't fit 
anymore over the entire width, and so the call us toll free is put UNDER the 
logo (the width of the div is still 100%, of course). 
To avoid that (and make sure both images are always next to eachother and don't 
wrap), I'd say you'll have to give the logo div a minimum width (so that when 
the page is not wide enough, a horizontal scroll bar will appear). If you give 
the div a normal width of 700px, you'll see what I mean.

That is, if I understood the problem and question correctly! ;)


Big Moxy [EMAIL PROTECTED] wrote: Page - 
http://projects.missioninternet.com/senior/index.php

Css - http://projects.missioninternet.com/senior/css/styles.css

 

When the above page is displayed in a less than maximized browser the logo
and navbar divs wrap in an undesirable manner. The logo and navbar are 100%
css while the content below is table based.

 

Your help is appreciated!

 

Tim

__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


   
-
Get easy, one-click access to your favorites.  Make Yahoo! your homepage.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Issue In IE

2007-11-19 Thread Mark Senff
Two simple ways to solve this (each with its own side effect, but perhaps 
easier to fix those).

- remove the left float on the ad-div
- give the right-div a specific width

I'm sure there are more complex (but better) ways to solve it, but this 
should be enough to solve your initial problem.

That is, if I understood the problem and question correctly!



Brian Peddle [EMAIL PROTECTED] wrote: I have a page which is rendered 
properly in firefox - 
http://jobs.campusrn.com/test.html

The same page in IE had the navigation stacked on the right.  I have 
spent several hours trying to fix this and I think I am missing 
something simple. 

If anyone has an clues I would greatly appreciate it.

Thanks!
Brian
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


   
-
Never miss a thing.   Make Yahoo your homepage.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE6 png fix problem / behavior property

2007-10-31 Thread Mark Senff
Hey all,

Here's one of those stupid problems again Let's say my DIV structure is 
like this:

div id=mainBlock
 div id=menuBlockmenu goes here, blablabla/div
/div

For a specific reason, I want to use a PNG file with alpha transparency as the 
background of the main block. To make that work in IE6, I used a method that 
includes this .HTC file, which is this line in my CSS file

div#pageBlock {behavior: url('/iepngfix.htc');}

However, for the menu block, I do NOT want to use that behavior (since it's 
with mouseover/hovers and dropdowns and Suckerfish and all, it doesn't work if 
that particular behavior is applied to it). How do I override it again with the 
default behavior so that for the menu DIV, it will NOT use the iepngfix.htc? Is 
that at all possible?

Thanks many,
mS

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Website check please!!

2007-09-22 Thread Mark Senff
[EMAIL PROTECTED] wrote: second level menu alignment and font size.
   second level hidden behind images
   second level disappears with cursor to run over
   also bottom navigation alignment.I'm sure you have a reason for it, but I 
don't see the absolute necessity of giving Z-indexes to the top UL and (for 
example) the PICSWRAP div -- it does confuse browsers a bit here. I think 
altering the code a little bit and not have any Z-indexes would solve some of 
those problems.

mS


   
-
Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Fwd: CSS Issue

2007-09-19 Thread Mark Senff
I think the problem is in the way you call your JS file in the header. Instead 
of:
 
script type=text/javascript src=../js/gallery.js /
 
 try using:
 
script type=text/javascript src=../js/gallery.js/script
 

 P.S. new here, hello, my name is Mark, hope I get to learn a lot of new stuff 
here and also help out others. :)


Mark Finney [EMAIL PROTECTED] wrote: And with link (oppps)

Dear List,

Still tearing my hair out with this site...

The below link viewed in FF should appear and function as I intended. In IE
however it seems to ignore the style sheet bar bg colour...

http://www.helpusmarry.co.uk/jessie/editorial/

Could some kind soul put me out of my misery and point me to whatever it is
that I am missing?

Thanks

Mark
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


   
-
Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Safari background issue

2007-09-19 Thread Mark Senff
I use a PC so I can't test it in Safari -- hopefully we will hear that less 
and less now that the Windows version of Safari is pretty much 99% the same as 
the Mac version. ;)

I checked the Subaru site in my (PC) Safari and I don't see any difference on 
the Advantage page, but then this may be one of those rare situations where 
Safari Mac acts differently than Safari Windows. Maybe try 50% 0 instead 
of center center? Just a guess.

mS



Seona Bellamy [EMAIL PROTECTED] wrote: Hi guys,

Has anyone ever come across a situation where Safari sometimes doesn't
display the background in the correct location? An example that I've been
directed to (I use a PC, so I can't play with this myself) is
http://www.subaru.com.au/about-subaru/subaru-advantage/ .

The background is supposed to sit behind the content panel, creating a
shadowed effect to either side, and is applied to the body with the
following:

background: url(../images/s_grad.gif) center center repeat-y;


Everything else seems to be able to handle it okay, and it mostly works in
Safari, but on the Advantage page it pushes over to the right.

Anyone else ever encountered this sort of an issue? Even better, any ideas
what's causing it and how to make it go away?

Cheers,

Seona.
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


   
-
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 
__
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/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/