Old 06-18-2006   #1 (permalink)
Registered User
 
doctorp's Avatar
 
Join Date: Jun 2006
Posts: 7

Blog Layout

http://pixelgroovy.com/blog/

I have some trouble formatting in IE, can someone help me on that?
doctorp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 06-18-2006   #2 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,099
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
A very good question. I love what you've done with the page design, but I too avoid CSS2 due to M$'s botched CSS engine. Its like firefox's flawed JS engine... but much worse. My suggestion would be to look for articles on the affected tags and avoid them. It SHOULD be possible, provided that they havent buggered up the major containers or anything.
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 06-18-2006   #3 (permalink)
Recursively call who?
 
GoldNetX's Avatar
 
Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294

Send a message via AIM to GoldNetX
I can not give you exact answers with out looking through the source (do not have enough time right now to). But something that might help you is that when formating with CSS, you can use different symbols to make CSS attributes only interpretable by IE. Here is an example:

Code:
#someThing{
    position:absolute;   /*This is seen by all browsers*/
    -left:100px;    /*This is only seen by IE, and ignored by other browsers */
}
Leading an attribute by a dash is a little hackish thing that will make the following attrbiute IE only. You can even do something like this:

Code:
#someThing{
    left:50px;   /*This is seen by all browsers*/
    -left:100px;    /*This is only seen by IE, and ignored by other browsers */
}
In this example all browsers except for IE will read the CSS as having left:50px;. IE though will see it as left:100px; and ignore the 50px declaration before it.

Anyway, hope that helps. Also one thing to note on your site. You may want to make the z-index of the main text/content area higher than the "Pixel Groovy" title, because the white title ends up covering up text when you scroll down. Overal all though the site looks nice. Good job.
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 06-19-2006   #4 (permalink)
Registered User
 
doctorp's Avatar
 
Join Date: Jun 2006
Posts: 7

hows the general layout and design?
doctorp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Website Layout xPlozion Showrooms & Works In Progress 4 04-23-2006 03:56 AM
Site Layout in PS Question AdemoS Adobe Photoshop 12 09-18-2005 12:49 AM
HTML - Stretch Layout KrAaIeNpOoT HTML / PHP / ASP / JS 2 01-18-2005 10:55 AM
Final Layout pls comment doubled Showrooms & Works In Progress 6 08-08-2004 12:30 PM
Ahhh... The fresh smell of a new Layout! Dart Showrooms & Works In Progress 7 06-02-2004 02:45 PM


All times are GMT +1. The time now is 03:00 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT