View Full Version : Header Problems with FireFox
netjobs
12-21-2005, 04:35 PM
Hello guys,
I like to add the Payments tag for Featured Links, those people who interested to display their links in featured on our site... how to do this?
also critique my Directory site... http://www.freebies-search.com/freebies-directory/ thank you
Doesn't look good in Firefox... Out of bounds :(
netjobs
12-22-2005, 02:52 AM
Yes... just only I saw after your intimation... thanks... but how can I rectify it... anyone to help...
dswofford
12-22-2005, 05:10 AM
I resized your image http://www.servalsource.com/logo.jpg see if that works if not let me know
Simon Gooffin
12-22-2005, 05:24 AM
Unfortunately, we do not have sponsored listings for non-paid members :( but PayPal module and plans are included in our pro version
P.S. let's discuss your directory in our General Chat either templates section :)
netjobs
12-22-2005, 05:47 AM
hmm, It does'nt works on Firefox... the layout is totally scrumbled...
for Payments, if any webmasters to display their site links in our sponsers links for some payments for example $5 per month or year something like that... how to do this ?
thanks for the quick replies...
dswofford
12-22-2005, 05:54 AM
As stated above I resized your image to 85 pixels instead of 101 like your old pic. upload that new smaller image and you should be fine. It appears it is pushing over everything in the body section.
Simon Gooffin
12-22-2005, 06:29 AM
for Payments, if any webmasters to display their site links in our sponsers links for some payments for example $5 per month or year something like that... how to do this ?
you can not do this in free version.. it's only available for paid version
netjobs
12-22-2005, 08:43 AM
actually I tried the smaller logo that you modified, but that does'nt solves the problem, it remains scrumbles in Firefox, so that I retained the original one...
netjobs, in your css replace
div.content
{
border: 1px solid #9E0300;
border-bottom: none;
padding-bottom: 1px;
}
with this:
div.content
{
clear:both;
border: 1px solid #9E0300;
border-bottom: none;
padding-bottom: 1px;
}
this solves the floating problem, still some others to go.
Also try to run your code through validators as:
http://validator.w3.org/check?verbose=1&uri=http%3A//www.freebies-search.com/freebies-directory/
for the Source
and
http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.freebies-search.com/freebies-directory/
for CSS
netjobs
12-22-2005, 11:39 AM
Thanks gb,
Now its almost ok... but still the search form is merging with the logo and menu is not showing full.. in firefox.. how to rectify this ??
Hi netjobs
Edited myself. I thought I had it but close but no cigar.
Hold on we'll figure it out.
ok, change
div.search-form
{
font-size: 12px;
font-weight: bold;
padding-top: 45px;
padding-right: 45px;
text-align: right;
}
to
div.search-form
{
font-size: 12px;
font-weight: bold;
padding-top: 45px;
padding-right: 45px;
text-align: right;
float:right;
}
in div.top-menu you must adjust the height a little up, maybe to 17px, 10 is to less.
now it's quite ok. doesn't mean it's perfect. Just a fixing you know.
I still recommend running your pages through w3c validator and fix the errors...
Well this is what I came up with;
For the search:
div.search-form
{
font-size: 12px;
font-weight: bold;
padding-top: 45px;
text-align: center;
padding-left: 340px;
}
And for the menu:
div.logo
{
float: left;
padding: 2px 5px;
width: 183px;
}
div.top-menu
{
background-color: #9E0300;
height: 24px;
border-bottom: 0px solid #FFF;
}
ul.menu li
{
border-right: 1px solid #FFF;
float: left;
line-height: 20px;
padding: 2px 15px;
text-align: left;
}
div.content
{
border: 1px solid #9E0300;
border-bottom: none;
padding-bottom: 1px;
}
For the search form you can increase padding-left: 340px; increase the size to move farther to the right.
(backup your files first)
netjobs
12-24-2005, 04:12 AM
That's a Great Job Radioguy & gb, Thanks, now its all works fine both in IE and Firefox... Its an amazing forum, for a while I am on a round for some forums for other things and this is the forum that the replies are coming so quickly than other forums and more likely the replies are works like anything, thanks to Simon Goofin for making such a script...
regards
Netjobs
Simon Gooffin
12-24-2005, 04:34 AM
thanks to Simon Goofin for making such a script
you are welcome
I express the opinion of all the members of our team ;)
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.