Re: [css-d] Valid yet invalid layout

2007-11-06 Thread Ingo Chao
Pete Harrison wrote: > I've taken over a simple design at http://www.squaremilemag.com/n3-index.asp > which has a couple of issues. I cannot see why there is a gap between the > main content area and the header2 red band across the page, and in IE6, the > sidebar menu overlaps the main content area

Re: [css-d] Internet Explorer, Table Cells, and Ems

2007-11-06 Thread Ingo Chao
Bryce Fields wrote: > ... > > http://technology.ky.gov/epmo/epmo_team.htm > > You'll notice the font sizing in the (icky) layout table is rendering > considerably smaller than what it should when compared in other > browsers. Using the web developer bar for IE, I've traced the issue > down to th

Re: [css-d] Drop down menu not sitting on top of Flash File

2007-11-06 Thread Tom Bond
Hi Joanne This should help you out - in the flash object tag: (add similarly in the embed tag too...)Cheers, Tom http://server.npserver1.com/~netper/hunterwinehelicopters I have Project Seven PMM horiztontal menu on this page, and when you use the drop down menu for SCENIC FLIGHTS, it d

Re: [css-d] font in email (solved)

2007-11-06 Thread Bob Meetin
steff wrote: >> 24. font in email (Bob Meetin) >> >> >> I suggest you take a look at campaignmonitor.com to see what is and is >> not supported for html emails and css styles. it is a very helpful and >> informative site. >> >> In my experience doing html emails dealing with font size is someti

Re: [css-d] Drop down menu not sitting on top of Flash File

2007-11-06 Thread Bruce Lill
You need to set the params on the flash file - wmode="transparent" or if you are using the SWFObject.js var so = new SWFObject("/success/flash/customer_mm_3_8.swf", "mymovie", "505", "150", "8", "#FF"); so.addParam("wmode", "transparent"); so.write("flashcontent");

[css-d] Drop down menu not sitting on top of Flash File

2007-11-06 Thread Joanne
http://server.npserver1.com/~netper/hunterwinehelicopters I have Project Seven PMM horiztontal menu on this page, and when you use the drop down menu for SCENIC FLIGHTS, it drops down behind the flash file. How do I get it to sit on top? I set a z-index for the navigation already, but it doesn't

Re: [css-d] ie7 positioning problem

2007-11-06 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > http://free.of.pl/r/ramirez/a/keyvision-p2-sliced-1.html > In ie7 not only the box is not scrollable, but it's also misplaced. Give IE/win something it can handle... ...without disturbing other browsers.

Re: [css-d] font in email (Bob Meetin)

2007-11-06 Thread steff
> > 24. font in email (Bob Meetin) > Bob you wrote: I have a newsletter which is being sent out by dada mail, however it is not recognizing the custom font sizes defined either in the CSS file, with inline CSS or plain ole HTML. Clearly the stylesheet is being read (actua

[css-d] font in email

2007-11-06 Thread Bob Meetin
I have a newsletter which is being sent out by dada mail, however it is not recognizing the custom font sizes defined either in the CSS file, with inline CSS or plain ole HTML. Clearly the stylesheet is being read (actually it looks like dada parses it into the message) as if I change backgroun

[css-d] ie7 positioning problem

2007-11-06 Thread shosuro
The problem is easier to show than to explain, so... http://free.of.pl/r/ramirez/a/keyvision-p2-sliced-1.html In every browser other than ie7 the content is showing properly, a scrolling box. In ie7 not only the box is not scrollable, but it's also misplaced. Why is that? And what can I do to make

Re: [css-d] variables in CSS - changing background image by page

2007-11-06 Thread Hairy Dog Digital
I think it's going to come down to how many images/pages you have and what you are most comfortable maintaining (or handing off), and how things might change down the road. With JavaScript (or server-side scripting), you can parse the file name from the URL and use that to pick the image and atta

Re: [css-d] variables in CSS - changing background image by page

2007-11-06 Thread Ray Leventhal
> > Yeah, it's totally possible, unless I'm misunderstanding your needs. > > If you have a unique id for each page's body and a div that reoccurs on > > each page (using the same ID each time) for the image, then you simply > > define css for each combination. The css might get a little verbose if

Re: [css-d] variables in CSS - changing background image by page

2007-11-06 Thread Rick Lecoat
On 6/11/07 (17:56) Anne said: >Each page currently has an id specified in the body tag, so ideally I could >name the images in concert with the body id and thus call the correct image >by using a variable whose value would correspond to the body id. But I know >that is not possible in CSS. Yea

Re: [css-d] variables in CSS - changing background image by page

2007-11-06 Thread Ray Leventhal
Anne E. Shroeder wrote: > I need to be able to change the background-image value for one of my s > by page. In other words, every page needs a different background-image for > the #util_header id. > > I'm wondering what the most efficient way would be to call up the proper > image for each p

[css-d] variables in CSS - changing background image by page

2007-11-06 Thread Anne E. Shroeder
I need to be able to change the background-image value for one of my s by page. In other words, every page needs a different background-image for the #util_header id. Each page currently has an id specified in the body tag, so ideally I could name the images in concert with the body id and thu

Re: [css-d] Printing with IE

2007-11-06 Thread David Hucklesby
On Tue, 6 Nov 2007 13:21:40 +0100, Christian Kirchhoff wrote: > Hello, > > when I try to print (or print preview) the following page: > https://www.digitale- > bibliothek.de/scripts/ts.dll?mp=/pi/3/&blm=/sel/6/ > > with IE7 the following happens: The vertical head menu (Startseite, > Verlagsprogr

Re: [css-d] Internet Explorer, Table Cells, and Ems

2007-11-06 Thread Felix Miata
On 2007/11/06 11:04 (GMT-0500) Bryce Fields apparently typed: > Greetings everyone. One of our clients at Kentucky.gov is having an > issue w/ the way IE inherits font sizes that I hope someone can help > with. Take a look at this page here: > http://technology.ky.gov/epmo/epmo_team.htm > You'

Re: [css-d] Internet Explorer, Table Cells, and Ems

2007-11-06 Thread David Laakso
Bryce Fields wrote: > Greetings everyone. One of our clients at Kentucky.gov is having an > issue w/ the way IE inherits font sizes that I hope someone can help > with. Take a look at this page here: > > http://technology.ky.gov/epmo/epmo_team.htm > > So? Any ideas? > > Not really, but this

Re: [css-d] click on link causes layout shift?? second click works fine. FF only.

2007-11-06 Thread Alan Gresley
Gunlaug Sørtun wtote in reply to Josh > http://minivanswebsite.com/testsite/index.html > >> Lastly, how did you decide on the values you used -- 890 & 910 ? I >> know I was aiming for a width of 900, but do you have a tool that >> will calculate widths for you? Or were you doing it in your head

[css-d] Internet Explorer, Table Cells, and Ems

2007-11-06 Thread Bryce Fields
Greetings everyone. One of our clients at Kentucky.gov is having an issue w/ the way IE inherits font sizes that I hope someone can help with. Take a look at this page here: http://technology.ky.gov/epmo/epmo_team.htm You'll notice the font sizing in the (icky) layout table is rendering conside

Re: [css-d] Layout stability

2007-11-06 Thread David Laakso
DAVOUD TOHIDY wrote: > > Hi there, > > I would like to invite coders and designers to consider coding for "layout > stability" to increase the readability and usability of web content. > > Please visit my portfolio at http://cssfreelancer.awardspace.com . > > I am wondering what your op

[css-d] Layout stability

2007-11-06 Thread DAVOUD TOHIDY
Hi there, I would like to invite coders and designers to consider coding for "layout stability" to increase the readability and usability of web content. Please visit my portfolio at http://cssfreelancer.awardspace.com . I am wondering what your opinion is about it. Would you please p

[css-d] Valid yet invalid layout

2007-11-06 Thread Pete Harrison
I've taken over a simple design at http://www.squaremilemag.com/n3-index.asp which has a couple of issues. I cannot see why there is a gap between the main content area and the header2 red band across the page, and in IE6, the sidebar menu overlaps the main content area just a little even though th

[css-d] Printing with IE

2007-11-06 Thread Christian Kirchhoff
Hello, when I try to print (or print preview) the following page: https://www.digitale-bibliothek.de/scripts/ts.dll?mp=/pi/3/&blm=/sel/6/ with IE7 the following happens: The vertical head menu (Startseite, Verlagsprogramm, ...) is printed on the first page, the rest of the page is blank. The rest