1,464 Topics

Member Avatar for
Member Avatar for Tyrone.Wilson

I am very new to CSS and HTML. I have built a static demo version of a site that I want to build. my site looks great in Chrome, not as great in firefox and absolutely terrible in IE8. I thought I was using standard CSS styling but it seems …

Member Avatar for twiss
0
192
Member Avatar for ciokhan

hello i need one of 2 things. either to make a table which changes its background color to black when the mouse enters the table and when the mouse is out, the background color should be transparent again OR i want a table with permanent transparent color like this site …

Member Avatar for twiss
0
232
Member Avatar for Joe34

Hello take a look at my code then I'll tell you what error I get... [CODE]var Top = document.getElementById("topmargin").value; var Left = document.getElementById("leftmargin").value; var Background_Color = document.getElementById("backgroundcolor").value; var Border_Width = document.getElementById("borderwidth").value; var Border_Type = document.getElementById("bordertype").value; var Border_Color = document.getElementById("bordercolor").value; var num = id+1; var new_id = "a"+num; document.getElementById(new_id).style.top = Top; …

Member Avatar for Joe34
0
155
Member Avatar for fadliraihana

i cant seem to solve this. how do i change the cell background color using php? this is what i got; <tr> <td ><span class="style2">1</span></td> <td >PERAK IP-F002</td> <td bgcolor=<? if($a1==1) echo "#00ff00"; else echo "#ff0000"; ?>>&nbsp;</td> <td bgcolor=<? if($a2==1) echo "#FF0000"; else echo "#00FF00"; ?>>&nbsp;</td> <td bgcolor=<? if($a3==1) echo …

Member Avatar for vibhaJ
0
208
Member Avatar for indianbaski

Dear All, Hi.. I need help… Multicolumn text flowing through multipage sliding, should calculate total column, gap, text size, image size for different browser. To be control with Previous Page & Next Page. At the ending of story the next Page sliding should stop. Please give me suggestions how to …

Member Avatar for indianbaski
0
114
Member Avatar for webPgmmr

I am using css dropdown menu for the first time.. however the dropdowns simply dont seem to work.. please help.. heres the code: .bg {background: url(images/button4.gif);} .menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; } .menu li.top {display:block; float:left; position:relative;} .menu li a.top_link …

Member Avatar for noelpasia
0
175
Member Avatar for metalix

Hey guys!! been a while since I posted here, but thought I'd post this question here cause it is driving me insane!! Basically, if the condition returns true, then that part works. but if it's false, neither part works. If I put the content from the else after the <script> …

Member Avatar for Airshow
0
165
Member Avatar for Thyvo

Hello, First of all, don't kill if I posted this in the wrong section. I'm trying to find a decent tutorial for the HTML 5 drag and drop upload. I have allready searched hours before but could'nt find a decent tutorial. Basicly what I want is a drag and drop …

Member Avatar for Thyvo
0
135
Member Avatar for gruebz

Hi all, I'm using Dreamweaver 8 and I am very proud of myself that I managed to work out how to create a Navigation Bar with a Drop Down using the Show Pop Up window feature. However, that only gives me one level of drop down and I was wanting …

Member Avatar for Jollyyy100
-1
243
Member Avatar for tycoonz

Hi I really like the drop down that I found on [url]http://www.scriptiny.com/2008/04/sli...dropdown-menu/[/url] I have 4 Menus and when I add this this flows over the logo. The size of each menu is in fact too big. When I tried to alter this the size of sub-menus stay the same and …

Member Avatar for tycoonz
0
147
Member Avatar for exotic_ang

I've encountered a problem with boxes. I have set 3 boxes and alligned them perfectly. Once I add the border to the boxes, they misalign! with his code, the 3 boxes are as image1.jpg (attached) #boxgrey { background-color:#999; width:220px; height:200px; border-radius: 1.5em; -webkit-border-radius: 1.5em; -moz-border-radius:1.5em; position: relative; margin: 30px 275px; …

Member Avatar for exotic_ang
0
79
Member Avatar for WigglesMcMuffin

I'm trying to create a website, and I'm currently having a little CSS trouble with getting the website to flow and respond well to resizing and different screen sizes. Currently I have posted it at: [URL="http://wigglesmcmuffin.kodingen.com/"]my kodingen site[/URL] Anyway, if you go there you may notice that 1) my content …

Member Avatar for WigglesMcMuffin
0
177
Member Avatar for kimmi_baby

I have a details view which allows users to create, edit, delete and view the table. I'm having an issue with the styling. When the user views the table and goes from 1 entry to the other, the width of the left column (Title, Description etc) change depending on the …

0
78
Member Avatar for kimmi_baby

Hi, I have a literal control in my code used to display the Welcome text message when a user is logged in. I'm having an issue with this because I would like to position it in a different place using an external style sheet. Is it possible to do this? …

Member Avatar for kvprajapati
0
254
Member Avatar for exotic_ang

Hi guys, I have a small prob with my site. Im new to this as this is my very first website and I cant seem to get this right. I added the jquery nivo slider to my site. When I set the margin to 90px, it comes good horizontally but …

Member Avatar for exotic_ang
0
103
Member Avatar for Joe34

I found this code on some really awesome website, but I'm trying to change it up a little. As you can see a light box pops up after clicking the link. I want to make it where the light box automatically pops up without clicking the link? How? Thanks in …

Member Avatar for twiss
0
245
Member Avatar for Loopster

Hey everyone, Has anyone found the best html/css solution for creating a fluid background image on a website? That's to say: 1. Background image to fill the screen no matter of the size of the screen 2. Keeping image size smaller so as to have fastest load time 3. cross-browser, …

Member Avatar for twiss
0
97
Member Avatar for ashley2011

Will someone please help me out in javascript, jquery, and css? I really want to use this menu at this web page: [url]http://designreviver.com/tutorials/jquery-css-example-dropdown-menu/[/url] However, I would like to have this menu as a multi level menu. Currently it is two level. How to make this menu as three or four …

Member Avatar for twiss
0
52
Member Avatar for SgtMash

I've got the most annoying and strange issue with a the website I'm developing here: [URL="http://www.lisabmagdalena.co.uk/new2/template.html"]http://www.lisabmagdalena.co.uk/new2/template.html[/URL] When the page initially loads into IE 9 it looks as it should, right down to the radiused borders, but if I hit F5 and refresh the page it immediately breaks the layout & …

Member Avatar for twiss
0
163
Member Avatar for SgtMash

Hi Guys I am trying to create simple rounded corners - which I thought IE9 was supposed to now support, BUT for some reason it STILL doesn't seem to work. I know there are plenty of work-rounds, BUT am I doing something wrong? I have this: [CODE] #footer{ clear:both; padding:10px; …

Member Avatar for SgtMash
0
142
Member Avatar for kained

The code i'm using is fine in firefox and chrome but ie is keeping the bullet point as black. Anyone know how i can hack round it? [CODE].rightpane ul , .contentpane ul { padding:0; margin:0; margin-left:15px; text-align:left; list-style-type:disc; color: #007dc3; } .rightpane ul li:first-line , .contentpane ul li:first-line { color: …

Member Avatar for gogreen1
0
170
Member Avatar for maofree

Hi to all I have a little problem with a menu (I use superfish) all the item are link and without any problems, but I don't know how to configure a item (it's a span, not a link). I want to display that span like a button, but padding works …

Member Avatar for maofree
0
123
Member Avatar for ari$av3s

Hi, guys! I started prototyping this site a little while ago. Some of the code may be a little bit ugly, but I'm cleaning it up as I go along. I spent a very long time doing flash sites and I am trying to brush up on my css. So, …

Member Avatar for ari$av3s
0
185
Member Avatar for caswimmer2011

Hi, I'm trying to set a background image of a JFrame. I researched on google but i haven't gotten anything to work. My idea is to make monopoly with the board in the background and have the pieces move around on top of the board. Thanks in advance

Member Avatar for Ezzaral
0
110
Member Avatar for genius_cd

Hey Guys, I've been searching a lot! and months for a solution for that specific problem !! please help . if anyone can figure it out! :S:S i have that code: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Digital Surveillance system</title> <link rel="stylesheet" …

Member Avatar for Arkinder
0
141
Member Avatar for Sinderone

I am trying to do something like a popout and am not sure how to do that or just a text box that will do a transition from a word to the box on hover. I would like to do this in css/3 if I can. Will any one help …

Member Avatar for Sinderone
0
173
Member Avatar for CobRalf

Hello everybody ;) I have written a kind of css (pre)-processor in PHP, and it uses the GET-method to acces to the file: HTML: [CODE]... <link rel="stylesheet" href="css.php?file=style.css" /> ...[/CODE] PHP: [CODE] ...$pss=file_get_contents("css/".$_GET["file"]); ...[/CODE] My problem is now, if a user types something like "css.php?file=../index.php", he gets the source codes …

Member Avatar for CobRalf
0
136
Member Avatar for t_anderson

hi i'm using this inline modal window [CODE] <style type="text/css"> #fade { /*--Transparent background layer--*/ display: none; /*--hidden by default--*/ background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999; } .popup_block{ display: none; /*--hidden by default--*/ background: #fff; padding: 20px; border: 20px solid …

0
85
Member Avatar for smantscheff

Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where …

0
103
Member Avatar for Joe34

Okay, I have the content area of my Wordpress blog theme I'm creating. I want the content area to at least have a height of 600px, but if more content comes then I would like the height to change to what ever is necessary. So 600px automatically, but continue expanding …

Member Avatar for zizuno
0
156

The End.