This is a discussion on "Browser css problem" within the Web Page Design section. This forum, and the thread "Browser css problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Browser css problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Browser css problem
this image is IE 7 beta, could someone tell me how i can sort it please
http://www.recipebite.co.uk/menu.jpg my website - http://www.recipebite.co.uk/_/ thank you
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
|
|
#2
|
||||
|
||||
|
Re: Browser css problem
It looks like it might be a padding bug in IE. I don't know how refined the browser is, but IE has always had trouble with the CSS box model. Try changing the class below to this:
|
|
#3
|
|||
|
|||
|
Re: Browser css problem
For starters try replacing
font-size: 300 15px/25px Comic Sans MS; with
Also add a width:100%; which will fix and additional spacing under the LI's in IE and set the overflow of the links container to hidden; Also padding: 0 0 0 20px; may work better like padding:8px 0 8px 20px; With paddign etc you can eliminate the height as well so they will scale a bit more too. Here is an example of a list similar to yours (Not 100% IE ready but gives you the idea).
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Aug 16th, 2006 at 13:07. |
|
#4
|
||||
|
||||
|
Re: Browser css problem
thanks for your replys, ile give it a shot ( p.s sorry for taking a while to reply, but i have been trying to design a new logo for here )
thank you
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#5
|
||||
|
||||
|
Re: Browser css problem
sorted ( i think ) - thank you
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#6
|
||||
|
||||
|
Re: Browser css problem
My way, using the CSS font shorthand does the exact same thing as yours only it's in another measurement... Just thought I'd put that out there. Don't use padding to center text in a fixed height box!!! The "13px/25px" means a 13px font with a 25px line height. The text will be vertically dead center of the 25 pixels. It's cleaner code and breaks less than padding will.
|
|
#7
|
||||
|
||||
|
Re: Browser css problem
problem is - it does this to the menu http://www.recipebite.co.uk/menu.jpg ( i did try it )
thanks anyway
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
Last edited by saltedm8; Aug 17th, 2006 at 09:28. |
|
#8
|
||||
|
||||
|
Re: Browser css problem
Oh god, please tell me IE 7 will support standard line-height like every other version of IE when it's finally released.
*pleading on bended knee |
|
#9
|
||||
|
||||
|
Re: Browser css problem
i really dont know
ask them
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
![]() |
| Tags |
| browser, css, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cross-browser text problem | LarsUnit | Web Page Design | 5 | Oct 8th, 2007 15:19 |
| IE Browser Creates Problem | sakibonline | Web Page Design | 1 | Aug 8th, 2007 12:57 |
| IE6 Problem...stupid browser | 1840dsgn | Web Page Design | 3 | Jul 12th, 2007 09:48 |
| CSS browser/menu problem - help required | BISH™ | Web Page Design | 2 | Jan 24th, 2006 11:27 |
| HTML/Browser Problem | Rconsole | Web Page Design | 6 | Dec 20th, 2005 23:35 |