Re: [us...@httpd] css styles

2009-09-22 Thread Matus UHLAR - fantomas
> Rodrigo Aliste P. wrote: > > If you access your website like for example > > "http://test.com/./css/style.css"; what do you get? > > (change test.com with your website, host or ip address) On 17.09.09 20:17, pch0317 wrote: > If I access my website like for example > "http://192

Re: [us...@httpd] css styles

2009-09-17 Thread pch0317
If I access my website like for example "http://192.168.0.32/css/style.css"; I get content of my style.css. I would like to add that when I access my website "http://192.168.0.32/index.html"; by Ms Internet Explorer, everythink work correctly. But, when I use Iceveasel, Firefox or Chrome it is lik

Re: [us...@httpd] css styles

2009-09-16 Thread Rodrigo Aliste P.
2009/9/16 André Warnier > Joseph Morgan wrote: > >> Have you tried "css/style.css"? >> >> +1 > +1 > > In addition, a suggestion : > For this kind of problem, get an add-on (plugin) to your browser, which > shows what is going on. E.g. > for FireFox : HttFox (there are others also) > for IE :

Re: [us...@httpd] css styles

2009-09-16 Thread André Warnier
Joseph Morgan wrote: Have you tried "css/style.css"? +1 In addition, a suggestion : For this kind of problem, get an add-on (plugin) to your browser, which shows what is going on. E.g. for FireFox : HttFox (there are others also) for IE : Fiddler2 These tools will show you what your browser

Re: [us...@httpd] css styles

2009-09-16 Thread Joseph Morgan
Have you tried "css/style.css"? pch0317 wrote: > Rodrigo Aliste P. wrote: > >> Where are located your css files? And how are you calling them from >> the HTML, pointing to where? >> >> 2009/9/16 pch0317 > >> >> Hello >> I have problem with css styles. >> When I open www page direct

Re: [us...@httpd] css styles

2009-09-16 Thread Rodrigo Aliste P.
If you access your website like for example "http://test.com/./css/style.css"; what do you get? (change test.com with your website, host or ip address) 2009/9/16 pch0317 > Rodrigo Aliste P. wrote: > > Where are located your css files? And how are you calling them from > > the HTML, pointing to w

Re: [us...@httpd] css styles

2009-09-16 Thread pch0317
Rodrigo Aliste P. wrote: > Where are located your css files? And how are you calling them from > the HTML, pointing to where? > > 2009/9/16 pch0317 mailto:pch0...@gmail.com>> > > Hello > I have problem with css styles. > When I open www page directly from disc everythink look properly.

Re: [us...@httpd] css styles

2009-09-16 Thread Rodrigo Aliste P.
Where are located your css files? And how are you calling them from the HTML, pointing to where? 2009/9/16 pch0317 > Hello > I have problem with css styles. > When I open www page directly from disc everythink look properly. > But, when I expose this directory with www page via apache 2.2, eleme

[us...@httpd] css styles

2009-09-16 Thread pch0317
Hello I have problem with css styles. When I open www page directly from disc everythink look properly. But, when I expose this directory with www page via apache 2.2, elements wchich depend with css styles look different. Css styles is there like it isn't working. What I should do?