![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
||||
|
Hi,
I am learning css and have started developing my site with css codes without using tables in the page. Now the problem is that i have developed a page where i have placed one block as per my design. here i have 3 images. one is the top image, the bottom and the center image is set in the background of my element in css. the whole code works and looks fine in Internet explorer. but when i look the page in firefox browser the middle image which should be repeating itself till the end on the text placed inside it stops after a certain height. where as i have not specified any height for it. Here is the link to my page. :: Mr. Chows Also in firefox the whole block of menu card displayed in my page moves to the bottom of the page instead of where it is placed actually. so first look in Internet explorer to get an idea of the display of the contents in my page as per my design and then see the page in fire fox. so u will understand the difference and can suggest me how to fix those errors in my page. Hope u guys understand my point. Help and assistance from anyone will be appreciated. |
|
||||
|
Hi,
Thanks for the quick reply. I am using firefox 2 and IE 6 and 7. but at the time of posting the thread i had only seen the page in firefox 2.2 and IE 6. and i am also attaching an image of my layout. so u will have a fair idea about my design. Please suggest me how to fix all the errors on my page which may be i have not yet notices. so u can also draw my attention to those points too. Thanks. |
|
|||
|
You need to place #inside_menucard_bottom just above the closing div of #inside_menucard_main. Then set #inside_menucard_bottom to:
#inside_menucard_bottom{ clear:both; } i.e. <div class="inside_menucard_main"> <div class="inside_menucard_list"> </div> <div class="inside_menucard_bottom"></div> </div> I haven't tested it but it should do the job.....
__________________
benchmarc |
|
|||
|
Some general tips:
__________________
Paul Clark, Integresis Limited | OpenSites Professional Online Sitebuilder Build Content Managed Websites with just HTML and CSS |
|
||||
|
so what u want to do is hide the excess menu items. use overflow:hidden on the element that u wish to hide.
please tell me if that is too vague and completely un-useful and i will try again :) J
__________________
its just me :) |
|
|||
|
Quote:
__________________
benchmarc |
|
|||
|
Quote:
The two most common strategies are to 'hide' a call to an additional external stylesheet within the conditional comment or, as I prefer to do, to use conditional comments to wrap an additional named DIV around your whole HTML page if the browser is IE, and then target tweaks using dependent selectors. Regarding creating sites that work cross-browser without specific browser targeting, this is possible for some basic sites, but as soon as you get more sophisticated it is impossible. Reasons for this include:
__________________
Paul Clark, Integresis Limited | OpenSites Professional Online Sitebuilder Build Content Managed Websites with just HTML and CSS |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spliting image? | Danyo | Graphic Design and Web Design Help | 10 | 27-03-2008 12:55 AM |
| Image masking : Image Editing Services | Graphic Design Links | Graphic Design Links | 0 | 24-03-2008 10:50 AM |
| Help with image display! | SidekickWD | Graphic Design and Web Design Help | 8 | 13-02-2008 08:38 PM |
| image | ferdy | PC Forum | 4 | 06-06-2007 11:04 AM |
| .gif image not showing up? | zammmm | Graphic Design and Web Design Help | 4 | 07-02-2007 10:46 PM |
| All times are GMT. The time now is 09:42 PM. |