2,272 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for Elehas

Alright I have a major issue here that has stumped me all weekend. A site i'm working on displays correctly in firefox but incorrectly in Safari, Chrome and IE. Don't worry about Internet Explorer. Weird thing is how it is displaying incorrectly. When you click on content or a link …

UI / UX Design display web-browser web-design
Member Avatar for teedoff
0
137
Member Avatar for 802designs

I am working on a web designs which can be seen at [URL="http://www.vtjazz.org/new-home-page/index.html"]http://www.vtjazz.org/new-home-page/index.html[/URL]. The layout looks the way we want it and is fine when the browser window is enlarged. However, if the window is made small than the content area things get strange. What I want to happen is …

UI / UX Design web-browser web-design
Member Avatar for teedoff
0
100
Member Avatar for vedro-compota

Hello! Whether who will prompt css-property which certain div to be stretched on веритекали in conformity c in the size containing in first div (which sizes are defined in pixels)... In advance I thank.))

UI / UX Design web-design
Member Avatar for vedro-compota
0
165
Member Avatar for myk45

Hello, im very new to Web development. i recently intalled the Apache server on my machine running Linux(Ubuntu 9.10). i downloaded the Apache server. But, in order to run the html documents via the server, we need to place it in the /var directory right? But im denied that permission. …

UI / UX Design apache ubuntu web-design
Member Avatar for myk45
0
52
Member Avatar for NewOrder

how can i quote all this in code . so that html wont see it as commands.. [CODE]<html> <head> </ head> <body> </body> <html> </pre> </body> </html>[/CODE] i wont to qoute those commands in my page

UI / UX Design web-design
Member Avatar for Biome
0
119
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 = …

UI / UX Design html-css web-design
Member Avatar for NewOrder
0
157
Member Avatar for fuston05

im using a simple text input form. and the "value" is a default.. such as saying "title" in the title text feild to let users know this is where you enter your title. How can i make this default text disappear when a user clicks in text box to make …

UI / UX Design web-design
Member Avatar for fuston05
0
128
Member Avatar for robertmacedonia

Hello to all, I am building an application in AS3 that loads swf files using UILoader. Each swf file has its own sounds included and the problem is that when I load the files - I load them all at once, and I need to show one at a time, …

UI / UX Design multimedia web-design
0
88
Member Avatar for SolidSolutions

I have 3 DIVs I'm floating left so they all line up in columns. The middle (2nd) DIV is a separator. The outer DIVs are the main content and I have set each of their width to 49.5% and the middle separator DIV to 1%. FF and IE seem to …

UI / UX Design web-design
Member Avatar for almostbob
0
149
Member Avatar for teedoff

Not sure if I should post this here. But I know you can create rollovers to display image "popups" using jQuery. I'm sure there are some drawbacks to using this method, such as the drawbacks to using javascript in general...ie people turning off js and such. My question is this: …

Member Avatar for Ritesh_4
0
85
Member Avatar for stonest123

I've just started styling a website that i've designed but i have hit a problem straight away. that problem is that when i create a div for all my content to go into and try to give it a background color, it doesn't do anything, and if i give it …

UI / UX Design html-css web-design
Member Avatar for pakishpk
0
402
Member Avatar for TLCJohn

Hi there, Is there a workaround for -moz-border-radius: and -webkit-border-radius: which will then be validated by W3C CSS? Thanks for your help. Kind regards John

UI / UX Design web-design
Member Avatar for diafol
0
118
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 …

UI / UX Design html-css ui-ux web-design
Member Avatar for boa
0
333
Member Avatar for vianco

[B]I'm using Macromedia Dreamweaver8, I use flash for my dropdown menu buttons, but i never know how to put another object behind Flash like another table or td, to consume the space of page.. anyone can help me please.. thanks.. I'm a newbie for webdesigning..:)[/B]

UI / UX Design flash multimedia web-design
Member Avatar for vianco
0
106
Member Avatar for Reliable

OK...I made a motion tween in CS4 with a keyframe in the middle of the tween. I want to move the middle keyfame over one frame but it doesn't seem to want to let me. How do I do this in CS4?

UI / UX Design multimedia web-design
Member Avatar for Reliable
0
102
Member Avatar for alanlee9898

I'm designing the layout of the design at [url]http://humansummit.blogspot.com[/url] I found out that the right side widget is out of the margin when open in Firefox browser. IE and chrome are fine. Do anyone know how to fix it ? Thanks!

UI / UX Design html-css web-design
Member Avatar for alanlee9898
0
101
Member Avatar for syll

Hi, I need some help with a webpage on the ipad. I have a HTML registration page with a simple button. The problem is, when iPad users press the submit button, the shadow of the button is displayed on the next page. So when you hit submit, you are taken …

UI / UX Design html-css ipad web-design
Member Avatar for syll
0
85
Member Avatar for panjewellerybox

Hi All, I'm having problems with my spry menu bar in internet explorer.... it works fine in firefox. The menu bar on each of my pages drops down as it is intended to in firefox but when viewed in internet explorer the drop down sections appear horizontally and not vertically?? …

UI / UX Design daniweb-bug ui-ux web-design
Member Avatar for bmalvin
0
176
Member Avatar for rajesh1158

I have a website whose homepage has 4 frames. 1 at top(horizontal) and 3 vertical below it. The middle vertical frame displays all the contents of pages when links in other frames are clicked. I have a link in top frame to logout the user when clicked. In this link's …

UI / UX Design html-css session web-design
Member Avatar for rajesh1158
0
207
Member Avatar for reza.adinata

Hi, I am new in css and html, and trying to set up a page with a fixed size of a page. I basically set up a position of a table using this [CODE]<body> <div class="boxleft"> <select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select> </div> <div class="boxright"> <select> …

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

Ok I have been messing with a drop shadow effect for about an hour or so and have it working great! One thing is, my page content is not perfectly centered anymore. Not sure if this would be a real problem, as the page seems to render well, but I …

UI / UX Design html-amp html-css web-design
Member Avatar for teedoff
0
160
Member Avatar for sil3nthunt3r

Hi, I have some problem with my website. I design/code and testing the site with Firefox. But when I try to display the website using IE, Opera and even Chrome, the website is mess. The layout seems to be out of order, but doing fine in Firefox.. URL: [url]www.robofair.com/event[/url] Hope …

UI / UX Design perl web-browser web-design
Member Avatar for teedoff
0
132
Member Avatar for alanlee9898

Hi everyone, I have a flash files, which has navigation menus and the contents. I just want to know how to edit the name of the buttons? Example it has 4 buttons and these 4 buttons is linked to each others. Home Home Home Home If i change one of …

UI / UX Design flash gui multimedia web-design
Member Avatar for alanlee9898
0
166
Member Avatar for cguan_77

Hi guys, what are the ways to increase web traffic and increase the rank on search listing? ofcourse, if you have the money just pay those SEO consultants or companies. but other than this, is there some ways to improve ranking on search listing without spending a penny. Thanks, for …

UI / UX Design seo ui-ux web-design
Member Avatar for cguan_77
0
118
Member Avatar for NotSoCrazy

Hi, all -- I happened across this forum this aftrnoon when I was trying to find out a bit of html for whatever problem I was having, and it looked like a nice and friendly place, so I joined and bookmarked it, NOT expecting I'd need some help this evening. …

UI / UX Design web-design
Member Avatar for NotSoCrazy
0
151
Member Avatar for Motorider

Okay, I know. As a certified webmaster I should be able to figure this out. but... could someone please help me. I am trying to place some text to the right of navigation links, within the same div. here is the html [ICODE]<div id="navigation"> <ul> <li><a href="#">Welcome</a></li> <li><a href="#">About</a></li> <li><a …

UI / UX Design display html-css web-design
Member Avatar for Motorider
0
116
Member Avatar for Lapixx

Hi, I've been working on a website and when I was nearly finished I tested the design in Internet Explorer. While the problems didn't look that big, I can't figure out how to solve all of them. This is the website design: [url]http://divbyzero.nl/sil/[/url] (CSS at [url]http://divbyzero.nl/sil/default.css[/url]) In Safari, FF etc …

UI / UX Design image web-design
Member Avatar for Lapixx
0
114
Member Avatar for MJ Pieterse

I really hope someone can help me. this is mind boggling and driving me crazy! I'm busy with a site design and have a div with a background image on the page, that in essence falls inside a table that is on the master page. I've been trying to adjust …

UI / UX Design html-css image web-design
Member Avatar for MJ Pieterse
0
171
Member Avatar for ppetree

I'm sure these are easy for someone but I am having problems with them. [b]Background Image Placement[/b] On this first problem, I have an image of some 36 point quote marks and I need to have next to the text. As my css manages this, it only happens when the …

UI / UX Design html-css web-design
Member Avatar for TonyHardy
0
129
Member Avatar for dlannetts

hi, so, i want to put an image as my background right where the header is, so i am guessing this will be a vector? Now, i have built plenty of site, but usually i don't include many images, its usually just css for me, my main concern of this …

UI / UX Design ui-ux web-design
Member Avatar for dlannetts
0
79
Member Avatar for jackparsana

Hi, Please help me tod this.. how can i change Overriding The Default Text color in IE browser? I can change in ff, and Safari. but Not in this.. help me. thanks in advance. jack.

UI / UX Design web-design
Member Avatar for Borzoi
0
160
Member Avatar for NickBogi

I am working on a website and so far it is coming together the way I intended. Looks good on Chrome, and Safari. IE is not right yet but it looks as expected since I haven't done the IE style sheet yet. However, Firefox is producing a completely unexpected problem. …

UI / UX Design web-design
Member Avatar for guyinpv
0
88
Member Avatar for DrueY

Hi, Is there a way I can access a movie on rottentomatoes (movie review site) and extract the review percentage, movie info and the trailer video url? Thanks, drue

UI / UX Design web-design
Member Avatar for inplainsite
0
63
Member Avatar for george61

Hi guys I've stumbled upon a really annoying problem in positioning 4 oval boxes(containers) (in 2 rows). In FF and Chrome it looks exactly how I want but in IE the boxes align about 50px left. If I give margin or padding left no matter of the values it shifts …

UI / UX Design html-css web-design
Member Avatar for inplainsite
0
135
Member Avatar for Matthew N.

Hi, I have a code here, a back button in such. Here is the code: [CODE] <FORM> <INPUT TYPE="button" name="but1" value="Go Back" onClick="window.location='jbutton.htm'"> </FORM> [/CODE] Please use HTML to do this IF POSSIBLE. I would like to use a image with like say [CODE]<h2>[/CODE] above it, and both the picture …

UI / UX Design html-css web-design
Member Avatar for Matthew N.
0
103
Member Avatar for keshavgarawal89

i got a buttons layer n dere are 5 buttons on dis layer.. inside every button i hav got a image file converted to graphic and settings as described below : UP frame : graphical image alpha set to 0 Over Frame : graphical image alpha set to 100 dat …

UI / UX Design multimedia web-design
Member Avatar for keshavgarawal89
0
106
Member Avatar for dlannetts

How do most people make the layouts for their sites now we have things like: [CODE]<header> <nav> <article> <section> <figure> <summary> <details> <footer>[/CODE] Just curious as i am wondering how most do it : 3 I quickly wrote this up: [CODE]<header> <nav> <section> - Welcome <details> - who wrote it …

UI / UX Design html-css web-design
0
106
Member Avatar for Ritesh_4

hello am currently facing a problem with the popup which appears when I hover on a link: (see 1st attachment) while it should have been as shown at design time (2nd attachment img) For those familiar with drupal, the part which is shown in 1st attachment is from the left …

UI / UX Design html-css perl web-design
Member Avatar for Ritesh_4
0
107
Member Avatar for hyper_boom

Good afternoon, I need to display part of a url so that testers know which development site they are looking at. At the moment I am using: [icode]<script language="javascript">document.writeln(document.location);</script>[/icode] but this displays the whole url such as example: [url]http://development/B1888FG65789exampleexample376522003_7767389991122334453466737278685685847437[/url] and would love it to be: [url]http://development/[/url] Any ideas?

UI / UX Design display web-design
Member Avatar for hyper_boom
0
103
Member Avatar for aizel

good evening to all :) i am having a problem with my css lesson and i hope you guys code help me :) this is 3 layer image result: [URL=http://img149.imageshack.us/i/headerfull.jpg/][IMG=http://img149.imageshack.us/img149/8155/headerfull.th.jpg][/IMG][/URL] this are the image needed to create the 3 layer image the logo [URL=http://img834.imageshack.us/i/logoml.jpg/][IMG]http://img834.imageshack.us/img834/9944/logoml.jpg[/IMG][/URL] left photo [URL=http://img834.imageshack.us/i/headerphoto.jpg/][IMG]http://img834.imageshack.us/img834/287/headerphoto.jpg[/IMG][/URL] the line( it …

UI / UX Design html-css web-design
0
90
Member Avatar for Ritesh_4

Hello all anyone knows a software which can enable me to quickly create an image gallery composed of thumbnails for example, and which autoplays line by line, with a zoom effect on every image encountered? I saw an example on this link (demo) [url]http://addyosmani.com/blog/zoomer-gallery-a-jquery-plugin-for-displaying-images-with-flash-like-zooming-effects/[/url] but it applies the zooming only …

UI / UX Design flash image multimedia web-design
Member Avatar for Ritesh_4
0
133
Member Avatar for ErlendHL

Hi I try to use iframe to solve a scroll issue in flash. [URL="http://3rlend.com/projectpreview/Editor.html"]Here[/URL] is the main page. [URL="http://3rlend.com/projectpreview/pureEditor.html"]Here[/URL] is the page in the iframe. Why is nothing in the iframe in Editor.html in the "editor" div loaded?

UI / UX Design flash web-design
Member Avatar for ErlendHL
0
78
Member Avatar for stevenpetersen

In CSS I was wanting to know if there is a way to set up a html table cells with tags [ICODE]h1, h2,[/ICODE] that are controlled with a style sheet. I would still need to know how to put the Gradient on each cell. (i will post as solved) [TEX]Thank …

UI / UX Design html-css web-design
Member Avatar for veneta1
0
151
Member Avatar for dennishall

Hi: I have a dropline nav menu that works great in all standards compliant browsers and DID work perfectly in IE8 until I applied some Safari CSS hacks. The dropline menu has only 2 sub-menus under Company and Expertise. The issue is: prior to applying the Safari hacks, when hovering …

UI / UX Design html-css web-design
Member Avatar for dennishall
0
104
Member Avatar for kishan112

Hey guys, I've a problem. I want a layout that looks like the layout.jpg (left) attachment in this post. I use this css code: [CODE=css] .contleft {background:#f2f2e6; clear:left; float:left; padding:10px; border:1px solid #fff; font:14px/17px Arial, Helvetica, sans-serif; border-color:#fff #666661 #666661 #fff; text-shadow:none; margin-top:-25px; margin-bottom:36px; width:500px;} .contright {float: right; clear:right; background:#f2f2e6; …

UI / UX Design web-design
Member Avatar for ko ko
0
69
Member Avatar for webwork

I'm a newbie trying to update my old FrontPage 98 rendered web sites and bring them up to date. I've gone through some self-help books and web tutorials and gained enough confidence to buy Expressions4 and started the learning curve, only to find the CSS "hover" is NOT available in …

UI / UX Design html-css web-design
Member Avatar for hielo
0
307
Member Avatar for Gavicoind

When I view my website, it properly displays the header, nav, and footer. But it doesn't display the main section of the page. My domain is gavicoind.com Thanks for your help!

UI / UX Design display html-css ui-ux web-design
Member Avatar for Gavicoind
0
135
Member Avatar for JayGeePee

For some reason I'm getting these dotted lines under my tables in all browsers- Heres what I'm talking about Blah blah Content ............................. Blah more content ............................. Heres a little more ............................. I have my table border set to 0. It dont go all the way around it just sits …

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

I have a client that is asking me to design the user specific area of a commerce site. Basically, when a user creates an account (such as an account on Amazon or any other typical e-commerce site), there would be a user specific area that would contain the purchases the …

UI / UX Design asp.net cms php ui-ux web-design
Member Avatar for Vampdee
0
119
Member Avatar for JayGeePee

[B]I cant seem to get this code to work with my table code below -[/B] [code=javascript] <script src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".stripeMe tr").mouseover(function(){$(this).addClass("over");}).mouseout(function(){$(this).removeClass("over");}); $(".stripeMe tr:even").addClass("alt"); }); </script> [/code] [B]Table Code-[/B] [code=html] <table width="780" cellpadding="0" cellspacing="0" border="0"> <tr style="background-image: url(templates/{TPL_NAME}/images/tr-background.jpg); background-repeat: repeat-x;" align="center" class="table_titles"> <td width="40%" align="left" height="18" style="padding-left:5px;">{TEMP}</td> <td width="6%">{LANG}</td> …

Member Avatar for JayGeePee
0
119

The End.