Re: [css-d] Need Text To Wrap

2008-02-13 Thread Gunlaug Sørtun
Elli Vizcaino wrote: I have coded this weather module for work: http://e7flux.com/weathercenter/weathercenter.html and I need the text inside the bottom 2nd column to wrap onto next line underneath the temperature. It does so in IE7 but not in FF or Safari. You can add a suitable

Re: [css-d] Site problem on ONLY ONE Linux browser

2008-02-13 Thread david
Martin Espericueta wrote: Hello All, My site does render fine in all flavors of browsers on WinXP. But on Linux (Ubuntu), the site collapses on Koncoror. However, the site looks fine on FF/Opera on Ubuntu. Can any Koncoror fans help? The site is: http://fiercestreetnetworks.com Don't

Re: [css-d] Site problem on ONLY ONE Linux browser

2008-02-13 Thread David Dorward
On 11/02/2008, Martin Espericueta [EMAIL PROTECTED] wrote: My site does render fine in all flavors of browsers on WinXP. But on Linux (Ubuntu), the site collapses on Koncoror. I think you mean Konqueror, and while I don't have it handy for testing, the site falls apart in Safari 2 as well.

Re: [css-d] Swap two elements horizontally

2008-02-13 Thread Thomas Watson
On 11/02/2008, at 22.11, Thomas Watson wrote: You can see an example of what I would like to achieve here: http://tws.name/resources/2008/02/tabs-with-text.png By request, I've just added an HTML/CSS example page: http://tws.name/resources/2008/02/tabs-with-text.html /watson

[css-d] everything looks ok until loaded in --- IE6

2008-02-13 Thread Amy Carr
hi All - I just joined after finding a link on the position is everything site. i have a website that i'm doing right now that looks good and works in explorer 7 and firefox browsers. But then I happened to look at it in explorer 6... problems! i'm using a spry sliding panels extension on the

[css-d] Bullet list position problem In IE

2008-02-13 Thread adriana escandon
Hi, I created an unordered list inside a div which works as the division for the main content of the page. The css of the list looks like this: #inContent ul li { font-size: 1.3em; font-weight: normal; width: 100%; line-height: 2em; list-style-type:

Re: [css-d] Hello CSS Problem (explained)

2008-02-13 Thread Christopher
Hello, thank you this gallery e2 Gallery http://www.e2interactive.com/e2_photo_gallery/ I'm trying to get to work in my page. The problem, I am having currently is that I don't know what version of PHP to get this to work on. I know someone who tried on PHP 4.4.8 and it didn't work if someone

[css-d] Problem with clearing DIVs - I think

2008-02-13 Thread Nicole Aebi
Hello I'm trying to create a CSS layout with a central body that has 4 stories in it. Each story will have a photo on the left with text relating to it on the right. At the moment, I can create one story but the moment I try to add a second or third it doesn't work. The site is:

[css-d] newbie CSS questions

2008-02-13 Thread AJ Putnam
Greetings, Have just joined this list and am looking for insight into a couple of problems I am having. I have been building websites for years, but this is my first attempt to use CSS heavily as a design/layout tool. Mostly, I have been able to figure it out but have two problems that are just

Re: [css-d] Problem with clearing DIVs - I think

2008-02-13 Thread David Laakso
Nicole Aebi wrote: Hello I'm trying to create a CSS layout with a central body that has 4 stories in it. Each story will have a photo on the left with text relating to it on the right. At the moment, I can create one story but the moment I try to add a second or third it doesn't work.

Re: [css-d] Need Text To Wrap

2008-02-13 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: I have coded this weather module for work: http://e7flux.com/weathercenter/weathercenter.html and I need the text inside the bottom 2nd column to wrap onto next line underneath the temperature. It does so in IE7

Re: [css-d] Problem with clearing DIVs - I think

2008-02-13 Thread Nicole Aebi
Thanks. So near and yet so far! I've managed to get it working for the photos but the news bit just ends up all crammed under the first news story. Stuck :-) Nicole David Laakso [EMAIL PROTECTED] wrote: Nicole Aebi wrote: Hello I'm trying to create a CSS layout with a central body that has 4

[css-d] Need help with a float inside a DIV

2008-02-13 Thread Webmaster
I've got what seems to be a simple problem, but I can't find the answer. I've got this page: http://www.tusculum.edu/bookstore/new.html I have a simple heading with an logo image, and I want to float the address text to the right inside the header DIV. I tried this, but in both IE and Firefox,

Re: [css-d] newbie CSS questions

2008-02-13 Thread Gunlaug Sørtun
AJ Putnam wrote: http://ajputnam.com/sky/ontour as you can see, the content table just sort of hangs over the lower edge. 1: delete _all_ instances of 'position: absolute', or else you'll get nowhere. Absolute positioned elements are treated as if they do not take up any space, so the

Re: [css-d] Problem with clearing DIVs - I think

2008-02-13 Thread Chris Akins
This page sounds like what you're trying to do. It's close to what David L. suggested, but not exactly. His methods are more tried and true than mine I'm nearly positive. http://www.springfieldmo.gov/egov/planning_development/econ_dev/brownfields/success.html relevant CSS is here:

Re: [css-d] Need help with a float inside a DIV

2008-02-13 Thread Jim Davis
Remove clear: left; from .header-text and clear the float later in the markup. Jim On Feb 13, 2008 7:59 AM, Webmaster [EMAIL PROTECTED] wrote: I've got what seems to be a simple problem, but I can't find the answer. I've got this page: http://www.tusculum.edu/bookstore/new.html I have a

Re: [css-d] Problem with clearing DIVs - I think

2008-02-13 Thread David Laakso
Nicole Aebi wrote: Thanks. So near and yet so far! I've managed to get it working for the photos but the news bit just ends up all crammed under the first news story. Stuck :-) Nicole */ /* Reference uri: http://www.bond.org.uk/Newsite/ Oh my, that will never do (smacks self

Re: [css-d] Need help with a float inside a DIV

2008-02-13 Thread David Laakso
Webmaster wrote: http://www.tusculum.edu/bookstore/new.html I have a simple heading with an logo image, and I want to float the address text to the right inside the header DIV. I tried this, but in both IE and Firefox, the text drops out of the header DIV. I tried putting the image in a

Re: [css-d] Need help with a float inside a DIV

2008-02-13 Thread David Laakso
David Laakso wrote: Webmaster wrote: http://www.tusculum.edu/bookstore/new.html I have a simple heading with an logo image, and I want to float the address text to the right inside the header DIV. I tried this, but in both IE and Firefox, the text drops out of the header DIV. I tried

Re: [css-d] Hello CSS Problem (explained)

2008-02-13 Thread David Laakso
Christopher wrote: Hello, thank you this gallery e2 Gallery http://www.e2interactive.com/e2_photo_gallery/ I'm trying to get to Onto the CSS problem...] Now two problems first off when I import a style sheet from the gallery into dreamweaver to see it it completely takes over...]

Re: [css-d] everything looks ok until loaded in --- IE6

2008-02-13 Thread David Laakso
Amy Carr wrote: the page : http://www.marshall-legacy.org/!news_and_events/main-news.html the css : http://www.marshall-legacy.org/css/mainlasttime.css screenshot of how it should appear : http://www.marshall-legacy.org/sceernshot.jpg thanks in advance, lisa I think you'll need

[css-d] strange gaps (was: cant do bottom background )

2008-02-13 Thread Erland Flaten
Thanks, Tusen takk und vielen dank for help on this to Gunlag and Christian :) I have tried to use the solution and it works as it should, but I have still has some issues. - There is a gap between the header section and the three DIVs sidebar1, sidebar2 and maincontent. - There is also a

[css-d] strange gaps 2 (was: cant do bottom background )

2008-02-13 Thread Erland Flaten
Sorrry, Forgot the URL: http://www.nuna.no/ahus/forside.html Thanks, Tusen takk und vielen dank for help on this to Gunlag and Christian :) I have tried to use the solution and it works as it should, but I have still has some issues. - There is a gap between the header section and the three

Re: [css-d] newbie CSS questions

2008-02-13 Thread Gunlaug Sørtun
AJ Putnam wrote: So, I did what you indicated. I went and removed all a:p from the style sheet. Really messed with my layout. i added your short bit of code to the top and it helped marginally. so, i am still at a loss. Delete that short bit of code now, as it was only for

Re: [css-d] strange gaps 2

2008-02-13 Thread David Laakso
Erland Flaten wrote: http://www.nuna.no/ahus/forside.html - There is a gap between the header section and the three DIVs sidebar1, sidebar2 and maincontent. - There is also a gap between the footer and botom of this DIVs p {margin: 0;} -- :: add this ruleset to your style

Re: [css-d] strange gaps 2

2008-02-13 Thread Gunlaug Sørtun
Erland Flaten wrote: Sorrry, Forgot the URL: http://www.nuna.no/ahus/forside.html Thanks, Tusen takk und vielen dank for help on this to Gunlag and Christian :) I have tried to use the solution and it works as it should, but I have still has some issues. - There is a gap between the

Re: [css-d] Suckerfish Dropdown Problem with IE6

2008-02-13 Thread Richard Grevers
On 2/13/08, Nancy Johnson [EMAIL PROTECTED] wrote: Hi, I am using suckerfish drop down in a section of my website. One page of this section also has a form with select boxes. In IE6, the suckerfish drop-down menu which is at the top of the section appears behind the select boxes instead of