This is a discussion on "Paragraph & menu showing wrong in FireFox" within the Web Page Design section. This forum, and the thread "Paragraph & menu showing wrong in FireFox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Paragraph & menu showing wrong in FireFox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Paragraph & menu showing wrong in FireFox
Hi All,
I am having a problem trying to get my menu and paragraphs displaying the same as Internet Explorer. Internet Explorer - ![]() FireFox - ![]() html code -
Does anyone know why?? Thanks |
|
|
|
||||
|
Re: Paragraph & menu showing wrong in FireFox
Firefox is handling it correctly. If you want it to match then add more margin to the li's for FF. IE adds extra space between styled list elements and that is a bug.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Paragraph & menu showing wrong in FireFox
Quote:
When you say add more margin to li's for FF will this make a space like in Internet Explorer? As I want it to have a space between the border and the text. |
|
|||
|
Re: Paragraph & menu showing wrong in FireFox
As Firefox and other standards compliant browsers will do it correctly, you need to actually work the other way around.
Produce the layout you want in Firefox first then have an ieonly.css stylesheet that is loaded after any other style sheets that adjusts things to get IE looking the same. |
|
||||
|
Re: Paragraph & menu showing wrong in FireFox
I am confused as to what you want exactly.. There is a difference between the LI spacing etc as I stated above. Do you just want the text in the links to be further from the bottom border?
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Paragraph & menu showing wrong in FireFox
Quote:
yeh i want to do that as well, but if you look at the site in FF the paragraph on the right is against the border, unlike Internet Explorer is has a space between the border and the text, this is how I want it to be. Im currently havin php done for my site, for an Admin site etc...would php itself be enough for security and data verification? or does JS need to be included? When I say enough i mean to go live on the Internet i.e. be hack proof? So the website can be found on search engines, do I need to put meta tags in? Thanks |
|
||||
|
Re: Paragraph & menu showing wrong in FireFox
nothing is "hack proof". But PHP supports many things such as encryption so you will be fine. Also if you will be transmitting sensitive data you may want to make sure you have a secure http directory i.e. https:// vs standard http://.
As for the paragraphs hitting the right border I am ssuming you changed the default margins, padding etc in your css. A simple fix would be to add a right margin to #foo p {}
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Paragraph & menu showing wrong in FireFox
Quote:
When you say about transmitting sensitive data you may want to make sure you have a secure http directory i.e. https:// vs standard http:// how do you mean? Sorry if its a daft question but I dont have alot of knowlodge about website security. Im having someone do the php security for me as I dont have clue, just so I can tell him what should I say? Thanks for your help |
|
||||
|
Re: Paragraph & menu showing wrong in FireFox
Most hosts provide a standard http directory and a secure http directory. The secure directory encrypts transmitted data while the standard http directory does not.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Paragraph & menu showing wrong in FireFox
ok cheers moojoo for ur help, just only need to know where to add the code? And im just about sorted thanks!
|
![]() |
| Tags |
| display |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Displays wrong in Firefox | JustinStudios | Web Page Design | 7 | Jun 28th, 2007 19:56 |
| Firefox bug...? What am I doing wrong? | jamesb75 | Web Page Design | 5 | Feb 6th, 2007 13:15 |
| CSS menu displaying wrong in Firefox (fine in IE) | camcc | Web Page Design | 10 | Oct 21st, 2006 02:05 |
| background image not showing up in Firefox but showing in other browsers! | eskymo | Web Page Design | 21 | Jan 19th, 2006 23:10 |
| something wrong (ONLY IN FIREFOX) | baseballer2150 | Web Page Design | 3 | Jun 27th, 2005 01:21 |