Re: [css-d] background

2006-06-21 Thread Mike Tuller
What you suggested does exactly what I already had. As soon as I remove the 100%, it doesn't repeat. I don't think IE handles the 100% height. What do you mean by setting the div height? --- Micky Hulse <[EMAIL PROTECTED]> wrote: > Mike Tuller wrote: > > #middleColu

[css-d] background

2006-06-21 Thread Mike Tuller
I have a column that I am trying to fill the background with an image, but I can't get it to work right. Here is the css for that column. #middleColumn { position: absolute; top: 45px; left: 3%; height: 100%; width: 800px; background: url(../images/m

[css-d] Position of text in nav menu issues

2006-06-19 Thread Mike Tuller
I am having troubles with the vertical positioning of the text in a navigation menu that I have created. It is not centered vertically, and when I try to change the margin, the background image moves with it. Can someone take a look at this and see where I am going wrong? I have looked at it for to

Re: [css-d] User Define Stylesheet

2006-05-19 Thread Mike Tuller
possible? Mike Dougherty <[EMAIL PROTECTED]> wrote: try finding their selector and use that in your stylesheet My guess is that their selector has a higher specificity and it still trumps your straightforward selector On Fri, 19 May 2006 11:07:08 -0700 (PDT) Mike Tuller wrote: >

[css-d] User Define Stylesheet

2006-05-19 Thread Mike Tuller
I have a webpage, not of my own that I use for printing reports, and the font is too small. I want to override the CSS that the company uses and replace it with my own. Here is the HTML Bandel  Gwen  7634288652     Confirmed     When I try to set the text size with this: td.smalltxt

[css-d] IE issues

2006-02-03 Thread Mike Tuller
I am just learning how to create pages with heavy use of CSS, so please bare with me on trying to figure out the differences between IE's use of CSS and every other browsers. I am trying to have a center container and all content within that container. I want it to work much like http://www

Re: [css-d] rollover with images

2006-01-26 Thread Mike Tuller
That doesn't seem to make any difference. Am I wrong in thinking that .mystory_menu a should override what is in .mystory_menu when there is an tag? Should I be using ID instead of class? On Jan 26, 2006, at 3:15 PM, Matthew Levine wrote: > On Jan 26, 2006, at 3:06 PM, Mike Tull

[css-d] rollover with images

2006-01-26 Thread Mike Tuller
I am trying to make a menu where the page you are on (no tag) shows one image, and the page you are not on (an tag) shows another image that will switch on hover. I have the latter working so that when you roll over the image switches, but if I set the image for when there is no tag, it

[css-d] Page layout in a container

2006-01-24 Thread Mike Tuller
I am trying to design a page that has a set container that adjusts when you change the size of the page. I am using float, and I am having a problem where the background does not show up when you use a table. In my case, for a form. Can someone explai to me why the background is not white as I

[css-d] Trying to replace the use of tables

2005-06-19 Thread Mike Tuller
I'm trying to replace the use of tables by using CSS, and want to place an image in a certain location on the page. In this case a header that is an image. I am having problems, and am not sure where. I can get it working with the following CSS and HTML. CSS: #topbar { width: 700px;