Re: [css-d] Problems Centering an Image

2012-07-12 Thread Gates, Jeff
On 7/10/12 7:40 PM, "Isabel Santos" wrote: >Sorry Jeff, >spoke too soon, tested this solution: > > > > > > > > > > > > > >seams to wo

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Isabel Santos
Sorry Jeff, spoke too soon, tested this solution: seams to work the idea is relatively positioning a wrapper with the dimensio

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Isabel Santos
Jeff, the problem is if you need to put images one on top of the other you need to use absolute positioning, wich relies on the position on the page relative to the closest positioned parent and not on the position of the closest parent. The solution is old and has support on most browsers: center

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Georg
On 10.07.2012 19:40, Gates, Jeff wrote: Hmmm, I added a max-width of 800px (which is the width of the actual image and I think it's working! #past_background div.past5 { display: block; margin-left: auto; margin-right: auto; width:60%; max-width: 800px; border: 1px solid orange; } If you reve

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Gates, Jeff
On 7/10/12 1:26 PM, "Tom Livingston" wrote: >> Yes, Tom. I used this CSS on the container around the [two] images (the >>on >> and off images): >> >> #past_background div.past5 { >> display: block; >> margin-left: auto; >> margin-right: auto; >> width:60%; >> } >> >> >> The problem is is that I c

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Tom Livingston
> Yes, Tom. I used this CSS on the container around the [two] images (the on > and off images): > > #past_background div.past5 { > display: block; > margin-left: auto; > margin-right: auto; > width:60%; > } > > > The problem is is that I can't use that on the images because, for some > reason, I ca

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Gates, Jeff
On 7/10/12 12:52 PM, "Tom Livingston" wrote: >>> >>>Add... >>> >>>a.nounderline {display: table; >>>margin: 0 auto; >>>position: relative;} >>> >>>...and it will center in all browsers that support positioning on CSS >>>table. >>> >>>regards >>> Georg >> >> >> Thanks Georg. The problem wi

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Tom Livingston
>> >>Add... >> >>a.nounderline {display: table; >>margin: 0 auto; >>position: relative;} >> >>...and it will center in all browsers that support positioning on CSS >>table. >> >>regards >> Georg > > > Thanks Georg. The problem with that is the image no longer resizes as the > viewport gets

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Gates, Jeff
On 7/10/12 12:34 PM, "Georg" wrote: >On 10.07.2012 17:19, Gates, Jeff wrote: >> I am trying to center an image within a container in a responsive >> Wordpress web design. The URL of the problematic page is: >> http://www.outtacontext.com/wp2/about/past5/ > >Add... > >a.nounderline {display: table

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Georg
On 10.07.2012 17:19, Gates, Jeff wrote: I am trying to center an image within a container in a responsive Wordpress web design. The URL of the problematic page is: http://www.outtacontext.com/wp2/about/past5/ Add... a.nounderline {display: table; margin: 0 auto; position: relative;} ...and it

[css-d] Problems Centering an Image

2012-07-10 Thread Gates, Jeff
I am trying to center an image within a container in a responsive Wordpress web design. The URL of the problematic page is: http://www.outtacontext.com/wp2/about/past5/ I have put an orange border around the container to help show you the problem. When the viewport gets very wide, the image is no l

Re: [css-d] problems with flash?

2011-08-10 Thread BHomis
I figured it out. I was using the code generated by Flash CS5. No good. In Dreamweaver, I used the Insert > Media, and it corrected the problem. In a message dated 8/10/2011 7:50:00 P.M. Eastern Daylight Time, bho...@aol.com writes: Hi. I have a site designed using css. It works fi

[css-d] problems with flash?

2011-08-10 Thread BHomis
Hi. I have a site designed using css. It works fine in every browser until I add the coding for a flash file. Then everything gets thrown off. Has anyone else encountered this problem, and if so what was your solution? I'm using Adobe Flash Professional CS5. Thanks. Bruce ___

Re: [css-d] problems with validation

2011-06-05 Thread Martin
On 05/06/11 22:00, Jukka K. Korpela wrote: 5.6.2011 23:33, Martin wrote: > I know it's not strictly css, The question, as asked, is not about CSS at all in any meaning, so it's off-topic. The construct that causes the validation problem has a considerable CSS impact, though: > > Training

Re: [css-d] problems with validation

2011-06-05 Thread Bobby Jack
On 5 Jun 2011, at 21:33, Martin wrote: > Hi there. > > I know it's not strictly css, but perhaps some kind person will help me with > this small problem. > > > > Training > blah blah blah. > > > > I get the error: > document type does not allow element "h6" here; missing one of "object",

Re: [css-d] problems with validation

2011-06-05 Thread Jukka K. Korpela
5.6.2011 23:33, Martin wrote: > I know it's not strictly css, The question, as asked, is not about CSS at all in any meaning, so it's off-topic. The construct that causes the validation problem has a considerable CSS impact, though: > > Training > blah blah blah. > Although the construc

[css-d] problems with validation

2011-06-05 Thread Martin
Hi there. I know it's not strictly css, but perhaps some kind person will help me with this small problem. Training blah blah blah. I get the error: document type does not allow element "h6" here; missing one of "object", "ins", "del", "map", "button" start-tag Is there any workaround

[css-d] Problems with site in IE7 - PLS HELP!

2010-09-17 Thread Joe Jackson
Hi Does anybody have an ideas why our site is showing up incorrectly in IE7? An example page is http://www.spurs-web.com/spurs-news/spurs-team-news-wolves-modric-vdv-big-doubts/ It works fine in IE8 or Firefox so I am really having problems finding out what is causing this problem in IE7? TIA _

Re: [css-d] Problems with CSS layouts: bugs and anomalies

2010-07-23 Thread David Laakso
Gabriele Romanato wrote: > Just some reflections to avoid confusion with CSS debugging: > > http://onwebdev.blogspot.com/2010/07/problems-with-css-layouts-bugs-and.html > > HTH. bye ^^ > > Gabriele Romanato > > I think in the field of psychiatry it is sometimes known as a "reality check.

[css-d] Problems with CSS layouts: bugs and anomalies

2010-07-23 Thread Gabriele Romanato
Hi! Just some reflections to avoid confusion with CSS debugging: http://onwebdev.blogspot.com/2010/07/problems-with-css-layouts-bugs-and.html HTH. bye ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (Englis

Re: [css-d] Problems with IE6 - update

2010-03-30 Thread Joe Jackson
:28 PM, wrote: > So, what fixed it??? > > - Original Message - From: "Joe Jackson" > > To: > Sent: Tuesday, March 30, 2010 8:19 AM > Subject: Re: [css-d] Problems with IE6 - update > > > > Sorry all, its working now >&

Re: [css-d] Problems with IE6 - update

2010-03-30 Thread russ
So, what fixed it??? - Original Message - From: "Joe Jackson" To: Sent: Tuesday, March 30, 2010 8:19 AM Subject: Re: [css-d] Problems with IE6 - update > Sorry all, its working now > > Thanks for all your hel

Re: [css-d] Problems with IE6 - update

2010-03-30 Thread Joe Jackson
Sorry all, its working now Thanks for all your help! much appreciated On Tue, Mar 30, 2010 at 4:09 PM, Joe Jackson wrote: > Hi > > I have just tried the following which is working in IE8 but in IE6 the drop > down menu is still showing behind the main image? > > /*end global nav*/ > /* for IE5.5

Re: [css-d] Problems with IE6 - update

2010-03-30 Thread Joe Jackson
Hi I have just tried the following which is working in IE8 but in IE6 the drop down menu is still showing behind the main image? /*end global nav*/ /* for IE5.5 and IE6 only */ #globalnav { position: relative; z-index: 2; } .home-main-text-wrapper { z-index: 1; } /**

Re: [css-d] Problems with IE6

2010-03-30 Thread Joe Jackson
Thanks Guys I have used .globalnav { position: relative; z-index: 1; } however this is now putting the menu behing the main image on IE8 etc when it was previously only occuring on IE6? Anything else that I would need to do, does it need to go in an IE6 only stylesheet? If so what is th

Re: [css-d] Problems with IE6

2010-03-29 Thread Tim Snadden
On 30/03/2010, at 3:06 PM, David Hucklesby wrote: >> >> >> #globalnav { >> position: relative; >> z-index: 2; >> } >> > > Tim beat me to it. But this alone will do it: > > .globalnav { >position: relative; >z-index: 1; > } And I misidentified 'globalnav' as an id too. FWIW if so

Re: [css-d] Problems with IE6

2010-03-29 Thread David Hucklesby
On 3/29/10 6:54 PM, Tim Snadden wrote: > On 30/03/2010, at 11:27 AM, Joe Jackson wrote: > >> Hi >> >> Does anybody have any solutions on how to get around the following >> problem >> when viewing the following page in IE6 >> >> http://www.ian.thfctalk.com/ccosmetic/index.php >> >> The dropdown menu

Re: [css-d] Problems with IE6

2010-03-29 Thread Tim Snadden
On 30/03/2010, at 11:27 AM, Joe Jackson wrote: > Hi > > Does anybody have any solutions on how to get around the following > problem > when viewing the following page in IE6 > > http://www.ian.thfctalk.com/ccosmetic/index.php > > The dropdown menu displays behind the main images on the homepage?

[css-d] Problems with IE6

2010-03-29 Thread Joe Jackson
Hi Does anybody have any solutions on how to get around the following problem when viewing the following page in IE6 http://www.ian.thfctalk.com/ccosmetic/index.php The dropdown menu displays behind the main images on the homepage? On IE8, Firefox, Chrome etc it works fine - it's just IE6 that

Re: [css-d] Problems with website in IE8?

2010-01-08 Thread Reese
On 07-Jan-10 18:28, David Laakso wrote: > Joe Jackson wrote: >> Hi >> >> Does anybody have any ideas on why the following website >> http://www.ian.thfctalk.com/bridgend/index.php does not display properly in >> IE8? However in IE8 if I click on the 'compatability view' button the page >> displays

Re: [css-d] Problems with website in IE8?

2010-01-07 Thread Krystian Szastok
On Thu, Jan 7, 2010 at 11:23 PM, Krystian Szastok wrote: > On Thu, Jan 7, 2010 at 11:09 PM, Joe Jackson wrote: >> Hi >> >> Does anybody have any ideas on why the following website >> http://www.ian.thfctalk.com/bridgend/index.php does not display properly in >> IE8?  However in IE8 if I click on

Re: [css-d] Problems with website in IE8?

2010-01-07 Thread David Laakso
Joe Jackson wrote: > Hi > > Does anybody have any ideas on why the following website > http://www.ian.thfctalk.com/bridgend/index.php does not display properly in > IE8? However in IE8 if I click on the 'compatability view' button the page > displays fine? > > Any ideas on what is causing this in

[css-d] Problems with website in IE8?

2010-01-07 Thread Joe Jackson
Hi Does anybody have any ideas on why the following website http://www.ian.thfctalk.com/bridgend/index.php does not display properly in IE8? However in IE8 if I click on the 'compatability view' button the page displays fine? Any ideas on what is causing this in my CSS? TIA

Re: [css-d] problems in Safari/ Chrome

2009-11-04 Thread Tim Snadden
On 5/11/2009, at 6:49 AM, rose red wrote: > the second problem is resolved, but the first one not...HELP > > 1) > the background image is not showing in Safari when i use the "smooth > gallery" > > (as wel as the images for ), and the > is placed to the left !? > > see: http://www.melusin

[css-d] problems in Safari/ Chrome

2009-11-04 Thread rose red
the second problem is resolved, but the first one not...HELP 1) the background image is not showing in Safari when i use the "smooth gallery" (as wel as the images for ), and the is placed to the left !? see: http://www.melusinedesign.nl/portfolio_english.html Tha

Re: [css-d] problems in Safari/ Chrome

2009-11-03 Thread Mustafa Quilon
> 1) > the background image is not showing in Safari when i use the "smooth > gallery" > > (as wel as the images for ), and the id="nav_portfolio"> is placed to the left !? > > see: http://www.melusinedesign.nl/portfolio_english.html > > I haven't tried this but maybe you should place your css

[css-d] problems in Safari/ Chrome

2009-11-03 Thread rose red
I've got 2 problems: 1) the background image is not showing in Safari when i use the "smooth gallery" (as wel as the images for ), and the is placed to the left !? see: http://www.melusinedesign.nl/portfolio_english.html 2) al textes in texte is shown in Safari see: http:/

[css-d] Problems with fixed-width 3-col with 100% browser-width fixed footer

2009-07-02 Thread Cyber Guinevere
Hi, I'm having real problems with a layout inyou guessed it...IE. It's a fixed-width, 3-column layout using floats, with a div that fills 100% of the width of the browser window and is fixed to the bottom of the browser window with the content scrolling underneath. I've got it working fi

Re: [css-d] -Problems with background position interpretation in Safari3 and IE7

2009-06-26 Thread Gunther Van Butsele
I think I finally understand what you are trying to do.. You need a different approach: http://www.code-masters.be/mirdum/ > > Hello > > Well it looks that there is no solution for this, I don't > want to give up, this is the third time that I post this and > I don't find a solution, I just

[css-d] -Problems with background position interpretation in Safari 3 and IE7

2009-06-25 Thread Ramiro E. Ruiz Castillo
Hello Well it looks that there is no solution for this, I don't want to give up, this is the third time that I post this and I don't find a solution, I just have the problem in safari 3 and ie7, I guess is a bad interpretation of the background position in these browsers because in safari 4, ie8,

Re: [css-d] Problems with IE 6 on a simple example page

2009-05-29 Thread David Laakso
Christian Montoya wrote: > > I put up a simple example page at this address: > http://christianmontoya.net/help/ > and I have been working on fixing the bugs in IE 6. > > Any help solving these two problems would be greatly appreciated! > > Interesting little photo thingy you got there :-) .

Re: [css-d] Problems with IE 6 on a simple example page

2009-05-28 Thread Bruno Fassino
On Wed, May 27, 2009 at 9:27 PM, Christian Montoya wrote: > http://christianmontoya.net/help/ > First, > the main content section does not come out tall enough, so the bottom > background image gets cut off. I used a combination of hasLayout > triggers + float containment on this section to make t

[css-d] Problems with IE 6 on a simple example page

2009-05-27 Thread Christian Montoya
Hello list, I put up a simple example page at this address: http://christianmontoya.net/help/ and I have been working on fixing the bugs in IE 6. Usually I have no trouble doing this but today I can't seem to figure things out. First, the main content section does not come out tall enough, so the

Re: [css-d] Problems with Photo Gallery Reverting to Background Image After Clicked

2009-02-10 Thread mx . cssdee
Hey :) I've had a look at the code and tested this in FF3 and it seems to work okay. Clicking on an image it remains there even if I move either the horiz or vert scrollbars. However, clicking anywhere on the page reverts it back to its default image (since the link you originally clicked i

[css-d] Problems with Photo Gallery Reverting to Background Image After Clicked

2009-02-09 Thread S. Reets
Hi, I'm fairly new to CSS - can someone please help me understand what I'm doing wrong here, and help me find a solution?  Thanks a million!   Problem: After clicking a gallery thumbnail, clicking a scrollbar to scroll (horizontal scrollbar or vertical page scrollbar) makes the image revert back

Re: [css-d] Problems with max-width, right aligned div and remaining height design

2009-01-30 Thread Olivier Sannier
Olivier Sannier wrote: > Gunlaug Sørtun wrote: >> Olivier Sannier wrote: >> http://photos2.obones.com/photo.php?NoPhoto=483 http://photos2.obones.com/photo.php?NoPhoto=484 >>> Maybe this got unnoticed, but I would really appreciate any help with >>> these problems. >> In essence: make th

Re: [css-d] Problems with max-width, right aligned div and remaining height design

2009-01-26 Thread Olivier Sannier
Gunlaug Sørtun wrote: Olivier Sannier wrote: http://photos2.obones.com/photo.php?NoPhoto=483 http://photos2.obones.com/photo.php?NoPhoto=484 Maybe this got unnoticed, but I would really appreciate any help with these problems. In essence: make the basics work without trying to hack the livin

Re: [css-d] Problems with max-width, right aligned div and remaining height design

2009-01-26 Thread Gunlaug Sørtun
Olivier Sannier wrote: http://photos2.obones.com/photo.php?NoPhoto=483 http://photos2.obones.com/photo.php?NoPhoto=484 Maybe this got unnoticed, but I would really appreciate any help with these problems. We'd like to help, but would you be so kind as to clean up the stylesheet and get rid

Re: [css-d] Problems with max-width, right aligned div and remaining height design

2009-01-25 Thread Olivier Sannier
Olivier Sannier wrote: Hi all, Let's consider the following two pages: http://photos2.obones.com/photo.php?NoPhoto=483 http://photos2.obones.com/photo.php?NoPhoto=484 I'm using the suggestions from Patrick Vanbergen (http://www.patrickvanbergen.com/dhtml/remaining_height.html) to have a disp

[css-d] Problems with max-width, right aligned div and remaining height design

2009-01-22 Thread Olivier Sannier
Hi all, Let's consider the following two pages: http://photos2.obones.com/photo.php?NoPhoto=483 http://photos2.obones.com/photo.php?NoPhoto=484 I'm using the suggestions from Patrick Vanbergen (http://www.patrickvanbergen.com/dhtml/remaining_height.html) to have a display where the bottom div

Re: [css-d] Problems with background images

2008-08-06 Thread Alan Gresley
[EMAIL PROTECTED] wrote: > I am trying to figure out why I have to have a background image in my = > body for background images in other elements such as divs to work. [...] > The site is www.astratechnologies.com/index.php. [...] > Please help. > > William D. O'Dell And as I wr

[css-d] Problems with background images

2008-08-06 Thread rastinon
I am trying to figure out why I have to have a background image in my = body for background images in other elements such as divs to work. I = have a background image set for the overall body, but it's messing with = my CSS rollovers. And I am having the same problem across browsers

[css-d] Problems with positioning

2008-07-30 Thread Jody Ferrell
I'm fairly new to all this and could use a bit of help. http://webct.mscc.edu/motlowtest/ http://webct.mscc.edu/motlowtest/css/style.css First, the area containing the Search box doesn't display properly in IE. It appears to be ok in Firefox. Any ideas on fixing it or doing it better? Also, righ

Re: [css-d] problems with rollovers on dropdowns

2008-06-05 Thread Bill Brown
> http://www.blackfootchallenge.org/rebeccatest/homepage1_test.html > In FF, looks generally o.k., but hovering on the dropdown list items adds in > some undesirable margins and padding, though I can't find where those are > in the CSS. IE 7 shows many more problems. Too much padding above > "sma

Re: [css-d] problems with rollovers on dropdowns

2008-06-04 Thread David Laakso
Rebecca Richter wrote: > http://www.blackfootchallenge.org/rebeccatest/homepage1_test.html > > My navigation with dropdowns is giving me some issues: > > In FF, looks generally o.k., but hovering on the dropdown list items adds in > some undesireable margins and padding, though I can't find where

[css-d] problems with rollovers on dropdowns

2008-06-04 Thread Rebecca Richter
Sorry, here's the link: http://www.blackfootchallenge.org/rebeccatest/homepage1_test.html My navigation with dropdowns is giving me some issues: In FF, looks generally o.k., but hovering on the dropdown list items adds in some undesireable margins and padding, though I can't find where those are

Re: [css-d] problems with rollovers on dropdowns

2008-06-04 Thread David Laakso
Rebecca Richter wrote: > My navigation with dropdowns is giving me some issues: > > Help! > > -Becca > I think you'll need to provide a clickable link to it. -- http://chelseacreekstudio.com/ __ css-discuss [EMAIL PROTECTE

[css-d] problems with rollovers on dropdowns

2008-06-04 Thread Rebecca Richter
My navigation with dropdowns is giving me some issues: In FF, looks generally o.k., but hovering on the dropdown list items adds in some undesireable margins and padding, though I can't find where those are in the CSS. IE 7 shows many more problems. Too much padding above "smallnav", dropdowns on

Re: [css-d] Problems with CSS drop down menu

2008-06-01 Thread tedd
At 11:18 PM -0500 6/1/08, Tim Offenstein wrote: >I've created a drop down menu based on Eric Meyer's excellent book, >"More Eric Meyer on CSS". However I departed from his example by >creating a different background for the top level of the menu. But >now I want to add an arrow indicator for the su

[css-d] Problems with CSS drop down menu

2008-06-01 Thread Tim Offenstein
I've created a drop down menu based on Eric Meyer's excellent book, "More Eric Meyer on CSS". However I departed from his example by creating a different background for the top level of the menu. But now I want to add an arrow indicator for the submenu and am having problems pulling it off. Her

Re: [css-d] problems with a 2-column layout using float in IE6

2008-05-29 Thread Andrew Gaffney
� wrote: > Andrew Gaffney wrote: > >> This works great in Firefox and IE7, but IE6 is shoving the 2 columns >> way over to the right, which is expanding the body and skewing the >> whole site. Can anyone see the error of my ways here? >> >> URL: http://www.livingwithchrist.us/V2/index2.php > > Ad

Re: [css-d] problems with a 2-column layout using float in IE6

2008-05-29 Thread Gunlaug Sørtun
Andrew Gaffney wrote: > This works great in Firefox and IE7, but IE6 is shoving the 2 columns > way over to the right, which is expanding the body and skewing the > whole site. Can anyone see the error of my ways here? > > URL: http://www.livingwithchrist.us/V2/index2.php Add... .RightColumn {d

[css-d] problems with a 2-column layout using float in IE6

2008-05-29 Thread Andrew Gaffney
We've put together a new layout and design for a site, and it seems to have come together nicely. I made a few mods to it today to make the 2 columns floats so we could use a clear to make the footer sit under both columns. This works great in Firefox and IE7, but IE6 is shoving the 2 columns w

Re: [css-d] problems with Internet Explorer

2008-05-13 Thread Carrie Strongwater Drazin
Thanks a lot. Looks like it took care of my problem in IE 6 and 7. I think I am not going to worry about IE 5 on my mac. regards, Carrie On May 13, 2008, at 11:15 AM, Gunlaug Sørtun wrote: > Carrie Strongwater Drazin wrote: > >> I am having huge troubles with IE 5, 6, 7 etc. My website is >> http:

Re: [css-d] problems with Internet Explorer

2008-05-13 Thread Gunlaug Sørtun
Carrie Strongwater Drazin wrote: > I am having huge troubles with IE 5, 6, 7 etc. My website is > http://www.lmdesigns.biz It seems it is pushing my content . . . > somewhere? IE is "positioning in thin air". Add... body {position: relative;} ...to give it a foothold. That's default in other

[css-d] problems with Internet Explorer

2008-05-13 Thread Carrie Strongwater Drazin
Dear Everyone, I am having huge troubles with IE 5, 6, 7 etc. My website is http://www.lmdesigns.biz It seems it is pushing my content . . . somewhere? Could anyone figure out what I am doing wrong? Thanks. Carrie __ css-discuss [

Re: [css-d] problems with links shifting in ie7

2008-05-08 Thread Ingo Chao
Rob freeman wrote: > ... > http://www.robertfreeman.co.uk/ > > and goto: > master12.html Debugging inside a frame is no fun. I think list-style-position should be outside, not inside. Ingo -- http://www.satzansatz.de/css.html http://www.dolphinsback.com ___

[css-d] problems with links shifting in ie7

2008-05-08 Thread Rob freeman
Hello everyone, I have added some links to my site which work fine in safari and Firefox (Mac) But when viewed in ie7 the text and a tag shifts accross?? I can figure out whats going on? click here: http://www.robertfreeman.co.uk/ and goto: master12.html could someone help Thanks

Re: [css-d] problems with css/javascript

2008-05-08 Thread Alan K Baker
treorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Alan K Baker To: css-d ; Stephen Davis Sent: Thursday, May 08, 2008 4:10 AM Subject: Re: [css-d] problems with css/

Re: [css-d] problems with css/javascript

2008-05-07 Thread Alan K Baker
sts.css-discuss.org Sent: Wednesday, May 07, 2008 8:44 PM Subject: [css-d] problems with css/javascript > I'm new to web page design; my clock doesn't work in firefox/safari but does > in IE7 and Opera. I know it's probably a typo error but

[css-d] problems with css/javascript

2008-05-07 Thread Stephen Davis
I'm new to web page design; my clock doesn't work in firefox/safari but does in IE7 and Opera. I know it's probably a typo error but why then does it work in Opera. http://arithmetic.890m.com Regards Steve Davis __ Sent from Yahoo! M

[css-d] Problems with a footer sitting too high

2008-04-27 Thread Erik Harris
I'm setting up a small site with WordPress, and am having trouble getting my footer to stay at the bottom of the page. I'm also having some issues with positioning within the footer. This is only really an issue for short pages, but here's an example: http://www.vantagehoa.org/wordpress/regio

Re: [css-d] Problems with basic layout CSS

2008-04-22 Thread Gunlaug Sørtun
Martha Spizziri wrote: > I want this page: > > http://www.marthaspizziri.com/sbcf/index.html > > to look like this page: > > http://www.marthaspizziri.com/sbcf/mockups/sbcf-homepg-mockup.jpg > > So, my question is, how do I best set up the page so that the elements > come out correctly: Some

[css-d] Problems with basic layout CSS

2008-04-22 Thread Martha Spizziri
I've taken a CSS workshop, but it's been a while and I'm confused about how to best get the layout I want. I want this page: http://www.marthaspizziri.com/sbcf/index.html to look like this page: http://www.marthaspizziri.com/sbcf/mockups/sbcf-homepg-mockup.jpg So, my question is, how do I bes

Re: [css-d] problems with background image, borders

2008-03-15 Thread Andrew Doades
As a point for you, it looks find in IE6 and IE7 Andrew Krystian - Sunlust wrote: > Hello there, > > I'm making a website and I have two big problems with cross compatibility, > haven't tested on IE7, site developed for FF, so in FF everything looks as > it should. > Made and tested on Ubuntu 7.1

[css-d] problems with background image, borders

2008-03-15 Thread Krystian - Sunlust
Hello there, I'm making a website and I have two big problems with cross compatibility, haven't tested on IE7, site developed for FF, so in FF everything looks as it should. Made and tested on Ubuntu 7.10. 1. background image looks fine on FF but looks totally wrong on Opera 9.5and IE6, don't kno

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Gunlaug Sørtun
Rayburn Taylor wrote: > Is this what one would call a "hijacked thread"? Just asking. It started as one - 'Top Bottom - Lets Keep Them Apart' and then suddenly we had 'problems with CSS and floats' in threading mail-agents. Now it seems the only (somewhat loose) connection with CSS we have left,

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Ingo Chao
Rick Faircloth wrote: > > I consider philosophical questions about CSS design that > impact daily work just as legitimate as "How do I make a font red?", > if not more so... > Does your "philosophical" attempt include to allege that some on this list have a "'Taliban' mentality"? Ingo -- ht

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Rick Faircloth
David Laakso wrote: > PS Do you have a CSS question? I consider philosophical questions about CSS design that impact daily work just as legitimate as "How do I make a font red?", if not more so... Rick __ css-discuss [EMAIL

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Rick Faircloth
Possibly... maybe just a "morphed" thread... like any conversation, it can branch. Rick > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Rayburn Taylor > > Is this what one would call a "hijacked thread"? Just asking. > > Rayburn > > Waco Web Desi

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Rayburn Taylor
Rick Faircloth wrote: > Ø if you are creating a commercial > web site then you are decreasing your web sites accessibility and > therefore you are loosing those potential customers. > > > > Thanks for your thoughts, Davoud… > > > > I agree with your perspective on trying to cater to as many

Re: [css-d] problems with CSS and floats

2007-12-08 Thread David Laakso
Rick Faircloth wrote: > Ø if you are creating a commercial > web site then you are decreasing your web sites accessibility and > therefore you are loosing those potential customers. > > Thanks for your thoughts, Davoud… > > I’m wrestling with learning totally CSS-based design, learning a > new I

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Rick Faircloth
class. Rick PS - @ ~dl… I did top post! :o) (however I like to leave the message I’m responding to somewhere in the response for context…) From: DAVOUD TOHIDY [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 11:04 AM To: Rick Faircloth Subject: RE: [css-d] problems with

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Rick Faircloth
> -Original Message- > From: David Laakso [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 08, 2007 8:47 AM > To: Rick Faircloth > Subject: Re: [css-d] problems with CSS and floats > > > Now, if we can get you to just stop top-posting (it screws up the

Re: [css-d] problems with CSS and floats

2007-12-08 Thread Rick Faircloth
0:14 PM > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] problems with CSS and floats > > Rick Faircloth wrote: > > > However, it's good to remember that for those of us that are just > > beginning to work with CSS layouts, that getting *anything* to work

Re: [css-d] problems with CSS and floats

2007-12-07 Thread Gunlaug Sørtun
Rick Faircloth wrote: > However, it's good to remember that for those of us that are just > beginning to work with CSS layouts, that getting *anything* to work > on any level is a big challenge. Once we become more knowledgeable > and experienced we can begin to work with broader concerns, li

Re: [css-d] problems with CSS and floats

2007-12-07 Thread Rick Faircloth
[EMAIL PROTECTED] On > Behalf Of David Laakso > Sent: Friday, December 07, 2007 12:11 PM > To: [EMAIL PROTECTED] > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] problems with CSS and floats > > Rick Faircloth wrote: > > Hi, Rayburn... > > > > Let me t

Re: [css-d] problems with CSS and floats

2007-12-07 Thread David Laakso
Rick Faircloth wrote: > Hi, Rayburn... > > Let me tell you what finally enabled me to start making totally css-layout > sites, using only tables for tabular data. > > I went to http://www.templateworld.com/free_templates.html and downloaded > several free sites, including all images and other asset

Re: [css-d] problems with CSS and floats

2007-12-07 Thread Rick Faircloth
Hi, Rayburn... Let me tell you what finally enabled me to start making totally css-layout sites, using only tables for tabular data. I went to http://www.templateworld.com/free_templates.html and downloaded several free sites, including all images and other assets that you need for a complete sit

Re: [css-d] problems with CSS and floats

2007-12-06 Thread Rayburn Taylor
Gunlaug Sørtun wrote: > bookpage wrote: >> This is my first post and I hope I am requesting help in the correct >> way. > > You have hijacked someone else's thread, and messed up the list-archives > a bit. You should really, really, start a new thread from scratch, and > not just copy and change s

Re: [css-d] problems with CSS and floats

2007-12-06 Thread Gunlaug Sørtun
bookpage wrote: > This is my first post and I hope I am requesting help in the correct > way. You have hijacked someone else's thread, and messed up the list-archives a bit. You should really, really, start a new thread from scratch, and not just copy and change subject-line in an existing one.

[css-d] problems with CSS and floats

2007-12-06 Thread bookpage
This is my first post and I hope I am requesting help in the correct way. I am trying to replace tables with a CSS and try to also use float left and float right and they do not seem to work correctly. Could someone take a look [http://wacowebdesigns.com/test.html] and see what I am doing wrong

[css-d] Problems with a div

2007-12-02 Thread Joaquim Font
In this page http://www.cgibuenosairesbpba.org/index.php The div “izquierda” in EE 5 dont see in the right, you see that below. Anyone help me? Thanks... and sorry for my english This is de css code: body { margin: 0; padding: 0; font-family: Georgia, serif; fo

[css-d] Problems with Spry menu in IE6

2007-11-27 Thread marranez Gmail
Hi, I'm new in web and .css design. I'm trying to make a page with two spry menus in dreamweaver, they seems to work fine in FF and Safari, but in IE6 the vertical menu displays the submenus very close to the bottom. Also I've used a code that I find here, to make the menu appears because I couldn'

Re: [css-d] Problems with printing in Firefox

2007-10-05 Thread Editors
On 4 Oct 2007, at 21:08, Alan K. Gay wrote: > I have found that, while both the IE and FF print engines can be > buggy and > produce different results than the screen, the FF engine is by far the > worst, and quite unpredictable. It's been a year or so since I've > had to > regression-test p

Re: [css-d] Problems with printing in Firefox

2007-10-04 Thread Alan K. Gay
com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Editors Sent: Thursday, October 04, 2007 12:17 PM To: css-d@lists.css-discuss.org Subject: [css-d] Problems with printing in Firefox I'm very new to CSS and I'm hoping that list members mig

[css-d] Problems with printing in Firefox

2007-10-04 Thread Editors
I'm very new to CSS and I'm hoping that list members might be able to help me. I've redone a small site (www.local-history.co.uk/nlha) for a voluntary organisation, using CSS, and everything seemed to go pretty well, with both the CSS and the mark-up being validated successfully. I've load

[css-d] Problems validating with TIDY

2007-09-28 Thread Tim Offenstein
I have a page I want to validate. W3C says it's valid XHTML Transitional but Tidy complains saying, "line 96 column 1 - Warning: ID "__VIEWSTATE" uses XML ID syntax." The page is www.provost.uiuc.edu and because it has a XHTML DOCTYPE, I would think XML syntax shou

[css-d] Problems in I/E

2007-09-24 Thread grovesdavid
Hello, I have a problem with I/E here: http://www.linkhomes2000.co.uk/mortgage-guide-introduction.php If you look at the left bar, in FF then I/E you will see the space between the text is much greater in I/E. I've tried different things but nothing seem to reduce this in I/E. Any Ideas very W

Re: [css-d] Problems with site template

2007-09-14 Thread David Laakso
[EMAIL PROTECTED] wrote: > Hello, > > I have a few problems is completing site template: > > http://www.linkhomes2000.co.uk/mortgage-repayment.php > > 1) I can't make min-width work in I.E. 6, probably not in any others either > ({can't check others} Works reasonably well in FF). > > 2) Need to ma

  1   2   3   4   >