6,574 Topics

Member Avatar for
Member Avatar for HLA91

Hi everyone I was using this CSS template for my site but when I tried to add a background to the navbar the picture only appeared in between the links not behind them. I have tried removing the hover and a:link and a: visited but it doesnt make any difference. …

Member Avatar for MidiMagic
0
62
Member Avatar for MidiMagic

I had a strange thing happen in IE when I tried to apply multiple styles to td tags: [code] td {padding: 2%; vertical-align: middle;} [/code] Applying the padding style removes the vertical-align style in IE. It works correctly in Firefox. I found a fix: Put a div inside each td, …

Member Avatar for MidiMagic
0
81
Member Avatar for tmv105

I can't figure out why my liquid layout approach is working with one of my rows and not for my other. Here is the css I'm using...it works for the row3col1 and row3col2, but not for the row2col1ycaaa and the row2col2ycaas(here it doesn't float my information. #row2col1ycaaa { margin-top: 10px; …

Member Avatar for MidiMagic
0
99
Member Avatar for seabob

Hello all, I am new in the world of html so I am sorry if this question is gonna sound noobish to you but I really need help. I have seen that many sites are connected with their forum database and automatically update their news for example simply by retrieving …

Member Avatar for Dsiembab
0
154
Member Avatar for anitha2324

am doing a displaying some data in asp ( data is retreived from the oracle database) the data are displaying as the following income 152000 5200000 8754631 but i just want to display the above with a comma separator like the following income 152,000 5,200,000 8,754,631 how i can do …

Member Avatar for Phaelax
0
155
Member Avatar for alienlinux

Hi all, I'm new to css and html too for that matter. this is my html so far:- [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>AlienNet Public Access Gateway</title> <embed src="audio/thunder3.wav" autostart="true" loop="false" width="0" height="0"></embed> <link rel="icon" type="image/png" href="http://alienlinux.homelinux.net/images/alien.png"> <link rel="stylesheet" href="mystyle.css"> </head> <ul class="banner"> test </ul> …

Member Avatar for alienlinux
0
112
Member Avatar for Pim

I have this piece of CSS code: [code] body { background-color: #000000 } ul { float:none; width:20%; heigth:0%; padding:1; margin:0; list-style-type;none; vertical-align:text-top; align: left } a.links /*Links is the class here*/ { float:none; width: 10% text-decoration:none; color:white; background-color:purple; padding:0em 0.6em; border-right:0px solid white; } a:hover {background-color:#ff3300} [/code] And this piece …

Member Avatar for GreenDay2001
0
127
Member Avatar for ReeciePoo

Im using the MS HTML Object Reference to do this [CODE] <a href="stockmarket.phtml?type=buy&ticker=VPTS">VPTS</a><br> <a href="stockmarket.phtml?type=profile&company_id=126"><font size=1>(profile)</font></a> </td> <td align="center"> 9 </td> <td align="center"> 9 </td> <td align="center"> <font color="black"><b>0</b></font> </td> <td align="center"> 1,000</td> <td align="center"> 15,000 </td> <td align="center"> 9,000 </td> <td align="center"> <font color="red"><b><nobr>-40.00%</nobr></b></font> </td> [/CODE] Ok i need …

Member Avatar for ReeciePoo
0
111
Member Avatar for ReeciePoo

Ok im trying to grab the information after [code]<input type="text" name="[/code] and before [code]" value="">[/code] so that it only grabs the information name="" holds Any one offer assistance as to how i do this?

Member Avatar for ReeciePoo
0
134
Member Avatar for vssp

hi friends I have run the php page this page liste some hyper link. When i click the hyper link new page open in new window. Then i have select some values in new window ,,selected valueas are pass on old php page. Generaly we use pass the vlaues old …

Member Avatar for smalldog
0
271
Member Avatar for rariti

Moving a site over from transitional to strict doctype. And Firefox is not displaying the CSS. I have spent hours trying to solve it, without any luck. I usually do build for FF first and IE last, but it was always transitional, because I was more forgiving when doing complex …

Member Avatar for rariti
0
199
Member Avatar for neomase

Hi Guys, I have just had a webdesigner sort out a layout for my eSports team, but its a half-bodge-job and hes lieft me with a horrible CSS and only part-updated graphics (new ones by myself) now the top banner is basically the colour scheme using the black from the …

Member Avatar for MidiMagic
0
131
Member Avatar for Dsiembab

I have a webpage and in my html the container holds the sidebars and the content2 I have put a 3columnX8row table instead of a million <div>s I was wondering how I could make the data cells scroll vertically in my css intead of a million <div>s. well actually 12 …

Member Avatar for MidiMagic
0
187
Member Avatar for HLA91

Hi This is the first time I have had any need to use css and I am confused. I want to make the border of my table dashed and I managed to do so but how do I keep the colour of the border the same (before it was #cc3300 …

Member Avatar for azzu5
0
121
Member Avatar for bgagan911

Hi there guys..!! Well what I'm looking for is.. [IMG]http://www.dynamicdrive.com/forums/images/smilies/biggrin.gif[/IMG] Basically I want to have an HTML POP-UP Window, which would contain a FLASH File of the RESOLUTION "800x622". I want to have Google ads on both sides and at the bottom too. It's easy to define a layout for …

Member Avatar for bgagan911
0
130
Member Avatar for Diego1029

Hi! i have put some html files in my jar file,but i cant open the html files when i un the jar file.what should i do?

Member Avatar for Diego1029
0
64
Member Avatar for ReeciePoo
Member Avatar for ep2002

Hi All, Someone just told me that if you name your pages .php, it hinders your rankings. Is that true? Thanks Michelle

Member Avatar for stymiee
0
215
Member Avatar for bhavna_816

I am accessing MS Outlook Folders through VB.NET console application through Command Line Arguments.The mails are displayed in HTML table format. I am displaying all mails once at a time.I want to display it as page like first 10 items at once and rest 10 after clicking the link button …

Member Avatar for veerendranath_d
0
227
Member Avatar for obscured47

Hey, sorry if this is a really stupid question but i'm a bit in a hurry, got this coursework due tomorrow and i realised there are some problems with my code. I have a text area where the user can type a message and change the font-family, font-style, font-size etc …

Member Avatar for MidiMagic
0
87
Member Avatar for stumaca

Gidday I have a single Array of items (total number of items in array would be variable) that i want to display in a table like format i.e. [code=html]<table> <tr> <td>ArrayVar[0]</td> <td>ArrayVar[1]</</td> </tr> <tr> <td>ArrayVar[2]</</td> <td>ArrayVar[3]</</td>[/code] etc... or [code=html]<div style="float:left">ArrayVar[0]</div> <div style="float:left">ArrayVar[1]</div>[/code] etc... How can I generate this in VB.net …

Member Avatar for f1 fan
0
226
Member Avatar for jumpink

I am looking to have nine images in three symmetrical rows. Right now I can format two rows with this coding. .splitright { background-color: #FFFFFF; width: 49%; float: right; overflow: hidden; } .splitleft { background-color: #ffffff; width: 49%; float: left; overflow: hidden; } How can I get a middle row …

Member Avatar for MidiMagic
0
81
Member Avatar for nathanpacker

I have a script sending out an email to some users, and I was going to try to use CSS to format it, until I found out it's nearly impossible. So I have 2 questions. 1. Is it possible to use CSS in email, and ensure everyone can read it? …

Member Avatar for pty
0
177
Member Avatar for vexhawk

I was just wondering if anyone knew how to fix the UL and LI hierarchy problem in css with tabmenus. I wanted the border under my featured tab to disappear but it doesnt work well in IE. Please have a look; if you look at this code in Firefox it …

Member Avatar for vexhawk
0
101
Member Avatar for inovice

Hi I am badly stuck at my layout due to Adsense... I Have prepared the following website using html and its all well till I dont insert Google ads. Can anyone tell me where I need to make changes? Will be really grateful...!! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

Member Avatar for lahure_dai
0
94
Member Avatar for VanPetrol

In the page you will see a div called div_topbanner. I want to load a flash in there. But I bet I messed up with the css a bitbecause the dimensions of header get a bit messed up when resizing the window. Also it's "higher" in IE (7) than FF. …

Member Avatar for MidiMagic
0
106
Member Avatar for mikesowerbutts

hello, I am building a mysql/php/javascript based online timesheet system which allows users to assign themselves predefined projects and then select one of the projects assigned to them and add hours for a particular date to the database - i can get the add to work fine, but i need …

Member Avatar for digital-ether
0
5K
Member Avatar for jatinder kumar

<snip> [COLOR=#000000] [/COLOR][COLOR=#000000]YES No[/COLOR] [COLOR=#000000]How to write code in HTML To Draw a box containing YES & NO in small boxes within main box .[/COLOR]

Member Avatar for stymiee
0
45
Member Avatar for John A

Hello all, This is a relatively simple problem I ran into when designing my site, so hopefully you can help me out here. I have a div like so (for example): [code=html]<div class="box">testing</div>[/code] And here's the CSS: [code=css].box { margin-left: auto; margin-right: auto; width: 50px; color: red; background-color: blue; }[/code] …

Member Avatar for John A
0
173
Member Avatar for kained

Right. I'm designing a site and I at the moment have a very basic nav bar on it. What i want to do is take out the underlines for the links and put an icon next to the text(like a bullet point) for some reason it isn't working, anyone feel …

Member Avatar for kained
0
90

The End.