6,557 Topics

Member Avatar for
Member Avatar for Agapelove68

Greetings. I just received an e-mail that was dated back in September.:-O:confused: I'm wondering why it took 1 month and three weeks to receive this e-mail. It involved the new rules and the member of the month for September along with other informative insights. I just performed an e-mail test, …

Member Avatar for Agapelove68
1
365
Member Avatar for coliv

I've been stumped as to how I should code this menu in html/css. The fact that the text is right aligned, and the placement of the button background throws me off. Can anyone help me out/guide me in the right direction?

Member Avatar for kidwon
0
85
Member Avatar for fuston05

Just curious as to which is better to use in css ... width % or width in px?? Are there any known browser compatibility issues that might prompt a preference between the two? Thank you in advance for you input. :)

Member Avatar for fuston05
0
165
Member Avatar for ansari.wajid

Hi Friends Please check this link in IE8: <a href="http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx">http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx</a>. If you select first link below page title from right in the above link, You will see a jcarousel in the bottom which is not displaying correctly...But when I see it on my local machine its showing up correctly but …

Member Avatar for ansari.wajid
0
101
Member Avatar for isotope

Hi everybody, there's something I'm struggling with since a few days but I didn't get to any point. Actually I'm not really sure that what I would can be done via CSS, but I'm sure that some of you (surely with a greater experience than mine) can help me have …

Member Avatar for isotope
0
78
Member Avatar for Phil++

Hey, I'm working on a project that writes some HTML code to a file and then opens the file up. Now, there is a lot of HTML code and I don't really want to write it all into my C# program, because I may need to change the HTML in …

Member Avatar for Software guy
0
125
Member Avatar for prakash2813

Hi..Friends.................. Is there any way to retrieve cookies and sessions into client-side programming like HTML using javascript..,vbscript..etc.. If u know .plz..reply this...

Member Avatar for Taywin
0
65
Member Avatar for mrclark

i am creating a web-album for my site. what i am trying to do, is on the homepage, if a user clicks on a specific thumbnail, it will got to the album using a #image[number] tag. i have this code so far for changing the images based on the tag …

Member Avatar for mrclark
0
86
Member Avatar for debasishgang7

Hiii all.... I've been working on a project.. i have a problem when creating the menu of the website. The menu i'v designed is a sliding menu..bt its not the center of attraction. my problem is i wanna align the menu to the center of the page.. here i'm givin …

Member Avatar for Cool&Awesome
0
87
Member Avatar for isotope

Hi everybody, I'm struggling with the hoary problem of filling a page with css, even when the content doesn't reach the end of it. I've been digging through many posts, forum and mailing lists and found hundreds variations of the same few tricks, but didn't find an ultimate one. Since …

Member Avatar for Cool&Awesome
0
119
Member Avatar for dunnjoshua

I need to insert a PHP snipet from Next Gen Links so they can start the link building process for me. I am new to this Anyone have an answer for me?

0
63
Member Avatar for Abysinian

Hey, I'm doing a lot of work on my website, and changing from tables to divs for holding my images. At the moment, this is the code i'm using for the divs for my images in my CSS file: [code] #imgHolderLeft { float:left; } #imgHolderRight { float:right; } #imgCaption { …

Member Avatar for Abysinian
0
114
Member Avatar for nikita.chandra

Hi! how do i create glowing text using html and css. by writing the code given below i am unable to do the same. [CODE] <TABLE STYLE="filter:glow(color="red", strength=4)"> <TR><TD><center> TEXT GOES HERE</center></TD></TR></TABLE> [/CODE] Please help!

Member Avatar for teedoff
0
122
Member Avatar for ptemedia

Hi I have been searching many forums including this one and not found the answer to this anywhere (sorry if it has been and I have missed it) I have a drop-down list in my website. The user can use this to browse the categories and then select a product. …

Member Avatar for ptemedia
0
466
Member Avatar for TylerTCF

Can someone tell me why it might be that my Title 1 and Title 2 wrap in the table? This is a snippet of 130 titles, some are long, some are short. I want the title block to be a fixed length and nicely formatted. Any suggestions? Thanks in advance. …

Member Avatar for TylerTCF
0
140
Member Avatar for 1olga

Could anyone help and advise me on how to create a new sql database and then connect it to my html webpage. I would like to have a search window on my webpage with text search by Languages, Country or Services so as when a customer enters for example "french" …

Member Avatar for smantscheff
0
72
Member Avatar for NewOrder

how do i use code in html (i use dreamweaver) when i put a code ..what i get on my page: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Student student = new Student(); student.Name = "Dani"; student.Score = …

Member Avatar for NewOrder
0
154
Member Avatar for dineshcbe
Member Avatar for iLoveNoodle

what are the css properties i should look out for when styling for cross-browser consistency? or is there a good website that layout everything?

Member Avatar for drjohn
0
132
Member Avatar for thenvk

I am working on a simple tool for my office.We have a very huge database with 5000 tables. All the tables, Columns and their attributes are stored in to excel sheet. Tool I am designing is for mapping between front end and back end values. Now I will use an …

Member Avatar for Airshow
0
269
Member Avatar for ivan3510

Hi! Sorry for my bad english! I made an editor. When user passes mouse over the picture, the picture changes color ( Here's code: [CODE] <style> .button:hover{ filter:alpha(opacity=20); opacity=0.2; } .field{ background:#aabbcc; border:1px solid black; } </style> <fieldset class=field> <img src=blablabla.bmp class=button> </fieldset> [/CODE]) I want to make that, when …

Member Avatar for hielo
0
116
Member Avatar for knrakesh

Hello Friends, I am Rakesh, iam facing a problem regarding HTML in PHP page iam pasting the link of error can any one please tell the solution. [URL="http://screencast.com/t/yrFqDdsf"]http://screencast.com/t/yrFqDdsf[/URL] iam unable to understand why its comming so please tell the solution Thanks in Advance

Member Avatar for diafol
0
67
Member Avatar for edwoodt

hi, i'm entry level webdesigner- following the advice of youtube tutorial "rrphillps" of serverside includes. [url]http://www.youtube.com/user/rrphillips?blend=2&ob=1#p/u/143/9TrsRxFtgSA[/url] really simple stuff; the idea is to put all your hyperlinks in an ".inc" file and link all your webpages to it. but then he explains that your server needs to know to look …

Member Avatar for edwoodt
0
276
Member Avatar for simirnov

Hi all, I am a newbie in php and is developing a cms. I am verifying the email address of the new user when creating an account on a site. The email goes to the email address with activation code of the account, but this email is not having the …

Member Avatar for simirnov
0
802
Member Avatar for mushget

Im looking to make a css photo gallery. Very simple that can fit on one page, and has no javascript or anything fancy. It's for a school project and all we have learned is CSS and HTML coding.

Member Avatar for Ritesh_4
0
89
Member Avatar for navi17
Member Avatar for pritaeas
0
62
Member Avatar for ivan3510

Hi! Sorry for my bad english! I want to make HTML editor (editor with tags, like this on daniweb) with tables. Here's the problem: If user writes [TABLE], I made that this replace with <table>. If the user write, eg. [TABLE:BORDER=1;WIDTH:300;], it will change this to <table border=1 width=300> Here's …

Member Avatar for ivan3510
0
84
Member Avatar for RisTar

Hey I have a problem with background repeating and positioning in IE. For some reason the background of the header and the shadow underneath it is not repeating but there is another div tag inside of the header div tag and the background is repeating just fine! Help will be …

Member Avatar for ko ko
0
100
Member Avatar for boa

Hi, I am running into problems with creating a dropdown CSS/JS menu. The below code is a bare skeleton. My current goal is getting the submenus to be correctly placed under their corresponding menu. [ICODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>My Navbar</title> <style type="text/css"> #navbar …

Member Avatar for boa
0
325
Member Avatar for Bounty Hunter

I am filling a dropdown list and an HTML page with the contents of a MySQL database (the tablename is in the variable $tablename2). The file contains a single field, "BusinessCat", with 20 or so unique records. The code below is an attempt to display every category on an HTML …

Member Avatar for diafol
0
349

The End.