Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 109
Search took 0.32 seconds.
Search: Posts Made By: karlosio
Forum: HTML & CSS 08-21-2010, 01:03 AM
Replies: 1
Views: 589
Posted By karlosio
How about this: a img { border:0; } ...

How about this:


a img { border:0; }


Then you should be able to apply a border to the images using the #main.web a declaration
Forum: HTML & CSS 08-21-2010, 12:57 AM
Replies: 3
Views: 503
Posted By karlosio
Sorry but I still don't see any problem with it...

Sorry but I still don't see any problem with it at my end. When I hold the left mouse button down on a link the height stays the same. If you want to remove the border firefox makes on those active...
Forum: HTML & CSS 08-21-2010, 12:29 AM
Replies: 3
Views: 503
Posted By karlosio
Seems to work fine for me (using Opera 10.53 and...

Seems to work fine for me (using Opera 10.53 and Firefox 3.5) which browser is this happening in?
Forum: JavaScript frameworks 07-27-2010, 05:43 PM
Replies: 1
Views: 1,358
Posted By karlosio
JQuery rating system problem

Hi I'm trying to implement a JQuery star rating script into my site, taken from reading this tutorial http://webtint.net/tutorials/5-star-rating-system-in-php-mysql-and-jquery/, the number of rates...
Forum: HTML & CSS 07-25-2010, 04:01 PM
Replies: 2
Views: 5,723
Posted By karlosio
So your saying you have a 575 px wide by 1px high...

So your saying you have a 575 px wide by 1px high background image you would to repeat vertically in the area where your content will be?

try removing the auto amount on the height you have for...
Forum: PHP 07-22-2010, 09:54 PM
Replies: 3
Views: 1,313
Posted By karlosio
Yeah I have that in my main image upload script,...

Yeah I have that in my main image upload script, my problem is though currently, with what I had, images are getting stretched if they are under 800px in size. I only want to resize images that are...
Forum: PHP 07-22-2010, 09:37 PM
Replies: 2
Views: 533
Posted By karlosio
answer to 1 is no you dont need to upload an...

answer to 1 is no you dont need to upload an image to the database as the php functions will do it for you, but you could store the path the file was saved to for quick retieval and the height and...
Forum: PHP 07-22-2010, 09:13 PM
Replies: 3
Views: 1,313
Posted By karlosio
Keeping Image aspect ratio

Hi I am trying to work out how to keep an images aspect ratio when resizing an image for an image uploading script.

I have the following:


$width = 1024;
$height = 768;

$target = 800; //...
Forum: HTML & CSS 07-22-2010, 12:20 PM
Replies: 1
Views: 502
Posted By karlosio
Does the original source file come with a CSS...

Does the original source file come with a CSS file of does it include <style> tags in the <head> part of the document? If it does it should have the likes of font-family, border etc, you would need...
Forum: JavaScript frameworks 07-20-2010, 11:15 PM
Replies: 1
Views: 4,563
Posted By karlosio
Uploading images with JQuery / PHP?

Hi, I'm creating a basic image uploading script and would like to use Jquery's AJAX function so It all happens on one page. The upload script works fine without it but when I try to add some AJAX,...
Forum: HTML & CSS 07-20-2010, 09:03 PM
Replies: 7
Views: 625
Posted By karlosio
display: block in css on the links a tag might...

display: block in css on the links a tag might fix it? But as mentioned above this is only a guess. We need to see some of your code :)
Forum: HTML & CSS 07-20-2010, 09:00 PM
Replies: 7
Views: 765
Posted By karlosio
Ah the famous "oh my website doesn't look good in...

Ah the famous "oh my website doesn't look good in IE" problem
hmm wheres the code then?
Forum: HTML & CSS 07-11-2010, 04:16 PM
Replies: 3
Views: 563
Posted By karlosio
.postcontent { background: #c90; color:...

.postcontent {
background: #c90;
color: #fff;
}
.postcontent i {
font-size: 2em;
}
.postcontent b {
font-family: Tahoma, geneva, sans-serif;
}
Forum: HTML & CSS 07-11-2010, 03:39 PM
Replies: 7
Views: 3,057
Posted By karlosio
I wasn't aware about that stop function. You...

I wasn't aware about that stop function. You learn something new every day lol. :thumbsup: I've only been learning it for the past couple of months myself but I'm happy you liked my approach. :)...
Forum: PHP 07-11-2010, 03:43 AM
Replies: 7
Views: 743
Posted By karlosio
I second that!

I second that!
Forum: HTML & CSS 07-11-2010, 03:29 AM
Replies: 3
Views: 691
Posted By karlosio
#header { color: #333; width: 100%; ...

#header {
color: #333;
width: 100%;
padding: 10px;
border: 1px solid #ccc;
height: 100px;
margin: 10px 0px 0px 0px;
background-color:#F3F2ED;
background:#000000;
font-style:italic;
Forum: HTML & CSS 07-11-2010, 03:17 AM
Replies: 7
Views: 3,057
Posted By karlosio
Or get JQuery to do it if you know a bit of...

Or get JQuery to do it if you know a bit of javascript. Its excellent at doing this kind of thing http://jquery.com

example


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Forum: HTML & CSS 07-11-2010, 02:55 AM
Replies: 2
Views: 486
Posted By karlosio
or try including the file with SSI if you dont...

or try including the file with SSI if you dont have access to PHP


<!--#include file="file:menu.html" -->
Forum: HTML & CSS 07-11-2010, 02:44 AM
Replies: 1
Views: 1,194
Posted By karlosio
pre tag questions - adding code snippets

Hi I'm wondering how to style the pre tag in css so I can display code snippets on a page.

Say I have the following pre tag:


<pre>
&lt;form action = &quot;somepage.php?id=1&amp;something=2&quot;...
Forum: JavaScript frameworks 07-04-2010, 09:38 PM
Replies: 1
Views: 1,359
Posted By karlosio
btnc, btnt, btncdiv and btntdiv? what are these...

btnc, btnt, btncdiv and btntdiv? what are these tags doing in the mark up? this is not valid html so jquery wouldn't have a clue what you are looking for.. reference classes or ids or real html tags...
Forum: JavaScript programming 07-04-2010, 09:19 PM
Replies: 11
Views: 1,234
Posted By karlosio
Thanks for your input old pedant, I was just...

Thanks for your input old pedant, I was just curious if it could be done and if it was local javascript or a ajax backend thing as I have seen a similar thing to what I was saying on the likes of...
Forum: JavaScript programming 07-04-2010, 07:21 PM
Replies: 11
Views: 1,234
Posted By karlosio
Dynamic date menu?

Hi,
I have 3 selects in a form for day, month and year for the user to enter his/her birthday.

What I'm looking for is a piece of code / script which will dynamically change the day dropdown menu...
Forum: JavaScript frameworks 06-06-2010, 06:44 PM
Replies: 1
Views: 6,752
Posted By karlosio
Question JQuery: how do i load php dynamic content into a div?

Hi, I'm creating a page listing videos taken from a Youtube channel using the youtube api and using php's simple xml. I have 2 pages, one that lists the videos with their thumbnails, and another...
Forum: JavaScript frameworks 05-31-2010, 02:02 AM
Replies: 1
Views: 1,592
Posted By karlosio
Ive managed to figure it, looking at someones...

Ive managed to figure it, looking at someones else's post on another thread, someone suggested using firebug, and that made me figure out that the post variable was content, not t which i originally...
Forum: JavaScript frameworks 05-31-2010, 12:45 AM
Replies: 1
Views: 1,592
Posted By karlosio
Edit in Place with JQuery question

Hi Im new to JQuery and Im studying the tutorials at http://docs.jquery.com/ Im trying to follow the Edit In Place tutorial http://docs.jquery.com/Tutorials:Edit_in_Place_with_Ajax and everything was...
Showing results 1 to 25 of 109

 
Forum Jump

All times are GMT +1. The time now is 02:16 PM.