Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
FF and IE CSS conflict
Old 05-27-2006, 12:28 AM FF and IE CSS conflict
Ultra Talker

Posts: 330
Trades: 0
I'm making a network bar:

http://www.frigidnetwork.com/newbar/index.php

I have it looking exactly how I want it in FF, but when I open it in IE it looks different.

Any suggestions on how to make it fully compatible with both?

I'll give a good talkupation to anyone who can help me with this. Its pretty important.
JGiannotti is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-27-2006, 01:50 PM Re: FF and IE CSS conflict
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Gee.. maybe if it was a properly coded web page it might help ??
You're missing the required <html><head> and <body> tags, no DOCTYPE..
start there.

Other than that, the image is 20px high.. and in IE it looks like it's tiling the image vertically.

Oh and it's tables.. you can do ALL that setup in CSS.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-27-2006, 03:45 PM Re: FF and IE CSS conflict
Ultra Talker

Posts: 330
Trades: 0
Actually I use a PHP include to imbed that in other pages. Still errors. The problem is apparently in the selection box and thats what I need to know how to fix.
JGiannotti is offline
Reply With Quote
View Public Profile
 
Old 05-28-2006, 10:57 PM Re: FF and IE CSS conflict
Ultra Talker

Posts: 330
Trades: 0
Nobody knows how to fix this?
JGiannotti is offline
Reply With Quote
View Public Profile
 
Old 05-29-2006, 05:19 AM Re: FF and IE CSS conflict
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
maybe if you show a page where it is incuded we would have half a chance of seeing a problem
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-30-2006, 01:39 PM Re: FF and IE CSS conflict
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I think he has several problems, not the least of which is laying it out in tables.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-01-2006, 10:54 AM Re: FF and IE CSS conflict
Ultra Talker

Latest Blog Post:
religion
Posts: 359
Trades: 0
Often you will find pages will not work identical in those browsers looking through the web at css resources i know there is a big list at flubechat.com then there is often tips to fix these type of problems
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
,


Please login or register to view this content. Registration is FREE
SimpleLance.Com is offline
Reply With Quote
View Public Profile Visit SimpleLance.Com's homepage!
 
Old 06-01-2006, 11:12 AM Re: FF and IE CSS conflict
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
JGiannotti: it won't look right in both as it stands right now no matter what you decide to do.

The problem is that you may have it looking right in FF with your font set to a certain size. Make your font bigger or smaller, and you'll throw off your layout completely. IE uses pixel sizes and keeps them static.

If you have a scroll mouse, hold the <Ctrl> key (I think it's Command on a MAC) and roll your mouse wheel down to resize the text. Do it about 4-5-6 times and you'll see it get worse and worse.

The only thing I can suggest that might work in IE specifically is to put style="padding: 0; margin: 0;" on your select box to keep the box a certain size. It'll look like crap, but it might work.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)

Last edited by ADAM Web Design; 06-01-2006 at 11:13 AM..
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 06-01-2006, 04:29 PM Re: FF and IE CSS conflict
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
I'm not sure if this will help, but I noticed you left of the 't' in the style for the select.

I know there are some things with selects that IE doesn't like as far as css goes. On my own site I have a select like you (though I also have a couple of inputs and a submit button) The way I structured it was:

<form>
<table>
various form items here
</table>
</form>


along with the usual table rows and table cells. If you can't get the select itslef to behave like you want you might have more luck wrapping it in a form and then setting padding for the form to 0. It might also some down to setting padding or margin for the table.

I hope that helps.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 06-01-2006, 04:45 PM Re: FF and IE CSS conflict
GoWFB_SEO's Avatar
Novice Talker

Posts: 8
Trades: 0
I didn't really look into your problem, but based on what you have said, you can use body>div #example

and then use <div id="example"> to make one for FF, and make regular one for IE
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
GoWFB_SEO is offline
Reply With Quote
View Public Profile Visit GoWFB_SEO's homepage!
 
Reply     « Reply to FF and IE CSS conflict
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43509 seconds with 12 queries