This is a discussion on "is it normal?" within the Web Page Design section. This forum, and the thread "is it normal? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
is it normal?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
is it normal?
Hey y`all,
Um, is it normal to have a significant difference between how a site (done in css) looks in one browser as compared to another? I mean, I think I`ve tweaked my site to the best of my abilities, but in one browser the text is kinda scrunched, but if I alter it, it`s too spaced in the other browser. Is this as good as it can get? Anyone have any tips or suggestions to share? http://pyxnet.ath.cx/robin Last edited by ivyholly; Jan 5th, 2006 at 04:31. |
|
|
|
#2
|
||||
|
||||
|
Re: is it normal?
It is actually not normal for things to be extremely different. Although I cannot pin-point the exact cause of your problems, I can only suggest one thing that comes to mind; starting your CSS file off with this:
* {margin:0; padding:0;} It helps to put everything in check and make sure all browsers start with the same foundation of margin and padding. In fact, while I'm at it, here is my default style sheet I use on every site I make:
|
|
#3
|
|||
|
|||
|
Re: is it normal?
Quote:
The default stylesheet is a good idea too. |
|
#4
|
|||
|
|||
|
Re: is it normal?
Ok, thanks a lot herkalees (and drd), I`ll be sure to add that to my css and see what happens...
Btw, what does it do when you put things into categories thusly (thusly?): /*==================== Global Styles ======================*/ And what is a: focus? |
|
#5
|
||||
|
||||
|
Re: is it normal?
Quote:
a:focus is when your tabbing through all links on a page (with keyboard), the link will change to the declared properties when you've tabbed onto it. |
|
#6
|
|||
|
|||
|
Re: is it normal?
Ok, I get it, thanks.
Your tips helped immensely, herkalees; what do you think- is this ok? Any other suggestions? http://pyxnet.ath.cx/robin |
![]() |
| Tags |
| normal |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Normal domain names available, obscure ones still taken | CloudedVision | Webforumz Cafe | 11 | Jun 4th, 2008 21:03 |
| Treating an image with <div> tags like a normal image | mikeym | Web Page Design | 2 | Mar 1st, 2008 15:28 |
| Question: How do I go from expert mode to normal mode and visa versa | Flashking | Flash & Multimedia Forum | 1 | Sep 15th, 2007 16:02 |
| How to transform normal text into link | robertboyle | PHP Forum | 9 | Sep 13th, 2006 12:44 |
| Automatically change query string variables back to normal | kaligula1234 | PHP Forum | 7 | Apr 13th, 2006 18:59 |