Support Forums

contact the owner issue

This is a discussion on contact the owner issue within the Technical Support forums, part of the Technical Support Forums category; Hello. I am using 4.1.6 with the deepsea template. If you are not logged in, you get the contact the ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 10-29-2009, 01:17 PM   #1
Member
 
Join Date: May 2007
Posts: 45
Rep Power: 14
tom11011 is on a distinguished road
Default contact the owner issue

Hello.

I am using 4.1.6 with the deepsea template.

If you are not logged in, you get the contact the owner box at the bottom of the listing.

There is no box outline around the name and email address field. It looks like you can't type your name or email but you really can.

Have a look at this
Aircraft For Sale 1981 Beechcraft A36TC Bonanza � N66LH

any help appreciated.
tom11011 is offline  
Old 10-29-2009, 01:35 PM   #2
curmudgeon
 
Join Date: Mar 2006
Posts: 5,299
Rep Power: 130
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

look at the border property for the text area in the form and compare it to the text field, you will see they difere quite a bit.


for the input textarea you have "1px solid #CCCCCC"
and for the text input field it is "medium none"

I would say you simply need to modify the css for the text inpout fields to your liking.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline  
Old 10-29-2009, 01:37 PM   #3
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,493
Rep Power: 131
Eric Barnes is just really nice Eric Barnes is just really nice
Default

It appears you add some code to the css file. In your style sheet line 18 should be:
Code:
img, div, a, input, span {
    behavior: url(iepngfix.htc)
}
Also you could just do this:
Code:
input { border: 1px solid #eee; }
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 10-29-2009, 09:31 PM   #4
Member
 
Join Date: May 2007
Posts: 45
Rep Power: 14
tom11011 is on a distinguished road
Default

Ok, thank you.

I tried a few different things.

Code:
img, div, a, input, span {
        behavior: url(iepngfix.htc);
        border: none;
I removed the border: none;
but it looked bad, had the thick border and shadow, didn't match the rest of the boxes.

Then, I added
input { border: 1px solid #eee; }
as you recommended, but #ccc turned out to be a better shade of grey.

Question.

Should I remove the input from the original css now that I am using a separate input css? I'm not a pro with css. Here is what I currently have.

}

img, div, a, input, span {
behavior: url(iepngfix.htc);
border: none;
}

input { border: 1px solid #ccc; }

Thanks everyone for your expertise.
tom11011 is offline  
Old 10-30-2009, 05:53 PM   #5
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,017
Rep Power: 60
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

If your secondary CSS stylesheet is loaded after the default stylesheet, there is no need to delete the declaration. CSS will always use the last loaded declaration.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline  
Old 10-31-2009, 03:17 PM   #6
Member
 
Join Date: May 2007
Posts: 45
Rep Power: 14
tom11011 is on a distinguished road
Default

ok thanks. I'll just leave it alone as everything is working.
tom11011 is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
BCC on Contact the Owner HorseOptions Technical Support 21 03-27-2009 11:37 AM
Contact the owner castus Technical Support 4 12-05-2007 11:17 PM


All times are GMT -4. The time now is 01:55 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0