Online Schooling - Internet Advertising - WoW Gold - Wordpress Theme - Debt Consolidation

PDA

View Full Version : Annoying CSS, Firefox prob


blueuniverse
Oct 2nd 2004, 2:23 pm
OK, my site is at the url http://www.pointless-existence.com (http://www.pointless-existence.com/) - notice how the sidebars are on IE (how I want it to be) and on Firefox (too far over to the right).

What have I done wrong here, basically I just want it to appear the same in both browsers, without me having to resort to using seperate stylesheets.

Any ideas about what to do?

NewComputer
Oct 2nd 2004, 3:59 pm
Quickly my response would be to specify the width there. I will have a look in a sec.

DarrenC
Oct 2nd 2004, 5:34 pm
I have the same problem with CSS on the menu's on holiday-rentals.uk.com

Any ideas for me too?

blueuniverse
Oct 3rd 2004, 12:04 am
Well I have specified a width for the overall #menu id, is that what you meant, or are you talking about the individual ul ul li etc.

Anyway, I took a few screenshots, for those who don't have one of the two browsers to help out with. Wrong size to upload them here, but you can see them by clicking the links below.


Screenshot of prob in FireFox (http://www.v7n.com/forums/attachment.php?attachmentid=234)

How it looks in IE (http://www.v7n.com/forums/attachment.php?attachmentid=235)

blueuniverse
Oct 3rd 2004, 12:18 am
I also think this problem is causing horizontal scroll in Firefox, although I may be wrong.

blueuniverse
Oct 3rd 2004, 12:31 pm
OK, the problem was sorted, by somebody else on another forum.

For reference it was sorted, by adding the following code to the css file. This may help you wwhhomes.

html>body #menu { width: 240px; }

misohoni
Oct 6th 2004, 6:52 pm
I'm having the same problem with my site - http://www.misohoni.com/bba/

My site only uses DIV's and CSS and I specified widths, what did I do wrong?

Also, if I download Firefox does it take over IE and place Spyware on my PC?

blueuniverse
Oct 6th 2004, 11:50 pm
You'd probably need to use a similar solution.

e.g. html> #(id here for whatever is causing the problem) { width: (pixelsdefined in other areas) }

*obviously replacing what is in the brackets

and Firefox is a nice browser, and won't do anything to your PC, e.g. become the default browser unless you ask it to, and NO it won't install spyware.