0
votes
1answer
32 views

print web page with F4 size with php/css/javascript/jquery?

I want print my web page which the content is letter with paper's size F4 or Folio,but i have problem when print it in browser the web page always printed with A4/letter size. How to make it defaults ...
0
votes
2answers
68 views

How can I save information from forms?

Here is my code in jsfiddle: http://jsfiddle.net/MppxX/ If you find your way through by clicking the first "yes" or the first image on the left within the DIV tag, you will come across the form in ...
-1
votes
0answers
19 views

What daemon o webchat client are using here? [closed]

i am interesting in this type of webchat: http://web.smashthestack.de:8337/ y know this type : http://www.lightirc.com/ and mibbit , and others ... i am ask on the network but nothing say ...
0
votes
0answers
32 views

Separating aspects of dynamic web system

I'm revising for an exam and came across a past exam question that I am unsure of how to interpret: "How to separate the various aspects of a dynamic web system (i.e. content, behaviour, ...
0
votes
2answers
31 views

class attribute messup in chrome

My php foreach code is like bellow echo "<ul>"; foreach($value as $key1 => $subjects){ echo "<li><span class='add-on'>$subjects</span> <input ...
-10
votes
0answers
47 views

Fixed floating toolbar, column trouble [closed]

Hello I am a little stuck. My goal is to create a fixed floating toolbar on the left side. I set up my Div class with position fixed for the left, now my next question is setting up the columns for ...
0
votes
2answers
16 views

PHP pass variable to LESS CSS or identify current environment in LESS

In my LESS CSS file I define a base-url: @base-url: 'http://cdn.domain.com'; I now have the need to dynamically switch the base url depending on what environment I am on. Ex: DEV: ...
-4
votes
1answer
23 views

Slideshare-like search box?

My first post here! Can anyone please tell me how to create a searchbox effect like that of Slideshare where on click the searchbox changes length with a certain speed and get back to its original ...
-2
votes
0answers
21 views

Interpret PHP within CSS, keeping default (text/css) MIME-type [duplicate]

I have to generate custom CSS from DB using PHP. By default my AMP was not configured to parse CSS by the PHP interpreter, so I edited the following line in httpd.conf: AddType ...
1
vote
1answer
22 views

Css is not applied when YII_DEBUG is set to false

I have a website made using Yii plus YiiBooster. When I am in DEBUG mode there is no problem - all styles loads and applys properly. When I set YII_DEBUG to false in index.php file - css files are ...
-2
votes
0answers
31 views

Creating a cross-browser Print page [closed]

How can I make a web page for printer-friendly? I have a web app and my users need to print their data. I made a web page for only printers,everyting is fine with chrome in my computer but others web ...
-2
votes
0answers
27 views

query_posts of 1 category in 3 columns [closed]

I'm trying to put query_posts of 1 category in 3 columns <div id="content"> <?php $count = 1; $col_count = 3; $num_of_posts = $wp_query->post_count; $post_per_column = ceil($num_of_posts ...
-1
votes
2answers
52 views

how to know the browser using php code [duplicate]

i have a site that uses textfields. in firefox, i use css. but when i open my site in google chrome, i got different design of my site. i think the solution for that is having a diferent css file for ...
3
votes
1answer
51 views

Display array value on click PHP

Lets got right to it! I have done a PHP calculation that I wan't to display on my website. The tricky part is that I want the values to be displayed, ONE value each time the user clicks ONCE on a ...
0
votes
1answer
66 views

jquery tooltip not working afer load ajax content

I use this tooltip script that showen here: http://www.htmldrive.net/items/show/681/jQuery-and-CSS3-Simple-Tooltip.html this is what I use, same with few changes: $(document).ready(function() { ...
0
votes
1answer
44 views

Put css into head but css is part of an imported file

Webpagetest.org tells me that http://mypage.com/howitworks has CSS in the document body: Link node http://mypage.com/design_header.css should be moved to the document head. This design_header.css ...
1
vote
1answer
31 views

Are Three internal style sheets and no script tag right way for my webpage?

I am having a three internal style sheets and one external style sheet in my web page. Simplified output looks like this: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" ...
0
votes
3answers
48 views

How do I say IF class #1 on left, if class #2 on right in loop

I have a loop in wordpress that will spit out two classes. One class photos, the other is video. Once a new photo or video is added, it just adds below the last div. Example: Photos Photos ...
0
votes
1answer
22 views

Cutting text in between destroys the design

I'm currently having an issue with my website. I count like 150 words and then cut it for displaying as an intro text on my website but this produces an issue. When we have something like this in the ...
0
votes
1answer
35 views

Fixed Object Path On Scroll

I'm looking to make a site where when it is loaded there's a top view of a tiny car in the middle of the screen. The car is on a path and when you scroll the car will then make turns around these ...
0
votes
1answer
55 views

How do I apply CSS to the table generated into another window?

I am unsure where to apply my CSS to the table I have generated. I am getting Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/content/08/10674308/html/venuesearch.php on ...
0
votes
0answers
40 views

Preserving CSS style in mysql and php

I have data in an Excel spreadsheet linked to a mysql database and on to the webpage through php. I am trying to style the lines with a CSS stylesheet but somewhere the data is changed meaning (I ...
-1
votes
3answers
31 views

joining two tables and fetching values from them error

i am joining the two tables but is giving me error that mysql_fetch_array() expects parameter 1 to be resource, <?php $result=mysql_query("SELECT * FROM `photo_gallery`.`photographs` WHERE ...
0
votes
1answer
24 views

Print 800 mm (Receipt) Sheet via web (PHP)

How can I print a receipt sheet "800 mm width" via my web application? I tried many times but can't get a cross-browser support for this feature, for example, Chrome shrinks the page and print a ...
0
votes
2answers
31 views

Distort or shear or skew an image - Raphael, JavaScript or PHP

I am trying to distort/shear/skew an image something like this: I am using Raphael Javascript Library to do it. But i found Raphael very tough. I saw some websites that are using Raphael Library ...
-2
votes
1answer
54 views

i have a list of friends that i want to be displayed in the profile page using php and mysql

i have a list of friends that i want to be displayed in the profile page using php and mysql but the problem is that it show the list vertical but what i want is to display each three on a row not ...
-4
votes
0answers
50 views

Why break page two page [closed]

This is my code : <!DOCTYPE html> <html> <head> <title>Laporan LPP Pertarif</title> <style type="text/css"> *{ font-family: Arial; margin:0px; padding:0px; } @page ...
1
vote
1answer
26 views

Easy way to add a closing quote in an ellipsized over-flowed text

I have a div with a text inside. If the text overflows it's div, It is shortened with an ellipsis at the end. What I want to do is to add a double-quote after it's ellipse so that it will look like ...
1
vote
2answers
33 views

overflow:scroll isn't working for php comment system [closed]

trying to make my comments box scrollable using overflow:scroll. at first I thought it wasn't working cause I was using max-height over just height but even with a fixed height the scroll bar does not ...
-1
votes
0answers
55 views

Change background image of THIS cell

I'm trying to change the background image of only expand rows. The following code works but it will only change the background image of the first rows td, regardless of what row I expand. How do I set ...
0
votes
4answers
66 views

How to open a link using Jquery from HTML, getting the URL from MySql and PHP

I have a database (MySql), inside the database there is a row with the URL of the images, (the images are in a folder), through PHP I am loading those images inside the HTML, and those images have a ...
1
vote
1answer
34 views

php code or regex to replace position of characters in a string

(Edit1: following George Cummins comment)I want you to help me create a regex search and replace or a php function to replace position of characters in a string. (since i couldn't figure it out on my ...
0
votes
2answers
38 views

Storing position of sortable box in CSS3?

How do I store the position of box in a sortable row fluid? For example, every time a user drag a box from category 1 to category 2 then when he refreshes the page, it will remember the position? ...
2
votes
3answers
113 views

CSS issues with table layouts

I created a form to create a user account on my system. Below the form, I used a table which has two functions: Deleting one row on the table, which also delete the data in the database Modifying ...
0
votes
2answers
56 views

How to get categories in wordpress

I want to get all categories in wordpress site but separately parent and child categories(in such way it's easily for me to style). In the following code I get parent categories but all children ...
0
votes
3answers
24 views

$outputstring error with html class

So I'm not that great at php and I have a basic comment system that I'm trying to implement that calls and writes to a comments.php file. everything works all well an good until I try and style the ...
0
votes
1answer
38 views

How to make objects appear when hovering over image

I have a problem. I'm trying to edit my code in Wordpress and running into a problem. I want to make objects (left/right navigation) appear when hovering over the slider image. See website here: ...
0
votes
2answers
46 views

I'm am trying to change a css property using $_GET getting wrong result

First of all this is a wordpress page so [insert_php] is a replacement for <?php. The url of the page is as follows http://********.com/?page_id=98#highlights?sel=q1s the code on the page is as ...
0
votes
5answers
59 views

Which method is more efficient, using double quotes inside single quotes or escaping single quotes?

I'm learning some php right now and I'm trying to identify a best practice for using quote marks. I've decided I'll be using single quotes and concatenate variables into strings when needed. I've ...
0
votes
3answers
43 views

I'm am trying to change a css property using $_GET but am not getting results

First of all this is a wordpress page so [insert_php] is a replacement for <?php. The url of the page is as follows "http://**.com/?page_id=98#highlights?sel=q1s" the code on the page is as ...
-3
votes
0answers
27 views

Framing a wordpress blog with pictures left and right

I am customizing the wordpress pinboard theme. You can see my work in progress here: http://www.villafernsicht.de/wordpress/?page_id=103 I got some problems when I wanted to set the background. There ...
0
votes
2answers
20 views

Jquery CSS Fade to and fade back different css files

I'm trying to find the best way to be able to call for a style sheet change for 5 seconds or a set ammount of time then go back to the default. But i would like it to fade to the style then fade out ...
-6
votes
1answer
43 views

Employee list/table [closed]

I am tring to make a table of the staff in my company and I Want it to look something like this. I didn't know what to search for online. Is there any tutorials on make a nice table in HTML or ...
0
votes
3answers
45 views

echo out multiple css classes for one div

I'm only getting one CSS class to load in a situation where I'm echoing PHP variables as classes. The html looks fine and should work, the two types of code I thought would work are pretty much the ...
1
vote
4answers
47 views

How to save modifications made to DOM elements?

It is possible to save the modifications I made using jquery to the elements of the DOM? What I want is: after you insert hex code intro the input text and "#div1" color was changed, when you reload ...
0
votes
1answer
51 views

Displaying MySQL Data in PHP in a hidden div

I have this HTML code for my div: <div id="ticketupdates" style="display:none;"> </div> then within the div i have this PHP Code: <?php $sql2=" SELECT ticket_seq, ...
-3
votes
0answers
37 views

Suggestions for pre-existing solutions for blueprint-based display room content on a web page [closed]

Rather than an specific error or issue, I am actually looking to draw on your collective knowledge for suggestions for a solution I need to implement for our campus IT website. I have a set of ...
0
votes
2answers
54 views

Putting images in specific place without position:absolute [closed]

I've looked for a solution for this but can't find nothing, Basically, what I've done is used the html map tag and used an image of a gameboy advance for the image, I've done all the areas so that it ...
0
votes
2answers
46 views

text not breaking from column [closed]

I have some script simular to what you see below: #header2 { align:center; text-align:center; font-size: 24px; color:red; } #column { width:100%; } .Lcol1 { ...
-11
votes
2answers
84 views

PHP Link not working when clicked, but fine if opened in new tab [closed]

Links in my web site doesn't work but fine if open it in new tap http://www.7dash.com/2013/

1 2 3 4 5 90