borders around images?

More
11 years 3 months ago - 11 years 3 months ago #33203 by maryswave
for what ever reason when I add an image to an article it displays with a border and it is some how tied to the input boxes. when I set the border to zero then I have NO border around input boxes.

quite frustrating that the images would be tied to input type=image ?? that is not an input type it's just an image.

how can the images be separated from the input boxes?
Last edit: 11 years 3 months ago by maryswave.

Please Log in to join the conversation.

More
11 years 3 months ago #33211 by ivan.milic
Replied by ivan.milic on topic borders around images?
In css:

INPUT[type=text]{
/*for image*/
}

INPUT:not([type=text]){
/*for all other INPUT except image*/
}

see:

www.w3schools.com/cssref/css_selectors.asp

Please Log in to join the conversation.

More
11 years 3 months ago #33216 by maryswave
Replied by maryswave on topic borders around images?
I don't know what that has to do with this template but to get the borders around the email form boxes I just added this to the joomla.css

#jform_contact_name {
border:1px solid #696969;
}

#jform_contact_email {
border:1px solid #696969;
}

#jform_contact_emailmsg {
border:1px solid #696969;
}

that worked for me, thans

Please Log in to join the conversation.

Time to create page: 0.184 seconds
Powered by Kunena Forum