2,272 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for disposable_zero

I was screwing around doing some brain storming on an idea for one of my web pages when I accidently hit save. That wouldn't be an issue except it saved the changes I made to my style.css as well! Now all my text is the wrong size and is drifting …

UI / UX Design html-css web-design
Member Avatar for disposable_zero
0
86
Member Avatar for LloydFarrell

Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; …

Member Avatar for LloydFarrell
0
190
Member Avatar for RoyalElite96

Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance!

UI / UX Design html-css web-design
Member Avatar for brynFlew
2
150
Member Avatar for sagive

Hey guys.. i got this kind of div structure (Hebrew website) [CODE] <div id="main" style="background: #ffffff; padding: 20px;"> <div id="sidebar" style="float: right;"> actuall sidebar </div> <div id="pagecontent" style="float: right"> some content </div> </div> [/CODE] My problem.. The contact inside the content / sidebar isn't stretching the "main" div and so.. …

UI / UX Design html-css web-design wordpress
Member Avatar for sagive
0
191
Member Avatar for disposable_zero

What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of …

UI / UX Design web-design
Member Avatar for disposable_zero
0
151
Member Avatar for dsmush

Hi I have been trying to remove certain items from the admin bar which appear at the top of all WordPress pages. I've managed to remove the 'visit' menu from it by reading a forum elsewhere and editing CSS but I have had no luck with researching how to remove …

UI / UX Design web-design wordpress
Member Avatar for Kraai
0
314
Member Avatar for debasishgang7

How can i make a div tag which will Re size vertically depending upon the Text length of the this tag..??

UI / UX Design web-design
Member Avatar for debasishgang7
0
103
Member Avatar for Julia25

Ive made a simple css but i dont know why the div go down if i make the width of style #ID_Number more that 251px really weird! [URL=http://img543.imageshack.us/i/weirdk.jpg/][IMG]http://img543.imageshack.us/img543/1089/weirdk.jpg[/IMG][/URL] [CODE] <style type="text/css"> #CONTENT { height: 222px; width: 421px; background-color: #E8E8FF; } #B8 { height: 25px; width: 200px; float: left; clear: both; …

UI / UX Design web-design
Member Avatar for Julia25
0
71
Member Avatar for SolidSolutions

[url]http://www.gwftn.org/frame.html#projects[/url] In the bottom left of the content of the page is a link for "virtual prayer walk". If you click on that, an iframe is displayed. In other browsers, you can navigate the iframe just fine (using the go forward/ go backward links). In IE, it does not change …

UI / UX Design html-css web-design
Member Avatar for SolidSolutions
0
168
Member Avatar for brynFlew

I have a table and need 2 rows merged horizontally, come somebody help me do this i seem to be having some difficulties. Here is my source and a screen attached. The green line in the image is where i want to split the cell. Thanks [CODE] <table id="dataTable" cellspacing="0" …

UI / UX Design web-design
Member Avatar for fcvolunteer
1
170
Member Avatar for fcvolunteer

I've made a nav menu for my site but I've now been asked to turn it into a dropdown menu. I'd like to make it a horizontal submenu and after giving it a try on my own I found a wysiwyg program that lets you design it and spits out …

UI / UX Design web-design
Member Avatar for fcvolunteer
0
89
Member Avatar for MrCapuchino

Hello, I have a .jsp file linked with a css file, normally I will put resize:none; to the textarea in my form to stop chrome or safari putting a resize handle on it. The thing is I cannot get it to work I don't know if it is because I'm …

UI / UX Design html-css web-design
Member Avatar for MrCapuchino
0
154
Member Avatar for dsmush

Hi I'm trying to get the labels of my form to appear above their input boxes and for the input boxes themselves to be side by side (basically a horizontal login form) I've used the label tag in my form after doing some research which looks like: [CODE]<form> <label for="email">Email</label> …

UI / UX Design display html-css web-design
Member Avatar for dsmush
0
13K
Member Avatar for ThirstyGlen

Hi, I recently built a new html site and it looked great in FF, Chrome, Safari, and IE8. When I view the site in IE9, it expands vertically, leaving spaces between the images and generally destroying the page layout. I don't know if this is an issue with my html …

UI / UX Design web-browser web-design
Member Avatar for ThirstyGlen
0
155
Member Avatar for caltech

it's not the browser because it's working on another page; tried configuring the link and then removing it even, didn't work. so I really don't know. NickelHeroes.com, under "Collaborators", "Our Collaborators". Testing it on Lionel. What the hell is wrong. You can look up the code quick if you want, …

UI / UX Design web-design
0
94
Member Avatar for Joshua Kidd

Hello all, I was just wondering if there is any possible way to do this: Have a user webpage, and a receiver page, and a status page. user page= Form with text Boxes and Submit button. the submit button sends the data to the Receiver page in a table. The …

UI / UX Design first-post web-design
Member Avatar for Joshua Kidd
0
134
Member Avatar for daviddoria

Is there a way to make a string variable in "normal" html (that is, not inside of a <script> tag)? I want to do something like [CODE] Number='005' <a href="http://domain.com/"+Number+".html">my link</a>[/CODE] Is this possible? Thanks, David

UI / UX Design web-design
Member Avatar for daviddoria
0
104
Member Avatar for skald89

Could i put all this info in a css file and still code [CODE]<div id="submenu1"> </div>[/CODE] if yes how? [CODE]#submenu1 { position:absolute; top:530px; left:167px; width:auto; } #submenu2 { float:right; position:absolute; padding-left:10px; border-left:thin; border-left-color:#000; border-left-style:solid; border-left-width:thin; top:530px; left:487px; width:auto; } #submenuline { position:absolute; width:525px; top:535px; left:167px;[/CODE]

UI / UX Design html-css web-design
Member Avatar for skald89
0
83
Member Avatar for skald89

[CODE] a:link { color: #000; text-decoration: none; } a:visited { color: #000; } a:active { font-weight: bold; } [/CODE] How do i get the active link to remain bold and not only become bold when I click on it? What happens now is when I click the link it become …

UI / UX Design html-css web-design
Member Avatar for MagicMedia
0
3K
Member Avatar for tcollins412

i need somebody's help with the style of navigation bar i should use. if anybody can help please tell me.

UI / UX Design web-design
Member Avatar for Kraai
0
142
Member Avatar for rannamaa

Hello. Experiencing validadion error when i validate at [url]http://validator.w3.org/#validate_by_input[/url]. The affected area is this. [CODE] <form id="menu" name="nav_old_notes" action="onClick"><span>Välj vilket protokoll du vill se.</span> <select name="old_notes"> <option selected="selected">Välj mÃ¥nad!</option> <option value="protjan.odt">Januari</option> <option value="protfeb.odt">Februari</option> </select> <input type="button" onClick="location=document.nav_old_notes.old_notes.options[document.nav_old_notes.old_notes.selectedIndex].value;" value="Visa"> </form> [/CODE] The validator says that onClick is not an atribute and …

UI / UX Design web-design
Member Avatar for rannamaa
0
77
Member Avatar for McLaren

Hi, In [URL="http://www.w3schools.com/tags/att_standard_id.asp"]http://www.w3schools.com/tags/att_standard_id.asp[/URL] it is written that: [QUOTE]The id must be unique within the HTML document.[/QUOTE] What if I make them equal? I often use id for numbers of objects in database, e.g. id = 5 They are in deffierntent containers, for example [CODE] <div class = "x"> <div id …

Member Avatar for McLaren
0
94
Member Avatar for welkam

[url]http://78.62.176.40/[/url] [url]http://78.62.176.40/wordpress/[/url] I am trying to make wordpress template out of regular html template and i dont understand why div id"contetn" is not changing its height according to content that it is inside. I dont think that wordpress has something to do with this.

UI / UX Design web-design wordpress
Member Avatar for welkam
0
67
Member Avatar for jackparsana

hi, please help me. i have one html page div show on click and for hide click to somewhere else in the page. please help me thanks in advance. jack

UI / UX Design html-css web-design
Member Avatar for floatingDivs
0
164
Member Avatar for Nfurman

Hello this is my CSS: [CODE] div#menu { width:680px; height:30px; position:absolute; top: 300px; left:300px; } #linkbar { list-style:none; margin:0; padding:0; } #linkbar a:hover { background-color:#CCCC00; color:Black; } #linkbar a:visited { background-color:#CC6600; color:White; } #linkbar a:visited:hover { background-color:#CCCC00; color:Black; } #linkbar a { behavior: url(/css/border-radius.htc); border-radius: 10px; display:block; float:right; margin:3px; background-color:#006600; …

UI / UX Design html-css web-design
Member Avatar for Nfurman
0
145
Member Avatar for hushtalk

i have had a problem with a searchbox found on 99lessons , it is a facebook like searchbox everytime i made a search, the results came up, but the frame below moved(if u know facebook, the results should show over the frame underneath) i fixed it with some css, this …

UI / UX Design html-css web-design
Member Avatar for hushtalk
0
132
Member Avatar for bigwhiteegg

hi here i just started learning HTML & CSS couple days ago so please help me out :) what I'm trying to do here is to show a little box/window when the user moves his/her mouse to the designated point in my case it is a city(that will be in …

UI / UX Design display html-css web-design
Member Avatar for teedoff
0
106
Member Avatar for moonL!ght

hi im going crazy i dont know why the style sheet dose not affect the navigation bar while it dose for other elements...pleas can any one break the buzle.. this is part of the style sheets that relates to the navigation bar: [CODE] .nav li{padding: 5px 10px 5px 10px; margin-left:10px; …

UI / UX Design web-design
Member Avatar for moonL!ght
0
207
Member Avatar for niche1

My script displays two rows of boxes three boxes wide. Why is the center box of the second row high? I need it to be even with the left and right box. [CODE] <html> <head> <style type="text/css"> div.ex { width:720px; height:985px; margin-bottom:0px; padding:0px; border:5px solid gray; } div.adv_topleft { float:left; …

UI / UX Design html-css web-design
Member Avatar for niche1
0
103
Member Avatar for jrotunda85

I think I'm having a blonde moment because I can't seem to get the bit of CSS/HTML working. When I make changes to the code such as cellpadding and cellspacing in the table attribute, it doesn't do anything to the form itself. I've even tried changing something like BGCOLOR and …

UI / UX Design html-css web-design
Member Avatar for teedoff
0
168
Member Avatar for sagive

i got a problem with this site: [url]http://www.unitext.co.il/translations-services/[/url] only with internet explorer.. i fixed must of the problems but still got a weird Horizontal Scroller i can find the reason to Please help :?:

UI / UX Design html-css web-design
Member Avatar for sagive
0
160
Member Avatar for fcvolunteer

Hi, I'm new to this forum and need a little bit of help. I made a site using tables rather than css for the format but when it wasn't showing up correctly in different browsers and screen resolutions I decided to fix it (with help from some people who know …

UI / UX Design html-css web-design
Member Avatar for fcvolunteer
0
257
Member Avatar for RoyalElite96

Hello everyone, I am redesigning a website and I want to change the background color of a PNG (with transparent pixels), when clicked. Apparently, my only half of the background is changing. HTML: [CODE] <a href=""> <img src="Images/logo.png" alt="Logo" style="display: block; margin-bottom: -4px; border: 0px;"/> </a> [/CODE] CSS: [CODE] a:link …

UI / UX Design html-css seo web-design
Member Avatar for abyss776
0
166
Member Avatar for epicrevolt

So I am making a Drupal website and was wondering what would be the best way of auto-adding images in front of certain phrases. like if someone types "press start" it will automatically add an image in front, like the Microsoft tutorials. No, I am not making a site for …

UI / UX Design image ui-ux web-design
Member Avatar for epicrevolt
0
95
Member Avatar for thekitoper

I am still a newbie to html and css, seeing as I have been working with c++ and python for quite so time, and have been having trouble with the div tag. Whenever I decalre a div tag and make the background-color: black it tends to go across the screen, …

UI / UX Design html-css web-design
Member Avatar for thekitoper
0
123
Member Avatar for rwalkerfla

SNIP I don't know what I did, but I simply editing a post to add a second photo, and then the featured gallery stopped working. I have went into style.css and reuploaded the default code and still not working. Please help. I did a check on firebug althrough i really …

UI / UX Design web-design
Member Avatar for rwalkerfla
0
62
Member Avatar for anirban1087

Hi, I would like to take a printout from my system, after the user give some input. But I don't like to take printout of the form, I just like to have the form data in some other format. How to do that? I am using PHP & MySQL for …

UI / UX Design web-design
0
57
Member Avatar for new_developer

hi there, If i made flash banner in Adobe Flash CS4, how we add it in website which is based on html and CSS. Thanx

Member Avatar for trancewebdesign
0
236
Member Avatar for JamieLynnSEO

Is there an easy way to figure out which doctype is the correct type when using the [url]http://validator.w3.org[/url] validator?

UI / UX Design web-design
Member Avatar for JamieLynnSEO
0
106
Member Avatar for saucy6969

Updating current website using a free template found online. Need to change the logo graphic...love the font, just need to change the wording. Have tried numerous times with my lack of photoshop knowledge. My attempt just made me laugh in all it's ugliness and non-resemblance to the original. (thats how …

UI / UX Design multimedia web-design
Member Avatar for saucy6969
0
154
Member Avatar for DarkBerzerk

Hey guys, i was making some thing easy and small and I've made it many times ago, i want to make Div tag with width 670px and insite it two Div tags as 2 golumns the left 400px and the right 370px.. [CODE] <div class="bulb_body"> <div class="left_column"> <p>This is test …

UI / UX Design web-design
Member Avatar for DarkBerzerk
0
134
Member Avatar for AndreRet

I have a main page where the user will select an image between 32 others. Each image has its own category. I then need to open my Categories php page (no need to have 32 I'm sure), where the image selected will display THAT images categories. I have no idea …

UI / UX Design web-design
Member Avatar for AndreRet
0
143
Member Avatar for patuie

My fly out menu hides behind an image on the web page. HTML /* menu */ /* common styling */ .menu {font-family: arial; font-size: 14px; width:200px; position:relative; margin: 5px;} .menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:170px; text-align:left; border:1px solid #000; border-width:1px 1px 1px 1px; background:#FF9933; …

UI / UX Design html-css image web-design
Member Avatar for patuie
0
141
Member Avatar for ovidiu_b13

hello, is there any way to view only a part (portion) of website A in website B. For example, I want on my site to put a small div in which to see only the price of that object, so that the price i see is always the current price.

UI / UX Design html-css web-design
Member Avatar for ovidiu_b13
0
142
Member Avatar for AndreRet

I am loading text from a text file into my page. This all works fine, but it loads the text as one paragraph and not in separate lines, line breaks or paragraphs. How can I achieve the line breaks to load the same as is the text in my text …

UI / UX Design web-design
Member Avatar for AndreRet
0
160
Member Avatar for ggeoff

Hi I have a client who wants to provide me with Microsoft Publisher documents to add to his website. The material will be added via a content management system. I can't just select all and paste into the CMS so I have saved a copy of the Publisher document as …

UI / UX Design image ui-ux web-design
Member Avatar for ggeoff
0
198
Member Avatar for HelenLF

Hi, I am hoping someone can help me with this. I have a div which stretches the width of the web page which is 5px high and an inner div which is 1000px wide, also 5px high, and centred. Both divs have an x-repeating background image. In all browsers this …

UI / UX Design web-design
Member Avatar for HelenLF
0
76
Member Avatar for scottloway

Wanted to share this with the group (though it may not be news for you all); this morning I ran into an issue I didn't even consider possible until now. We found that a particular .jpg image would render in FF, Chrome, etc, but NOT in IE. As it turns …

UI / UX Design multimedia web-design
1
121
Member Avatar for JamieLynnSEO

Making a layout in photoshop, splicing image... How can you use a photoshop layout to benefit you in terms of SEO? Other than image alt tags and url's of course. Is this ALWAYS a bad idea?

UI / UX Design adobe seo ui-ux web-design
Member Avatar for anderson1234
0
209
Member Avatar for AndreRet

I can validate the captcha successfully, but when I set the button property 'Action' to 'Submit form, the captcha does not work, nor does the validation on username and password. When I set it back to 'None", Captcha works, Data not validated. The code below is quite long, but it …

UI / UX Design mysql php web-design
Member Avatar for AndreRet
0
158

The End.