site wont work in firefox and
#1
Posted 18 May 2006 - 06:20 PM
thanks
#2
Posted 19 May 2006 - 11:11 AM
#3
Posted 19 May 2006 - 01:35 PM
first fix:
add this under the</ul> tag of the menu.
<div style="clear:both;"></div>
how the buttons are extremely oversided, i dont know what you did...
#4
Posted 19 May 2006 - 02:45 PM
the menu is large beacuse i added padding but this doesnt cause any problems in ie and gives themenu the size i want, not sure how to do it without padding but obvioulsy i need to
Edited by donkeymusic, 19 May 2006 - 02:50 PM.
#5
Posted 19 May 2006 - 02:55 PM
Example:
_margin: 0; will work in IE but not in FF.
So.....
padding: 0;
_padding: 10px 20px 5px 4px;
Will have 0 padding in everything but IE.
#6
Posted 19 May 2006 - 05:15 PM
#7
Posted 19 May 2006 - 05:18 PM
Trial and error
Sorry i havent got time to help spare, *goes back to databasing coursework*
#8
Posted 20 May 2006 - 05:35 AM
.Matt, on May 19 2006, 11:18 PM, said:
Trial and error
Sorry i havent got time to help spare, *goes back to databasing coursework*
Edited by donkeymusic, 20 May 2006 - 05:35 AM.
#9
Posted 20 May 2006 - 08:28 AM
For IE use _(something) and that will make sure only ie obeys that order.
Since the problem is with FF you first need to switch it so i works in firefox, but not in IE. Then use _ to fix it for IE as well.
#10
Posted 20 May 2006 - 12:01 PM
.Matt, on May 20 2006, 02:28 PM, said:
For IE use _(something) and that will make sure only ie obeys that order.
Since the problem is with FF you first need to switch it so i works in firefox, but not in IE. Then use _ to fix it for IE as well.
I hav made that change and it does alter the padding on the menu bar but now it makes the div that holds the margin extend to far.
I have just used the same underscore method that you mentioned to stop the nav bar div extending too far, can this be used for all issues?
Edited by donkeymusic, 20 May 2006 - 12:07 PM.
#11
Posted 20 May 2006 - 12:08 PM
coolaid, on May 19 2006, 07:35 PM, said:
first fix:
add this under the</ul> tag of the menu.
<div style="clear:both;"></div>
how the buttons are extremely oversided, i dont know what you did...
what does the change actually do and imnot sure where you want me to put that line.
cheers
#12
Posted 20 May 2006 - 12:20 PM
replace this:
#menucontainer ul{
margin-top: 3px;
margin-left: 0px;
background-color: #dedede;
color: black;
border: 1px solid black;
float: left;
width: 720px;
_width: 760px;
font-family: geneva, Arial, sans-serif;
}
with this:
#menucontainer ul{
margin-top: 3px;
margin-left: 0px;
background-color: #dedede;
color: black;
border: 1px solid black;
float: left;
width: 720px;
*width: 760px;
font-family: geneva, Arial, sans-serif;
}
Works in ie 7
#13
Posted 20 May 2006 - 01:42 PM
.Matt, on May 20 2006, 06:19 PM, said:
replace this:
#menucontainer ul{
margin-top: 3px;
margin-left: 0px;
background-color: #dedede;
color: black;
border: 1px solid black;
float: left;
width: 720px;
_width: 760px;
font-family: geneva, Arial, sans-serif;
}
with this:
#menucontainer ul{
margin-top: 3px;
margin-left: 0px;
background-color: #dedede;
color: black;
border: 1px solid black;
float: left;
width: 720px;
*width: 760px;
font-family: geneva, Arial, sans-serif;
}
Works in ie 7
i though you said just use a underscore, why have you used a star?
the site work swell in IE but not firefox, its getting it to work in firefox that i am looking to.
#14
Posted 20 May 2006 - 01:55 PM
Your site looks fine in firefox to me, but not in IE. But change what i put above and it worked fine in IE.
#15
Posted 20 May 2006 - 03:00 PM
.Matt, on May 20 2006, 07:54 PM, said:
Your site looks fine in firefox to me, but not in IE. But change what i put above and it worked fine in IE.
cheers will make that change and remember that hack, seems quite useful.
you sure it look sok in firefox? mine looks terrible
i am viewing mine on a mac using firefox and not sure if thats the reason, can you view a gallery and post a screenshot so i could see what it looks like?
cheers
Using that hack failes the validation test
Edited by donkeymusic, 21 May 2006 - 06:27 AM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
