273 Posted Topics

Member Avatar for blueaporia

It is possible, but it really depends on your design and you will probably need to rock some jquery as well, to get window heights. Gonna be alot of work, I'm telling you now (if your design is half decent)

Member Avatar for macneato
0
40
Member Avatar for Maverick27

Hi Mave, Dont see why we skipping parsing everything. none the less. I would just as use XSL. Here's an example of some basic styling. [CODE=XSL] <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="news"> <html> <body> <h2><xsl:value-of select="title"/></h2> <xsl:for-each select="//item"> <xsl:sort select="date"/> <p><b><xsl:value-of select="unique_deep_link"/></b></p> <p><xsl:value-of select="date"/></p> <p><xsl:value-of select="detailDate"/></p> <p><xsl:value-of select="title"/></p> …

Member Avatar for macneato
0
101
Member Avatar for Duki

Hi Duki, I took a look in both ie6 and firefox, cant see any difference to be totally honest.

Member Avatar for MidiMagic
0
79
Member Avatar for Website Designs

I have to agree with bob, dynamic drive is a really nice starting point, but eventually you going to have to start doing them yourself (either js or css) and you'll notice it's really just a fancy ul

Member Avatar for macneato
0
130
Member Avatar for smilsuren
Member Avatar for bjdmb

hi bjdmb, I took a look at your code... Few things i have to mention immediately if you coding XHTML. [B]Line Breaks[/B] [CODE=HTML] <br /> [/CODE] Notice how the line break is closed afterwards. Same goes for an image. Now onto the issues you having. Since I haven't got anything …

Member Avatar for tranchibinh
0
174
Member Avatar for GReddy4u

Change your selector as follows; [CODE=CSS] .slider-post .button { background:transparent url(images/buttonbg.png) repeat-x scroll center top; color:#FFFFFF; cursor:pointer; float:left; font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; font-weight:bold; text-align:center; width:82px; } [/CODE] That should do the trick

Member Avatar for tranchibinh
0
142
Member Avatar for vishalkhialani

I'd say javascript (jquery) would be the way to go. Then on an click event you just swap the image using ajax

Member Avatar for infinitymedia
0
123
Member Avatar for LadyGaGa
Member Avatar for padrict

Hi padrict, Not too sure if I understand your issue. But try this out add the following class to the div below the h4 [CODE=HTML] <h4>Yellow Dog Inventory Features:</h4> <div class="leftmenu _col"> ... </div> [/CODE] Here is the CSS [CODE=CSS] .leftmenu {float:left;position:relative;} [/CODE]

Member Avatar for ljianyih
0
137
Member Avatar for flismayer

Hi, Change it to the following [CODE=CSS] #apDiv3 { position:relative; margin: 0 auto; width:1100px; height:650px; z-index:1; background-color: #3F3151; } [/CODE] You should really try keep your container 960, check out this [URL="http://960.gs/"]link[/URL]

Member Avatar for Romil797
0
157
Member Avatar for ribot

I would sugguest putting both boxes in a container and giving the illusion that the one div is growing (definitely not worded right, but look at the example and you will understand what i mean) [CODE=CSS] #container { width: 800px; float:left; background: red; display: table-row; } #left_column { float:left; width: …

Member Avatar for langsor
0
166
Member Avatar for xyeshu
Member Avatar for macneato
0
95
Member Avatar for foreversubu

Not sure what you mean, but here is a [URL="http://databases.about.com/od/administration/a/softwareoptions.htm"]link [/URL]get to reading

Member Avatar for chankya
0
102
Member Avatar for fuchsia555
Member Avatar for macneato
0
191
Member Avatar for candaceusa

Not really a wp developer myself. But using bug I can see none of your list items are pulling through. And if you can set attributes, couldnt you just align left? Nevertheless... I would recommend, CSS... Add the following selector to your stylesheet; [CODE=CSS] .widgetcontent ul img {float:left; padding: 0 …

Member Avatar for candaceusa
0
91
Member Avatar for oneat

Hi Oneat, This is what you want to do [--A--][-B-] Basically heres what you want to do [CODE=CSS] .container_a { width:400px; height:400px; float:left; background:red } .container_b { width:200px; height:400px; float:left; background:blue } [/CODE] [CODE=HTML] <div class="container_a"> <p>this is some copy this is some copy this is some copy this is …

Member Avatar for ko ko
0
73
Member Avatar for OmniX

Heres a [URL="http://notan00b.com/2009/09/jquery-php-and-forms/"]link[/URL] I found after googling your issue. Does use jquery though. But check it out, might be helpful

Member Avatar for OmniX
0
89
Member Avatar for Kruptein

Scranton is correct. Go for shorthand though [CODE=CSS] background:#fff url(../images/myimage.jpg) no-repeat fixed; [/CODE] Oh by the way, you must ensure your image is large enough or gradients into your default background colour or its just gonna look strange.

Member Avatar for Kruptein
0
72
Member Avatar for grungina

The issue is your body padding... But removing it won't make much sense since you have a negative margin on your topnav class. So what I would do is remove topnav out of the content id and add it to the wrapper id. Here is an exmaple; [CODE] <!DOCTYPE html …

Member Avatar for macneato
0
151
Member Avatar for ArtphotoasiA

Why wouldnt you use sprites? Then have one generic class. E.g. [CODE] /* Generic corners */ .rounded_corners { background: url(../images/corners.png) no-repeat; width: 5px height: 5px; position:absolute; } /* Specific Corners */ .top_left_c { top:0; left:0; background-position: 0 0; } .top_right_c { top:0; right:0; background-position: 0 -5px; } .bottom_left_c { bottom:0; …

Member Avatar for ArtphotoasiA
0
91
Member Avatar for leegeorg07

I've tested ff, ie7 and 6. Can't see what you talking about. Wanna attach a screen?

Member Avatar for leegeorg07
0
82
Member Avatar for prachipote

If its IE6 or 7, you will need a [URL="http://24ways.org/2007/supersleight-transparent-png-in-ie6"]png fix[/URL] or go for PNG-8 instead.

Member Avatar for ko ko
0
74
Member Avatar for prachipote
Member Avatar for macneato
0
16
Member Avatar for rishabh95verma

Hi rishabh95verma, haha got told off I see. Well it might be a little delayed but just for the sake of others, you would need to use facebooks API and develop a desktop application since i dont see many people giving their login details through your site.

Member Avatar for macneato
0
96
Member Avatar for dasatti

Ok, it looks like an accordion to me. But pritaeas is right, some html would be nice, see how you structured everything.

Member Avatar for macneato
0
84
Member Avatar for dtrain31

Popped the url given into ie and everything seemed to work fine (links wise). A few things I did notice though and some tips for when you develop in the future. Try keep all your links lowercase, don't link to pages with spaces "spray tanning.html" instead, use an underscore and …

Member Avatar for macneato
0
50
Member Avatar for web3
Member Avatar for macneato

Hi, so im pulling arrays from facebook. But i would like to sort them. Here is how the arrays look [CODE] Array ( [0] => Array ( [eid] => 203966119376 [name] => Funtastic - a show for the whole family! [tagline] => [nid] => 0 [pic] => http://profile.ak.fbcdn.net/object2/857/53/s203966119376_6012.jpg [pic_big] => …

Member Avatar for macneato
0
202
Member Avatar for macneato

Over the next few weeks (or days - depending on how much time i have) I'll help with the very basics of SQL (and PHP). These are the points I'll be covering (all from scratch of course) Local Server setting up [LIST] [*]php [*]mysql [*]apache [/LIST] Database Basics [LIST] [*]Simple …

Member Avatar for peter_budo
0
232

The End.