[css-d] Menu problems in IE7

2010-04-02 Thread Matt Fielding
d side floats over the content area. My guess is that IE7 is not interpreting floats correctly or something, but I have no idea what it's finicky quirks are. If anyone can lend me some advice, I'd greatly appreciate it. Thank yo

Re: [css-d] Mystery margin on Windows FF & IE

2009-09-23 Thread Matt Fielding
The line-height worked well, and was the cleanest solution. Thanks for the tip. Matt On Tue, Sep 22, 2009 at 12:43 PM, jeffrey morin wrote: > > > On Tue, Sep 22, 2009 at 12:04 PM, Matt Fielding wrote: > >> Hello all, >> >> So I've been battling with a proble

[css-d] Mystery margin on Windows FF & IE

2009-09-22 Thread Matt Fielding
is annoying inconsistency, I'd greatly appreciate it. Thank you, Matt F. __ 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

[css-d] List numbers disappearing in IE 7

2009-08-08 Thread Matt Hampel
oblem? Thanks, Matt __ 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 evol

Re: [css-d] style first only if it is phasized?

2009-05-29 Thread Matt Wilkie
> Do you have control of the markup? ... > If you do not control markup then, yes, you'd need scripting to > add the DIV to relevant paragraphs for this approach to work. The latter I'm afraid, it's a wiki. Thanks for the feedback.

[css-d] style first only if it is phasized?

2009-05-21 Thread Matt Wilkie
h:35em; padding: 0.5em; display: block; text-align:justified; margin: 0 10% 0 10%; } Perhaps I should be taking another approach altogether? thanks in advance for your time and thoughts, -- -matt __ css-discuss [cs...@lis

[css-d] Strange lack of hover effect on BOTH IE6 and IE7

2009-03-16 Thread Phil Matt
De-lurking here. I've been working on a site that's my usual mostly-CSS thing. For some strange reason, I can't seem to get this simple hover effect to work in EITHER IE6 or IE7 - works as expected in Firefox. Maybe it's been too long a day, but I can't seem to figure it out. In IE, NOTHING ha

Re: [css-d] Issues with a:hover

2009-01-11 Thread Matt Fielding
Oh goodness, I've certainly been at this for too long... Thank you very much! On Sun, Jan 11, 2009 at 4:20 PM, JR Heard wrote: > Hi Matt, > > On Sun, Jan 11, 2009 at 1:14 PM, Matt Fielding wrote: > > .content a:hover { > >color: #EODCDC; > > } >

[css-d] Issues with a:hover

2009-01-11 Thread Matt Fielding
adigm/css/style.css Any help to finding why this is occurring would be greatly appreciated. Thank you, Matt Fielding __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] IE6 and absolute positioning

2008-08-13 Thread Matt Tibbits
That worked. Thank you. Matt > > Have you tried adding this to your style sheet for IE/6.0? > > * html #main {height: 559px;} > > reference: > <http://www.satzansatz.de/cssd/onhavinglayout.html> > > > __

[css-d] IE6 and absolute positioning

2008-08-12 Thread Matt Tibbits
Hello all, The following site: http://www.futurefacesoffredericton.com looks fine in IE7 and FF. It was just brought to my attention that it goes completely to hell in IE6. Can anyone point out if why and if there is a simple fix or not? Thank you, Matt Tibbits

[css-d] Stacking order in IE

2008-07-16 Thread Matt Petrovic
thing special about those elements, it's only when I give it that specific URL that I get the error. I've never seen anything like it before, and have no idea where to begin looking for a solution. Thanks for your help, Matt Petrovic __

Re: [css-d] Reference docs for Internet Explorer Mobile?

2008-07-11 Thread Matt Petrovic
a bit and found this: http://msdn.microsoft.com/en-us/library/bb415434.aspx Enjoy! -Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
ot, but by comparing in the two browsers you should see what I mean. If this is just how FF behaves then I'll accept that as an answer and move on... Thanks, Matt > > I'm not sure what you mean when you say it doesn't "stop when it > reaches > the TOP of the view port.

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
Yes, that is exactly it... little tricky but that does the job. Thank you, for your help. Matt > If this is more like what you want... > > <http://www.gunlaug.no/tos/alien/mt/test_08_0611.html> > > ...try introducing the style changes / additions I've used... &

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
Yes, it should. In FF though, if the content doesn't go all the way to the bottom of the window, it interprets bottom right as being the bottom right of the content INSTEAD of the bottom right of the browser window... > > Not sure if I understand what you want. The background-image should > alway

Re: [css-d] overflow bg image

2008-06-10 Thread Matt Tibbits
Almost, although now the bg image will not stop when it reaches the TOP of the view port in FF. It keeps being pushed up as the window is resized... Matt > > Hi Matt, > > This should help: > html{height:100%;mar

[css-d] overflow bg image

2008-06-10 Thread Matt Tibbits
http://www.tchh.org/new/ Thank you, Matt Tibbits __ 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-discus

Re: [css-d] space in horizontal nav

2008-04-04 Thread Matt Tibbits
I also forgot to mention that it only shows when you hover over the link... if that helps any. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Li

Re: [css-d] space in horizontal nav

2008-04-03 Thread Matt Tibbits
It is showing up in all browsers... > -Original Message- > From: Kit Grose [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 12:26 AM > To: Matt Tibbits > Cc: css-d > Subject: Re: [css-d] space in horizontal nav > > Matt, > > If the issue is only

[css-d] space in horizontal nav

2008-04-03 Thread Matt Tibbits
reciated. Thanks, Matt My code is: HTML About Us Services Meet the Team

[css-d] IE doesn't load css

2008-03-25 Thread Matt
main style.css loads remaining styles via the @import rule. Any ideas what might cause this problem? My guess is a corrupted node in the content delivery network. Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/ma

[css-d] Why do paragraphs expand to hold floated images in IE 7?

2008-03-14 Thread Matt Hampel
-- what can I do to correct this? (you'll see that I've already tried aligning the photo, floating it, and insisting that the paragraphs do not clear) Thanks, matt __ css-discuss [EMAIL PROTECTED] http://www.css-d

Re: [css-d] Suckerfish IE misalignment madness!

2008-03-05 Thread Matt
works flawlessly in IE7 and the other browsers, but doesn't show up at all in IE6. Anyone have any idea why? - Matt On Tue, Mar 4, 2008 at 5:35 PM, Alan Gresley <[EMAIL PROTECTED]> wrote: > > Matt wrote: > > > Thanks, Alan... > > > > Your suggested change

Re: [css-d] Suckerfish IE misalignment madness!

2008-03-04 Thread Matt
o the right... See the updated link here: http://mattmedia.net/aegis-b/a-navtest.htm I tried adding "ul#navlist li {position: relative}" as you suggested, but that seemed to move the pulldown items BEHIND the main nav bar... Any other suggestions? Thanks in advance... - Matt On Tue, M

[css-d] Suckerfish IE misalignment madness!

2008-03-04 Thread Matt
in FF or Safari Thanks in advance, - Matt Here's the working example: http://mattmedia.net/aeg-2/a-navtest.htm Here's my navigation CSS: http://mattmedia.net/aeg-2/aegis.css /* CSS Nav */ #navcontainer { text-indent:0; float:right; background:url(navigation-full.gif) top left

Re: [css-d] IE Problems with twitchy drop down menu items...

2008-02-15 Thread Matt
Wow. If you were local, I'd buy you a drink... This has been driving me crazy. Thanks. - Matt On Fri, Feb 15, 2008 at 2:03 PM, Alan Gresley <[EMAIL PROTECTED]> wrote: > Matt wrote: > > > I'm working up a CSS-driven horizontal site navigation. Here'

[css-d] IE Problems with twitchy drop down menu items...

2008-02-15 Thread Matt
x27;ve been searching like crazy for a solution to this, and can't find it. Anyone have suggestions? - Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:/

Re: [css-d] IE6 Win broken page feedback

2008-02-12 Thread Matt Henry
tal.com > Hi Rob, After a cursory glance, I see you're using the child operator to style the elements in the menu list (e.g. the ">" in "div.mSelectList > a "). That operator isn't supported in IE6, so it's not seeing any

[css-d] list bullet not showing; spacing in IE6

2008-02-07 Thread Matt Jalbert
I am trying to solve a problem with bullets in a list, and some spacing problems. On this page: http://www.sparklejet.com/clients/graybrech/_dev/mockups/home01/ the bullets in front of "Read all about..." and "Contact: (510)..." show up fine in Firefox (Mac, PC), but not in Safari (Mac) or IE

[css-d] bullet list problem in Safari, IE; space in IE

2008-02-07 Thread Matt Jalbert
I am trying to solve a problem with bullets in a list, and some spacing problems. On this page: http://tinyurl.com/289um4 in Firefox, the bullets in front of "Read all about..." and "Contact: (510)..." show up fine in Firefox (Mac, PC), but not in Safari (Mac) or IE (PC). The CSS is here:

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Matt Birch
#x27;m guessing that DW expects the style declarations to be within the head of the document, hence it is not applying them in the visual editor. So, if you move your declarations back to the head for design, and then run the HTML through the pre-mailer script above, all should be fine! Reg

[css-d] Suckerfish Menu Over Flash

2008-01-07 Thread Matt
How can I make Suckerfish menu to appear over expanding flash ad? In general if the flash movie ad is static (does not expand)it works fine. When the flash ad is expanding the menu is hidden underneath it. Matt __ css-discuss

[css-d] Suckerfish Menu Over Flash

2008-01-07 Thread Matt
Is there an easy way to show menu elements over expanding flash ad? 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-d] A confusing twist on the 3-column layout

2007-12-31 Thread Matt Feldman (inthedistance.net)
at this should be simple to do without tables, but I've made many stabs at it and failed. I'm not sure what I'm missing. Can anybody lend some insight into this? Many thanks in advance. Hope everyone is having a happy holiday. Matt __

Re: [css-d] Disappearing page in IE6

2007-12-08 Thread Matt Lee
Tammy Grossbauer wrote: > In Explorer 6, nothing shows up on this page, but the background tiling. I've > never seen this happen. Has anyone else? > > http://www.webdesigntg.com/tmpeleven.html Yup, it's a really silly little mistake. I ran the page throught the W3C HTML validator, and it looks

Re: [css-d] Hey, I'm new to the list...

2007-12-06 Thread Matt Lee
.gnu.org/mailman/listinfo/info-gnu Is a fairly drastic improvement. Would this be something other site owners would be interested in participating with? matt signature.asc Description: OpenPGP digital signature __ css-discu

[css-d] Hey, I'm new to the list...

2007-12-06 Thread Matt Lee
I thought I'd say hi.. I'm Matt Lee, Campaigns Manager at the Free Software Foundation, and Chief Webmaster for the GNU Operating System. Currently, I'm looking after http://www.gnu.org/ and http://www.fsf.org/ gnu.org is my own work, hand crafted markup with some SSI and CSS

[css-d] floated image is offset in Firefox only; why?

2007-11-29 Thread Matt Jalbert
On this page: http://www.sparklejet.com/clients/cale/livingroom/ the logo, which is in a float-left div, renders in Firefox (both Mac and Windows) exactly 17 pixels below where it should be. That is, the float seems to be in the right place in Firefox, but the image in the float -- the GIF l

Re: [css-d] font in email

2007-11-08 Thread Matt
this up on a recent post here, which might be useful: http://mattmedia.net/2007/08/23/8-html-email-tips-i-wish-i-knew-sooner/ Good luck! - Matt Bob you wrote: > > I have a newsletter which is being sent out by dada mail, however it > is not recognizing the custom font sizes de

Re: [css-d] Stumped on Safari Float

2007-11-05 Thread Matt
o my Safari float problem remains. Anyone have any idea what the problem might be... Thanks again... - Matt On Nov 3, 2007 12:32 AM, David Laakso <[EMAIL PROTECTED]> wrote: > Matt wrote: > > For some reason, Safari and me don't get along... at least with this > > pr

[css-d] Stumped on Safari Float

2007-11-02 Thread Matt
e float doesn't seem to apply at all. What am I doing wrong? Surely I'm missing something simple? I've spent an hour trying to rework the CSS six different ways, and no matter what I do, it looks perfect... just not in Safari

[css-d] Odd Safari display problem...

2007-10-17 Thread Matt
Check out the navigation and RSS link on the top right part of this page: http://www.scienceprogress.org/ Everything lines up fine in Firefox and IE-Win, but in Safari, the RSS icon drops below the navigation stuff and floats to the left... Any idea why? __

[css-d] List with two checkboxes

2007-10-04 Thread Matt
I am trying to find the less-is-more approach to the following example. My goal is to have a list or definition list with two checkboxes floating to the right. I'd like to know if there exist a better/cleaner solution. Regards, Matt http://www.w3.org/TR/xhtml1/DTD/xhtml1-stric

[css-d] need help with css in firefox

2007-09-17 Thread Matt Kruger
Hello all, Im currently working as an intern for a reputable machine shop in Cleveland and was tasked with revamping their very basic website. Im still in college and havn't had much formal training in web development. I found a very cool CSS template online and have recently finished adding all t

[css-d] Firefox BODY problems?

2007-08-12 Thread Matt Pusateri
Ok, I'm stumped. I'm working on a simple page and for some reason, some basic styling I'm applying to the BODY tag here works fine in IE-Win, but not in Firefox. http://mattmedia.net/lab/kc1.htm Specifically, it's ignoring the background styling and my changes to the padding & margin... Seem

[css-d] Does line-height override height in IE6 and lower?

2007-06-30 Thread Matt Dawson
tance of this, and I can't find anything. Thanks for your help! Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 Li

Re: [css-d] Selected LI in navigation (one image)

2007-06-20 Thread Matt
d-position:0px -42px;} ul#nav-top li#t1 .selected a { background-position: 0 -86px; } XHTML *** ONE TWO I'd like to have the selected class withing the LI element. So the selected LI will look like this: ONE TWO > Matt wrot

Re: [css-d] Selected LI in navigation (one image)

2007-06-20 Thread Matt
I know that. I just gave it as an example. ul#nav-top-text li#t1 .selected {background-position:-0px -86px} HOME With class .selected within the it works fine. However, I am looking for a solution with the least amount of code. Matt > Matt wrote: > > I am using one image for

[css-d] Selected LI in navigation (one image)

2007-06-20 Thread Matt
I am using one image for the tabs navigation. The tabs have three states: off, over and selected. The off and over states work fine but I can't get the selected class to work. Any suggestions? ul#nav-top-text li a:hover { background-position:0 -42px; } The problem

[css-d] Image text replacement

2007-06-13 Thread Matt
.com/tests/revised-image-replacement/ are not what I am looking for. Any suggestions? Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

[css-d] Image text replacement

2007-06-13 Thread Matt
.com/tests/revised-image-replacement/ are not what I am looking for. Any suggestions? Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

[css-d] Image text replacement

2007-06-13 Thread Matt
.com/tests/revised-image-replacement/ are not what I am looking for. Any suggestions? Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

[css-d] Word HTML Cleanup tools?

2007-06-07 Thread Matt Pusateri
3) Dreamweaver 8. Has a built-in Word HTML tool, but it doesn't really seem to purge the horrible Word-generated HTML of all of the extraneous code and tags. It also has a "Paste Special" option that sometimes works, but not so well on a Mac. Anyone hav

Re: [css-d] Site check

2007-05-23 Thread Matt McCool
The navigation looks nice, like the image sprites. But when the text is resized with the browser (in firefox), the #infobar div gets pushed down, and the #menu sprite images are exposed. Could you adjust the positioning of #infobar to fix this?

Re: [css-d] Problems with Column Widths

2007-05-14 Thread Matt McCool
Try changing #pg-diamond to float:right. Also, if you want a consistent pixel-based margin or "gutter" in between all three columns, you have two options. 1) Strip all margin and padding from the #pg-whatever div's, and apply the margins (1%, 10px, whatever) to all elements inside the #pg-* divs

Re: [css-d] problem with margin after float

2007-05-11 Thread Matt Tibbits
Thank you for your help. Cheers, Matt Hi Matt, This is a collapsing margin issue. The fix is to assign a border (as you have had noticed) or padding to the #content DIV. #content {border-top:1px solid #(same color as the background);} or #content {padding-top:1px;} Read more about

[css-d] problem with margin after float

2007-05-11 Thread Matt Tibbits
. Can anyone help? Oh, you can view the page at HYPERLINK "http://www.tibbits.ca/test/index.php"http://www.tibbits.ca/test/index.php Thank you, Matt Tibbits No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 2

Re: [css-d] problem with vertical nav list

2007-05-04 Thread Matt Tibbits
Tried this and it still exhibits the same behaviour... Thank you, Matt Tibbits -Original Message- From: Mauricio Samy Silva [mailto:[EMAIL PROTECTED] This is a haslayout issue [1] Add the following to your CSS #menu LI { width:100%; } No virus found in this outgoing

[css-d] A strange Safari bub - related to negative margin?

2007-04-30 Thread Matt Dawson
n rollover. But then in Safari, some combo of the padding and the negative margin causes the text to jog up and down by one pixel. Again, I'm STUMPED. Does anyone have an idea of what might be going on? Thanks! matt __ css

[css-d] feedback and tips welcome

2007-04-05 Thread Matt Nathan
g anything at all, and if they are, I'm not sure they're helping. Thanks in advance for your help! Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://cs

[css-d] loading separate CSS files via conditional comments - HOW?

2007-04-02 Thread Matt Nathan
parate stylesheets make more sense? And, again, how would we load them properly? We'd like the site to display with style on as many browsers and devices as possible, but especially IE and mozilla versions from the last 3-4 years. Hope this question makes sense -- I'll be able to

[css-d] pros and cons of separate css files for IE and non-IE?

2007-03-27 Thread Matt Nathan
We've been trying to design a CSS-based site that looks good in both IE and Firefox, without having to maintain separate CSS files. It is difficult, so I'm wondering if we should go to separate CSS files with some hack to call the appropriate CSS file for the user's browser. What are the pros an

Re: [css-d] FireFox CSS problem...

2007-03-09 Thread Matt Klein
thing I have to maintain. Woohoo! -Original Message- From: Michael Mistak [mailto:[EMAIL PROTECTED] Sent: Friday, March 09, 2007 8:17 AM To: Matt Klein Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] FireFox CSS problem... I have seen a similar issue where Firefox (or any Mozilla br

Re: [css-d] FireFox CSS problem...

2007-03-08 Thread Matt Klein
Hi Ingo - Can you tell me how you were able to determine the MIME type was incorrect? Matt -Original Message- From: Ingo Chao [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 4:42 PM To: Matt Klein Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] FireFox CSS problem

Re: [css-d] FireFox CSS problem...

2007-03-07 Thread Matt Klein
up problem, understanding you don't know what web server app I am using, is there any direction you can give me for fixing the problem? Things I should look for in the configuration of the web server? Matt -Original Message- From: Ingo Chao [mailto:[EMAIL PROTECTED] Sent: Wednesday, Marc

[css-d] FireFox CSS problem...

2007-03-07 Thread Matt Klein
;t seem to find the CSS files. I'm a little confused since it all worked fine when the site was on my local computer.Here's the link to the site www.sbcne.com/new Any ideas? Matt __ css-discuss [EMAIL PROTE

Re: [css-d] A strange blockquote issue in IE6 - hasLayout related

2007-03-02 Thread Matt Dawson
27;s getting to the point where if a bug looks completely nonsensical, I just assume it's a hasLayout bug. The first thing I do is add height: 1%; Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

[css-d] A strange blockquote issue in IE6 - hasLayout related

2007-03-01 Thread Matt Dawson
is? Why does an element not having layout impact the flow of the rest of the document? I wish there was some way I could mark a list post as "low priority," as this is a question of purely academic interest. Thanks! Matt

Re: [css-d] Sidebar getting dropped in lte IE6

2007-02-20 Thread Matt Dawson
a bug that causes italics to influence the width of an element. How does that work? 2) As I understood it, overflow-x is a CSS3 property that isn't supported by IE6. So why does feeding that declaration solve the situation? Thanks again! Matt ___

[css-d] Sidebar getting dropped in lte IE6

2007-02-19 Thread Matt Dawson
nenvironment.org/css/philreed.css Totally confused! Any ideas? Thanks for your help - Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?pa

Re: [css-d] different browswer views

2007-02-07 Thread Matt Dawson
27;re most concerned about. Plus, sometimes the browser you may need the most isn't offered at that exact moment. But usually I've found that the IE browsers are available, and they return results pretty quick. Plus, again, you ca

Re: [css-d] Browser alignment differences

2007-01-26 Thread Matt Dawson
Still, if you ever end up with a page where there is a small amount of content - especially on a big screen - that container will still stretch to the bottom of the page, leaving a largely empty column. ...but I'm glad it's working! Try adding... > > html, body {height: 100%;} > #container {min-h

Re: [css-d] Browser alignment differences

2007-01-26 Thread Matt Dawson
> > Sadly, none of that did anything to fix the problem. Any ideas on making > the > container extend down to 100% of the vertical space? Well, for starters, you might want to think about changing your use of that background image. If you make the container div wide enough to contain the image b

Re: [css-d] Browser alignment differences

2007-01-26 Thread Matt Dawson
und image? I've found that overlapping like this makes things unnecessarily complicated - and might also be contributing to this problem you're seeing in IE. Let us know if that helps. Matt __ css-discuss [EMAIL PROTECTED] h

[css-d] DIV width not registering in IE7

2007-01-25 Thread Matt Fielding
I'm trying to make a custom tag using a styled as follows: div.hr { margin-top: 5px; height: 5px; width: 95%; border-width: 0 0 1px 0; border-style: dashed; border-color: #cc; } and using the HTML: I have tried to add   and a co

Re: [css-d] DIV resizing problem with :hover, and also a DIV layout question.

2007-01-25 Thread Matt Fielding
> > Matt Fielding wrote: > >>> http://mattu.isa-geek.com/index2.php > > >>> 2) > > > Georg, your suggestion about using a margin to displace the content div, > I > > thought, would cause the content div to start below the navbar. > > Firs

Re: [css-d] DIV resizing problem with :hover, and also a DIV layout question.

2007-01-24 Thread Matt Fielding
> > Matt Fielding wrote: > > http://mattu.isa-geek.com/index2.php > > > 1) > > You can solve the resizing problem by adding a padding to those links - > same size and the borders, and remove it on :hover. > > > 2) > > The simplest solution is to not fl

[css-d] DIV resizing problem with :hover, and also a DIV layout question.

2007-01-24 Thread Matt Fielding
First off, if you visit http://mattu.isa-geek.com/index2.php you will see a layout I am currently testing and coding. So far I have two problems I'd like to get some input on. 1) using :hover on anchor elements with display:block styles, being the most compatible method, causes a few problems with

Re: [css-d] Site 2 - check please!!

2007-01-24 Thread Matt Fielding
> > Hi List, > > I am seeking help with the following site: > > http://www.mathertownsend.com.au/ > http://www.mathertownsend.com.au/mt.css > > Site renders OK in FF 1.5 and Opera 9.01 > > > My problem is when rendering the "About us" and "News" pages, > in IE 6.0.2 ... > > I seem to have

Re: [css-d] Fixed Width/Fluid Width 100% span

2007-01-24 Thread Matt Fielding
> > Hello all, > > I'm running into some problems with a fixed width/fluid width 100% span. > > http://www.matthickerson.com/dev/spantest.html > Styles are inline in source > > This is the closest I've come and it's fairly consistent in Firefox and > IE6, > however the right side doesn't quite flow

Re: [css-d] Relative Positioning within Non-Absolutely Positioned DIV

2007-01-24 Thread Matt Fielding
On 1/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > How do I get an element (copyright statement in this instance) to always > be positioned in the lower right hand corner of a DIV that is not absolutely > positioned? In this instance my DIV starts right at the top of the page and > the ma

Re: [css-d] css height problem

2007-01-24 Thread Matt Fielding
On 1/24/07, phillip vaughan <[EMAIL PROTECTED]> wrote: > > hello, > i am new to web design and trying to perfect the trick of getting > the page to display the full height of the browser. i have been 90% > successful thanks to this forum. > > in http://www.infinitywebdesign.org/ronnie/csstest1.h

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-24 Thread Matt Fielding
On 1/23/07, Andy Harrison <[EMAIL PROTECTED]> wrote: > > There is another way to do it, but IE doesn't support the popup (since IE > only works with :hover on anchors/hyperlinks - maybe IE 7 works; I don't > know), so only the hyperlink would work. It would be something like this: > > popup conten

Re: [css-d] How to Filter Out Explorer 7 and Below

2007-01-23 Thread Matt Dawson
> The real foolishness is arguing over browser "market share" and > which browsers are "worth supporting" and what consitutes being in > the "minority", among other things. Any browser can be a minority > browser, depending on the site in question. On my web site, for > example, IE/Win (all v

Re: [css-d] How to Filter Out Explorer 7 and Below

2007-01-23 Thread Matt Dawson
olishness. Konqueror or Epiphany *maybe* but definitely not Safari.) matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wi

Re: [css-d] Totally stumped on an IE 6 bug...HELP!

2007-01-22 Thread Matt Dawson
reaker, as IE5.0 appears to deal with it just fine.) Thanks! Matt On 1/22/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > Matt Dawson wrote: > > > www.thenestedfloat.com/examples/prism/index.html > > You're running into IE6' 'auto-expansion' bug

[css-d] Totally stumped on an IE 6 bug...HELP!

2007-01-22 Thread Matt Dawson
ich to make the problem more apparent. I'm absolutely stumped. Clearly, it's a horizontal formatting issue, but I've tried taking virtually all the horizontal formatting off this layout to try and find the culprit, but with no luck! Any id

Re: [css-d] 100% DIV height in Firefox 2.0

2007-01-19 Thread Matt Fielding
> Firefox (and other good browsers) will calculate 'height: 100%' on any > container from its parent. You have forgotten to declare height on > div.shadow, so div.container defaults to 'height: auto'. > > Now, if you add the following... > > div.shadow {height: 100%; display: table; width: 810px; m

[css-d] 100% DIV height in Firefox 2.0

2007-01-18 Thread Matt Fielding
The problem I am having is that my div container in Firefox 2.0 is not spanning the length of the window by default when using height: 100% on the container itself, and all parent containers. It works just fine in IE7, surprisingly, but firefox is giving my problems. Firefox seems to work fine when

Re: [css-d] how to hyperlink a background image?

2007-01-18 Thread Matt Dawson
I think everyone might be misunderstanding her question. She may just be referring to image replacement, which is a perfectly valid technique used all over the place: http://www.mezzoblue.com/tests/revised-image-replacement/ matt > i don't think you should do this. Users expect lin

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Matt Dawson
o shouldn't have any vertical padding to begin with. So *are* you declaring them to be display:block? More specifics would help. Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] Problem with images and floats

2007-01-18 Thread Matt Dawson
I should also point out that your namespace was correct for XHTML 1.0Transitional - just not the XHTML 1.1 that you're using in this document. Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Problem with images and floats

2007-01-18 Thread Matt Dawson
quot;en"> Let me know if this fixes anything. I'm very curious. Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 Lis

Re: [css-d] Make div bg repeat endlessly - vertically

2007-01-17 Thread Matt Fielding
Simply add background-image: url(http://www.domain.com/image.jpg); inside the brackets along with the background-repeat to add the image url. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Make div bg repeat endlessly - vertically

2007-01-17 Thread Matt Fielding
On 1/17/07, Kim Brooks Wei <[EMAIL PROTECTED]> wrote: > > http://www.thewei.com/sandbox/uajx/ > > What would I need to do to have my bg tile endlessly vertically? Or > alternatively, is there a good way to get my left and right panels to > both stop at some predetermined spot - at the same length

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Matt Fielding
On 1/16/07, Paul Novitski <[EMAIL PROTECTED]> wrote: > > At 1/15/2007 04:17 PM, Mark Finney wrote: > >Ok so I use a:hover and just assumed that it should work with an image > >map... am i wrong? > > > FYI it is possible to create a pure CSS image map, as Stu Nichols has > demonstrated: > > http://w

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Matt Fielding
fect you want to the individual images! Hopefully this helps you, and if not feel free to ask any other questions you may have. Best of luck, Matt Fielding __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] Request for site check (and critique if you've got time!)

2007-01-15 Thread Matt Dawson
- so now my page is validating again. Whew! On 1/14/07, ~davidLaakso <[EMAIL PROTECTED]> wrote: > > Matt Dawson wrote: > > http://www.thenestedfloat.com > > > > I'd really appreciate a site check. I'm on a mac, so I've done only > limited > > t

Re: [css-d] color:none?

2007-01-15 Thread Matt Dawson
As far as I know, the transparent value is only defined for use with color in the CSS3 specs and is, as of yet, unsupported by any browser. If you find I'm wrong about that, let me know - it'd be mighty useful. Matt On 1/15/07, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > &

  1   2   3   >