This is a discussion on "Browsers" within the Web Page Design section. This forum, and the thread "Browsers are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Browsers
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi!
Can you guys tell me why my page looks different in IE and in Firefox? Here is the Url :http://vinotrade.co.uk/bjd/index.html Thank you! |
|
|
|
|||
|
Re: Browsers
It looks the same in Firefox and IE 7. Theres a screen shot below.
It looks fine in IE 6 for me, however Last edited by Pádraig; Jun 2nd, 2007 at 15:52. |
|
|||
|
Re: Browsers
Yes, thats the problem. It looks ok in IE6 but it doesnt look the same in 7 and in Firefox. Why?
|
|
|||
|
Re: Browsers
Change your absolute positioning of the content class to something like this.
|
|
|||
|
Re: Browsers
How can i make the background expand as the content grow? and how the menu background will follow it?
|
|
|||
|
Re: Browsers
How am i gonna make the navbar follow the rest of it?
|
|
||||
|
Re: Browsers
Looks like you just need a clearing div right before you close your containing div.
the css declaration will handle all browsers in particular IE trying to give the clearing div some height. Enjoy! As for the background; you want to place the background on your containing div and have it repeat on the y axis.
__________________
I've got <style> and .class
Last edited by moojoo; Jun 12th, 2007 at 15:18. |
|
|||
|
Re: Browsers
Thank you Mojoo. I tried it but it doesnt work
I did try to do some other stuff, this is what i got so far http://vinotrade.co.uk/bjd/bjdtest.html It is working ok in IE7 and Firefox, but NOT in IE6(grrrrrrrr) Last edited by chubbs; Jun 12th, 2007 at 18:23. |
|
|||
|
Re: Browsers
i got it working, thank you! How can i do that , when i insert bigger content, than the whole navbar and the container will expand?
|
|
||||
|
Re: Browsers
Put your shaded background (background3.png) as a background to html
|
|
|||
|
Re: Browsers
Thank You Karinne!, Should i still need to use the code from mojoo?
|
|
|||
|
Re: Browsers
what floats are..... sorry but i am still learning
|
|
||||
|
Re: Browsers
see http://www.newguyinennis.com/samples...t_left_column/
float Quote:
|
|
|||
|
Re: Browsers
Oh yes i have read about this, Thank you!
Thank you guys for the big help from all af you! Can you please just check the final result? http://www.vinotrade.co.uk/bjd/index.html |
|
|||
|
Re: Browsers
also make sure you set text sizing for everything etc as pcs and macs display text different and you may find your site jumping in a mac etc.
also image padding is different on macs and on sefari. if you google resetting brouser default css you will find loads of information and code just to copy and paste into your css |
|
|||
|
Re: Browsers
Hi! for me, the final result looks GHASTLY in Firefox 2.0 and IE 7!
Here's a screenshot (I highlighted the text so you could see it): ![]() That text is nasty! you need to work on the 2 columns! |
|
|||
|
Re: Browsers
It's a bad idea to set the text in an absolute position. you probably have a bigger screen than me: make your browser window smaller, and you'll see what I mean!!! I did mess with your code a bit, and see your problem. I wouldn't have coded it the way you did, but everyone's different!
Last edited by fuzzee; Jun 14th, 2007 at 13:58. |
|
||||
|
Re: Browsers
In your case you certainly don't need any type of "positioning" on your content, what you need is a standard two column layout which if structured correctly will hold your content where it needs to be without using relative or absolute positioning.
1. Restructure your layout, in this case I would suggest starting from scratch. 2. Apply your background to your containing div and repeat it on the y axis. If you need any more help getting it done just let us know.
__________________
I've got <style> and .class
Last edited by moojoo; Jun 14th, 2007 at 14:27. |
![]() |
| Tags |
| iepfff |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Browsers | kela | JavaScript Forum | 4 | Jun 12th, 2008 11:49 |
| Multiple web browsers | AdRock | Webforumz Cafe | 14 | Oct 1st, 2007 12:36 |
| Please test for me in different browsers | Lchad | Web Page Design | 9 | Apr 27th, 2007 15:51 |
| Color in browsers | wireman54301 | Web Page Design | 5 | Nov 25th, 2006 01:08 |
| PNG support in browsers | gwx03 | Graphics and 3D | 12 | Dec 6th, 2003 13:13 |