Forums » Customize

css trouble

  • Pages:
  • 1
  • 2
ketchUP
RUSSIAN FEDERATION
2007-08-21 20:26:58
 

hi

i have problem with css
i make changes in it (style.css) but everything is still the same as before. i must have missed something.

could anyone help me?
P

Vaska A
I WROTE THIS
2007-08-21 20:29:37
 

Are you sure you are editing the correct css file? The correct tempate set?

;)

ketchUP
RUSSIAN FEDERATION
2007-08-21 20:51:50
 

dunno )

i need to change background, menu text, links colours, borders.

can u help me?
i know its not a indexhibit support issure
hmm.. but maybe it is
the css file is part of it

maybe u should make some instructions for that case (that shouldnt take a lot of time)
that would help u to avoid questions like that and make participants sites look more interesting - looks like many of tham have the same problem ;)
probably hesitate to bother

P

danbanG
GERMANY
2007-08-22 00:41:12
 

check your settings in the backend. its tells you what css file (folder) you should chose for editing. within the basic installation it is eatock - so go for ndxz-studio\site\eatock.

Vaska A
I WROTE THIS
2007-08-22 06:27:20
 

ketchUP...we have a search utility on this site...this question has been asked before and it has been answered.

So, if you do a search you will find that instruction do exist for this.

Eloisa A
SPAIN
2007-08-22 08:28:04
 

You will find the infohere. I post this for future reference, in case someone ends up in this thread searching for css ;)

ketchUP
RUSSIAN FEDERATION
2007-08-22 09:04:18
 

yeah i C now, sorry 4 that
ill try

but i was also talking about some more edvanced instructions 4 those who R not familiar with the code editing. and making a section in http://indexhibit.org/use/
for those instructions - that would be really great.

thanx
P

Eloisa A
SPAIN
2007-08-22 09:55:15
 

Editing css is so much bigger than indexhibit. There are already many tutorials on css on the internet, and trying to make one that's relevant is beyond the scope of indexhibit.

However, it'd be great if people can share in this thread some of the resources they use for editing their template.

ketchUP
RUSSIAN FEDERATION
2007-08-22 10:48:13
 

right
hope some enthusiasts help us

ive already applyed few changes in my css and it worked
stuck on the menu background (

Vaska A
I WROTE THIS
2007-08-22 11:00:21
 


#menu { background-color: #f00; }

That will make it red.

Eloisa A
SPAIN
2007-08-22 11:01:50
 

Here you can test how different fonts, colours and sizes are going to look on your website.

We love it!

ketchUP
RUSSIAN FEDERATION
2007-08-22 11:53:05
 

cool
thanks 4 that typetester link

i made changes in the css that i wanted 4 that moment

BUT damn... thay totaly crashed the site when i opend it with "internet explorer" - menu dissappeared
the "maxthon" did the same thing
ONLY "firefox" did it right
not really shure that i want those changes at all costs

i start feeling myself totally lame

Eloisa A
SPAIN
2007-08-22 12:09:30
 

I'm no expert, but css shouldn't make your browser crash. Are you sure all your code is correct, tags closed, proper wording?

You could use acss validatorto make sure things are ok (i don't know how good that one is, have never used it).

In any case, the best way to go about it is to make copies of the sample folder as you go, and play with that. That way, you can always revert to the original changes.

ketchUP
RUSSIAN FEDERATION
2007-08-22 12:33:05
 

yeah i think so
ive checked css vith that "css validator" and coped the Valid CSS information it gave me into my css - same shit

by the way can U tell me whats the difference between style.css and ie.css? do i need to change 2 of tham or just 1?

Vaska A
I WROTE THIS
2007-08-22 12:42:11
 

ie.css are some extra rules for Internet Explorer. You really should not need to touch that.

It is possible to crash IE...because it's horrible and dumb. Editing your css is the kind of thing you can only learn by doing...it's not hard...but you can wreck the look of your site as well pretty easily.

There isn't a more simple way to do it...

ketchUP
RUSSIAN FEDERATION
2007-08-22 12:55:06
 

ok

ill try
byt i think i had enough 4 today
o_0

ketchUP
RUSSIAN FEDERATION
2007-08-22 12:57:40
 

by the way thats what i was trying to costomize
www.newangelarium.ru
a web site 4 an art exhibition

peace

ketchUP
RUSSIAN FEDERATION
2007-08-22 13:07:54
 

the color changed only onder the menu text
instead of changing the whole background

Vaska A
I WROTE THIS
2007-08-22 13:16:18
 

ketchup, read their css to see how they did it. it's a perfectly good way to learn. we all do it too. ;)

Vaska A
I WROTE THIS
2007-08-22 13:16:58
 

This is the first time I've seen a whole complete site in Russian. Love it!

ketchUP
RUSSIAN FEDERATION
2007-08-22 14:10:54
 

we love it to. thanx to U fellows.
have U seen the menu color?
the black ractangles over white background
im going crazy 4 real

PLEASE help me
i promise i wont bother any more (for few days)

#menu {
background-color:#000000;
width : 215px;
overflow : auto;
top : 0;
bottom : 0;
left : 0;
position : fixed;
height : 100%;
}

#menu ul {
list-style-type: none;
margin : 0 0 12px 0;
background-color:#000000;
}

thats what i have in the css
ive scanned many other pages which use color or background pictures in the manu - still no clue how to fix my problem

Eloisa A
SPAIN
2007-08-22 14:28:36
 

i don't understand what you're trying to do. Is it something likethiswith the green background on links?

could you point to a website that does something similar (even with different colors)?

ketchUP
RUSSIAN FEDERATION
2007-08-22 14:59:03
 

lol ) it looks like that but no

all i want to du is just paint the whole background black
and thats all!

Eloisa A
SPAIN
2007-08-22 15:16:15
 

Are all your pages black?

If that's the case, you can try this:

on the #menu, take out completely the background colour (background-color: #fff;).

ketchUP
RUSSIAN FEDERATION
2007-08-22 15:42:38
 

ive tryed that

its ok with the firefox
but the other browsers leave the menu background totally white

Showing 1 - 25 of 26 posts in Forum > Customize > css trouble
 
  • Pages:
  • 1
  • 2