| You are here: DEVPPL ‹ Forum ‹ Programming ‹ CSS Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
CSS-P Help needed....
10 posts
• Page 1 of 1
0
CSS-P Help needed....
Please could I get some help on the following:
I have just finished creating a CSS Zen Garden site but I am having problems with Firefox and Opera. Please could someone have a look at http://www.parasharia.com/zengarden and see if you can tell what the problems are... any help will be very much appeciated.
I have just finished creating a CSS Zen Garden site but I am having problems with Firefox and Opera. Please could someone have a look at http://www.parasharia.com/zengarden and see if you can tell what the problems are... any help will be very much appeciated.
- Parasharia
- Reputation: 0
- Posts: 3
- Joined: Thu Oct 07, 2004 11:24 pm
- Location: UK
- Highscores: 0
- Arcade winning challenges: 0
- ReFredzRate
- Highscores: 0
- Arcade winning challenges: 0
0
Looks good
You could have done it as a background image I think. Or try to change the position attributes, absolute/relative.
I'm (also) pretty fed up with making them look the same on every browser. Almost tossed my laptop trough the window, lol
You could have done it as a background image I think. Or try to change the position attributes, absolute/relative.
I'm (also) pretty fed up with making them look the same on every browser. Almost tossed my laptop trough the window, lol
- Adl
- Reputation: 0
- Posts: 29
- Joined: Sun Sep 19, 2004 5:11 pm
- Location: Finland
- Highscores: 0
- Arcade winning challenges: 0
- ReFredzRate
- Highscores: 0
- Arcade winning challenges: 0
0
thanks for all your help....and yeah i got it sorted eventually.
it is for a showcase site called www.csszengarden.com. i'm still waiting to here if my site will be added...watch this space!
it is for a showcase site called www.csszengarden.com. i'm still waiting to here if my site will be added...watch this space!
- Parasharia
- Reputation: 0
- Posts: 3
- Joined: Thu Oct 07, 2004 11:24 pm
- Location: UK
- Highscores: 0
- Arcade winning challenges: 0
- ReFredzRate
- Highscores: 0
- Arcade winning challenges: 0
- Parasharia
- Reputation: 0
- Posts: 3
- Joined: Thu Oct 07, 2004 11:24 pm
- Location: UK
- Highscores: 0
- Arcade winning challenges: 0
0
For align center, you can always do this:
Your style:
and your content:
I'm not sure on what the limitations for CSS Zen Gardens are, though any site designed for them is really nice.
Your style:
- Code: Select all
.class {
margin: auto auto;
}
and your content:
- Code: Select all
<div class="class"></div>
I'm not sure on what the limitations for CSS Zen Gardens are, though any site designed for them is really nice.
- Glass_Prison
- Reputation: 0
- Posts: 14
- Joined: Sat Nov 06, 2004 1:28 pm
- Location: Michigan, US
- Highscores: 0
- Arcade winning challenges: 0
|
|