6,557 Topics

Member Avatar for
Member Avatar for salromano

I'm having a bit of trouble with my site's gallery display in Internet Explorer. As you'll see, everything on the site everywhere else is identical to its Firefox and Chrome counterparts, but on Internet Explorer, the gallery decides to go crazy. An example of the same image can be seen …

Member Avatar for matricol
0
167
Member Avatar for uniguyUK

Hi there, I am starting the final year of my BSc Honurs Computing degree in September and I am currently on my work placement doing programming. The company I work for holds many events and always require websites for these events so.. Talking to my Lecturers I had suggested to …

Member Avatar for uniguyUK
0
320
Member Avatar for saadi06

Hi, I am having problem with applying ajax on IE.I am applying innerHtml on select tag but it is not working my ajax code is [CODE]function AjaxF(ftype,cid) { var httpxml; try { // Firefox, Opera 8.0+, Safari httpxml=new XMLHttpRequest(); } catch (e) { // Internet Explorer try { httpxml=new ActiveXObject("Msxml2.XMLHTTP"); …

Member Avatar for Airshow
0
485
Member Avatar for Joe34

It sounds confusing, but is quite simple. I have a square div, and using css I have four circles replacing the corners of the of the divs border. I want the user to be able to click on one of the corner circles changing the curser image and calling the …

Member Avatar for ko ko
0
295
Member Avatar for fcvolunteer

I'm nearly finished my website but I'm noticing that the paragraphs on one of the pages [URL="http://www.friendshipcircle.com/bikers.asp"]http://www.friendshipcircle.com/bikers.asp[/URL] aren't showing up correctly in any browser on a Mac. I've attached a screenshot of how it should look. I know there must be an issue in the css but I don't know …

Member Avatar for twiss
0
157
Member Avatar for wiredtec

Were and or how can i get an iframe for my site? and how do i add it to all my outgoing links.

Member Avatar for almostbob
0
94
Member Avatar for anandhikrishnan

Hi I need to get input for a css class font-size attribute from the user like 8px,10px,12px and so on.. and dynamically I need to change it. I get the following code from net function changecss(theClass,element,value) { var cssRules; var added = false; for (var S = 0; S < …

Member Avatar for Airshow
0
194
Member Avatar for Huakalero

Hi, I'm working on a unofficial app to get the movie listings from a webpage [url]http://cinepolis.com.mx[/url]. In order to get the correct movie listings, the user must select his city. Now, using HTMLParser I was able to get the list of cities, but because some of these have non english …

Member Avatar for Huakalero
0
349
Member Avatar for hirenpatel53

Hi all i have text box which contain HTML page code i want to display it according to Html tags in Page Please help ASAP

Member Avatar for hirenpatel53
0
97
Member Avatar for k9shark

Hi all.. I've learnt a bit of html and css in the last week, and am eager to start with more complex website actions than simply posting widgets.. For instance, allowing comments to be made and feedback etc.. I was wondering whether PHP is a good place to start for …

Member Avatar for diafol
0
225
Member Avatar for cr40

I have a masterpage that is completely built by doing a response.write. All of the HTML comes from the database. The HTML has content sections that look like the following [CODE] <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> </asp:ContentPlaceHolder> [/CODE] The problem is, is that if I put that code with the asp:ContentPlaceHolder in …

Member Avatar for Ahmad239
0
462
Member Avatar for kimmi_baby

Hi, What I'm wanting to do is create a fixed and fluid layout. I was pretty sure it was possible but I'm not quite sure how to do it. The layout I want will have 2 columns within a wrap div. The left column will have 2 divs. The div …

Member Avatar for MagicMedia
0
172
Member Avatar for hsmukunda

Hi how to render a div next to href link, we are using JQuery. Below is code attached where when clicked the div gets rendered just below the tab of browsers, I want to render next to that of href link as there will be lot of href links in …

Member Avatar for stbuchok
0
142
Member Avatar for Ritesh_4

Hello guys Am currently implementing a web form in html, and at first I was thinking to submit it to paypal for processing payments, however now my client wants to be able to use credit card and bank transfer (direct debit I suppose), How can I do this, or does …

Member Avatar for Ritesh_4
0
77
Member Avatar for Xcelled194

I need to retrieve a HTML file from an external site ([url]http://example.com/page.html[/url]) and parse it. Parsing it is fine, however I can't seem to find a way to retrieve the file given this: [LIST] [*]Cannot use cURL [*]Must work on PHP 4.3.9+ [*]Must retrieve the file as a HTTP request …

Member Avatar for migcosta
0
592
Member Avatar for vsikariam

Hello to evreyone, this is my first post, I create this topic in case to write down some question i have during a project i made right now, may is simple question but this will help me to learn the HTML and PHP language. My question i want to add …

Member Avatar for almostbob
0
56
Member Avatar for sagive

Hey guys.. could someone please help me with.. What wrong with this: [CODE] echo "<td width='25%'><img src='images/Lock.png' title='" . $row['username'] . "' - '" . $row['password'] . "'></td>";[/CODE] i Get only the username.. Cheers, Sagive

Member Avatar for sagive
0
92
Member Avatar for Joe34

I keep getting undefined with this script... I [CODE]document.getElementById(new_id).style.top = Top; //Works Fine document.getElementById(new_id).style.left = Left; //Works Fine document.getElementById(new_id).style.backgroundColor = Background_Color; //Works Fine document.getElementById(new_id).style.border = Border_Width+" "+Border_Type+" "+Border_Color; //Works Fine new_code = document.getElementById(new_id); //Doesn't Work!!!! document.write(new_code.value);[/CODE] I style the element correctly, but when I want to write it I keep …

Member Avatar for ko ko
0
4K
Member Avatar for Landscape

I would like to have one menu that is used on 30 pages. I have built the meny with css/html. I only know html as far as page construction goes. Is it possible to "call" the menu with a line of code in html?

Member Avatar for Geowil
0
270
Member Avatar for Geowil

Edit: Nevermind I found the problem... I used the wrong comment tags (html instead of css...ack x.X). Fixed the tags and it works perfectly now. _______________ Hey everyone I need some help. I am working on a site for a class project for my web design class and it is …

0
139
Member Avatar for silvercats

"Home" appears on the button.When we click it it goes to "index.html" the image related to home button is home.jpg. So button's image is home.jpg ,after clicking the button it should take to a link we have given and button's name is Home.how to do that? thanks

Member Avatar for silvercats
-1
70
Member Avatar for oviyarajan
Member Avatar for skiabox

I am wondering if there is a tool that I can preview my css code without having to write the corresponding html code. I mean a tool that automatically create sample html code based on the css code. I am using a mac. Thank you.

Member Avatar for NETProgrammer
0
80
Member Avatar for dyingatmidnight

I'm having a weird problem with myphpAdmin and webpage design. I've been having trouble getting my layout to do what I wanted to so finally I hit the net for examples I could tweak and what have you. So I found this example [URL="http://www.sebastiansulinski.co.uk/demos/three_column_layout/three_column_layout.php"]http://www.sebastiansulinski.co.uk/demos/three_column_layout/three_column_layout.php[/URL] I used the div layout as …

Member Avatar for Kraai
0
191
Member Avatar for Majestics

I am doing a web project... I am new to website design ... I want to create such a website which look same in all browser... Most of the time different browser cant follow same layout and website structure doesnt look same... I have searched this matter alot but didnt …

Member Avatar for SharedKnowledge
0
154
Member Avatar for pabzzmike

Hello, I'm trying to layout my web page with css only. The layout has several sections which is causing me problems since i'm not very good at CSS. This is the link to the finished product's image: [url]http://www.developmentafrica.org/images/sample.jpg[/url] Help appreciated for the css code. Thank you in advance regards, pabzzmike

Member Avatar for almostbob
0
132
Member Avatar for navi17

Hello, I need a html5 player which can play on all smartphones. I have tried lots of players. Some player works in iphones and not in android vice versa. Any ideas what is best way to do so that video can play on all platforms? Thanks navi

Member Avatar for twiss
0
84
Member Avatar for Ritesh_4

Hello Is there a specific tag in html so as to make a field behave as a date picker in a form?

Member Avatar for Ritesh_4
0
158
Member Avatar for mark22

I have almost given up but thought I would post here in a last attempt. I am pretty new to jquery and I am having an issue. I need to use the same carousel with three different json queries on the same page. I tried putting them in divs with …

0
111
Member Avatar for mrcniceguy

WELL GUYS,I HAVE A NAVIGATION IN MY WEBSITE WHICH IS SIMPLY A <UL> LIST. ALMOST EVERYTHING WORKS WELL,EXCEPT WHEN I WANT TO SHOW THE CURRENT PAGE WHICH IS BEING VIEWED,...I HAVE SUCCESSFULLY IMPEMENTED THE FUNCTIONALITY IN PHP WHICH CAN DETECTED THE PAGE BEING VIEWED BUT THE PROBLEM IS CSS WHERE …

Member Avatar for diafol
0
120

The End.